Skip to content

Commit

Permalink
SM: modified to fix issue: openshift-labs#1324
Browse files Browse the repository at this point in the history
  • Loading branch information
fatherlinux committed Nov 2, 2021
1 parent f910ce9 commit 56af1d5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions subsystems/container-internals-lab-2-0-part-3/foreground.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# General Preparation
git clone --depth 1 https://github.com/fatherlinux/container-internals-lab.git ~/labs
yum install -y podman buildah skopeo skopeo-containers tree httpd-tools strace
yum install -y https://cbs.centos.org/kojifiles/packages/podman/1.5.1/3.el7/noarch/podman-manpages-1.5.1-3.el7.noarch.rpm \
https://cbs.centos.org/kojifiles/packages/podman/1.5.1/3.el7/x86_64/podman-1.5.1-3.el7.x86_64.rpm \
https://cbs.centos.org/kojifiles/packages/slirp4netns/0.3.0/2.git4992082.el7/x86_64/slirp4netns-0.3.0-2.git4992082.el7.x86_64.rpm \
https://cbs.centos.org/kojifiles/packages/libseccomp/2.4.1/0.el7/x86_64/libseccomp-2.4.1-0.el7.x86_64.rpm
yum module install -y container-tools:rhel8
yum install -y tree httpd-tools strace
cp -f ~/labs/lab1-step3/mega-proc.sh /usr/bin/mega-proc.sh

# Lab 3
Expand Down

0 comments on commit 56af1d5

Please sign in to comment.