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
For more detailed information about installing {productname} Server on {sle-micro}, see xref:container-deployment/suma/server-deployment-suma.adoc[Deploy Server as a Virtual Machine].
60
70
@@ -68,7 +78,10 @@ The PTF images are not available as packages.
68
78
This means that they should be pulled using [command]``podman`` on a machine with internet access, then saved in an archive, transferred to the air-gapped machine and loaded there.
69
79
70
80
.Procedure: Pulling the image on a machine with internet access
81
+
[role=procedure]
82
+
____
71
83
. Install [command]``podman``.
84
+
72
85
. Authenticate against the {suse} Registry using the SCC credentials:
. Create a [path]``/tmp/ptf-images`` temporary file with the URL of the PTF images, one per line.
83
99
In most of the cases only the server image is needed and it can be created with a command like the following, after replacing the [command]``SCC_USERID`` and [command]``PTFID`` values.
100
+
84
101
+
102
+
85
103
[source,shell]
86
104
----
87
105
SCC_USERID=aXXXX
@@ -100,10 +118,19 @@ for image in `cat /tmp/ptf-images`; do
100
118
done
101
119
podman save -o /tmp/ptf-images.tar `cat /tmp/ptf-images`
102
120
----
121
+
122
+
+
123
+
103
124
. Transfer the [path]``/tmp/ptf-images.tar`` images archive on the server to patch.
104
125
126
+
____
127
+
128
+
105
129
.Procedure: Loading the images on the server to patch
130
+
[role=procedure]
131
+
____
106
132
. Ensure the [path]``ptf-images.tar`` file is available on the server.
133
+
107
134
. Load the images from the archive:
108
135
109
136
+
@@ -112,5 +139,10 @@ podman save -o /tmp/ptf-images.tar `cat /tmp/ptf-images`
112
139
----
113
140
podman load -i ptf-images.tar
114
141
----
142
+
143
+
+
144
+
115
145
. Install the PTF using `mgradm support ptf podman` as would be done on a connected machine.
116
146
Because the images are already loaded they will not be pulled.
0 commit comments