...
Swarm 15.x bundle includes podman offline repo. Refer to step 3 until step 7 of Online SCS Installation to create a local repo for podman.
Note
Downloaded packages are not enough to install SCS server due to third-party external packages. Suggest query on each downloaded RPM packages to get the new list for additional download.
Contact DataCore Support if facing any issue and need assistance for manually creating a local repo.
...
Install Podman on CentOS 7.
Code Block yum -y install podman
Pull the Pause Container.
Create a new pod to automatically pull the registry.k8s.io/pause:3.2 image.
Code Block language bash podman pod create fc299d05422a55e46774aa06a66bc853109aeb4b1d7078f81f9ffa4eef26c8e0
List the pulled images.
Code Block language bash podman images REPOSITORY TAG IMAGE ID CREATED SIZE registry.k8s.io/pause 3.2 80d28bedfe5d 22 months ago 688 kB
Note
Tag “registry.k8s.io/pause“ with 3.2 or higher.
...