Skip to content

Commit f9b9a65

Browse files
authored
AAP-31257: corrects typos and attributes in the managing automation content guide (#2822) (#2823)
* corrects odd phrasings in the managing automation content guide * corrects attribute
1 parent 0f007ec commit f9b9a65

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

downstream/modules/hub/proc-adding-containers-remotely-to-the-automation-hub.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
You can add containers remotely to {HubName} in one of the following two ways:
88

9-
* Create Remotes
10-
* Execution Environment
9+
* By creating remotes
10+
* By using an {ExecEnvNameSing}
1111

1212
.Procedure
1313

downstream/modules/hub/proc-pushing-container-images-from-your-local.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
= Pushing container images from your local environment
55

6-
Use the following procedure to sign {ExecEnvName} on a local system and push those signed {ExecEnvName} to the {HubName} registry.
6+
Use the following procedure to sign an {ExecEnvNameSing} on a local system and push the signed {ExecEnvShort} to the {HubName} registry.
77

88
.Procedure
99
. From a terminal, log in to Podman, or any container client currently in use:
@@ -12,35 +12,35 @@ Use the following procedure to sign {ExecEnvName} on a local system and push tho
1212
> podman pull <container-name>
1313
----
1414
+
15-
. After the {ExecEnvName} is pulled, add tags (for example: latest, rc, beta, or version numbers, such as 1.0; 2.3, and so on):
15+
. After the {ExecEnvShort} is pulled, add tags (for example: latest, rc, beta, or version numbers, such as 1.0; 2.3, and so on):
1616
+
1717
----
1818
> podman tag <container-name> <server-address>/<container-name>:<tag name>
1919
----
2020
+
21-
. Sign the {ExecEnvName} after changes have been made, and push it back up to the {HubName} registry:
21+
. Sign the {ExecEnvShort} after changes have been made, and push it back up to the {HubName} registry:
2222
+
2323
----
2424
> podman push <server-address>/<container-name>:<tag name> --tls-verify=false --sign-by <reference to the gpg key on your local>
2525
----
2626
+
27-
If the {ExecEnvName} is not signed, it can only be pushed with any current signature embedded. Alternatively, you can use the following script to push the {ExecEnvName} without signing it:
27+
If the {ExecEnvShort} is not signed, it can only be pushed with any current signature embedded. Alternatively, you can use the following script to push the {ExecEnvShort} without signing it:
2828
+
2929
----
3030
> podman push <server-address>/<container-name>:<tag name> --tls-verify=false
3131
----
3232
+
33-
. Once the {ExecEnvName} has been pushed, navigate to {MenuACExecEnvironments}.
33+
. Once the {ExecEnvShort} has been pushed, navigate to {MenuACExecEnvironments}.
3434

3535
. To display the new {ExecEnvShort}, click the *Refresh* icon.
3636

3737
. Click the name of the image to view your pushed image.
3838

3939
.Troubleshooting
4040

41-
The details page for each {ExecEnvName} indicates whether it has been signed. If the details page indicates that an image is *Unsigned*, you can sign the {ExecEnvName} from {HubName} using the following steps:
41+
The details page for each {ExecEnvShort} indicates whether it has been signed. If the details page indicates that an image is *Unsigned*, you can sign the {ExecEnvShort} from {HubName} using the following steps:
4242

43-
. Click the {ExecEnvName} name to navigate to the details page.
43+
. Click the {ExecEnvShort} name to navigate to the details page.
4444

4545
. Click the btn:[More Actions] icon *{MoreActionsIcon}*.
4646
Three options are available:
@@ -51,5 +51,5 @@ Three options are available:
5151

5252
. Click *Sign {ExecEnvShort}* from the drop-down menu.
5353

54-
The signing service signs the {ExecEnvName}.
55-
After the {ExecEnvName} is signed, the status changes to "signed".
54+
The signing service signs the {ExecEnvShort}.
55+
After the {ExecEnvShort} is signed, the status changes to "signed".

0 commit comments

Comments
 (0)