File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ rootfs: base.tar
3838
3939base.tar :
4040 @echo -e ' \e[1;31mExporting base.tar using docker...\e[m'
41- docker run --name amazonwsl library/amazonlinux:2.0.20210219 .0 /bin/bash -c " yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
41+ docker run --name amazonwsl library/amazonlinux:2.0.20210421 .0 /bin/bash -c " yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
4242 docker export --output=base.tar amazonwsl
4343 docker rm -f amazonwsl
4444
5050 -rm rootfs.tar.gz
5151 -sudo rm -r rootfs
5252 -rm base.tar
53- -docker rmi amazonlinux:2.0.20210219 .0
53+ -docker rmi amazonlinux:2.0.20210421 .0
You can’t perform that action at this time.
0 commit comments