You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: downstream/modules/hub/proc-pushing-container-images-from-your-local.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
= Pushing container images from your local environment
5
5
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.
7
7
8
8
.Procedure
9
9
. 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
12
12
> podman pull <container-name>
13
13
----
14
14
+
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):
16
16
+
17
17
----
18
18
> podman tag <container-name> <server-address>/<container-name>:<tag name>
19
19
----
20
20
+
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:
22
22
+
23
23
----
24
24
> podman push <server-address>/<container-name>:<tag name> --tls-verify=false --sign-by <reference to the gpg key on your local>
25
25
----
26
26
+
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:
. Once the {ExecEnvName} has been pushed, navigate to {MenuACExecEnvironments}.
33
+
. Once the {ExecEnvShort} has been pushed, navigate to {MenuACExecEnvironments}.
34
34
35
35
. To display the new {ExecEnvShort}, click the *Refresh* icon.
36
36
37
37
. Click the name of the image to view your pushed image.
38
38
39
39
.Troubleshooting
40
40
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:
42
42
43
-
. Click the {ExecEnvName} name to navigate to the details page.
43
+
. Click the {ExecEnvShort} name to navigate to the details page.
44
44
45
45
. Click the btn:[More Actions] icon *{MoreActionsIcon}*.
46
46
Three options are available:
@@ -51,5 +51,5 @@ Three options are available:
51
51
52
52
. Click *Sign {ExecEnvShort}* from the drop-down menu.
53
53
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