Skip to content

Commit

Permalink
Update to sha256:298551249a2b7f8aff696cde077030ace4f2c79b9eb0dc95e858…
Browse files Browse the repository at this point in the history
…4a4ac2343409
  • Loading branch information
yosukes-dev committed Nov 13, 2021
1 parent 099d26d commit 73031a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name fedorawsl library/fedora@sha256:22e172e14b1300ce473ca15a80c273676305ad6c7a57f0f8cb25816bfce8d196 /bin/bash -c "dnf update -y; rpm -e --nodeps sudo; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker run --name fedorawsl library/fedora@sha256:298551249a2b7f8aff696cde077030ace4f2c79b9eb0dc95e8584a4ac2343409 /bin/bash -c "dnf update -y; rpm -e --nodeps sudo; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker export --output=base.tar fedorawsl
docker rm -f fedorawsl

Expand All @@ -56,4 +56,4 @@ clean:
-rm rootfs.tar.gz
-sudo rm -r rootfs
-rm base.tar
-docker rmi library/fedora@sha256:22e172e14b1300ce473ca15a80c273676305ad6c7a57f0f8cb25816bfce8d196
-docker rmi library/fedora@sha256:298551249a2b7f8aff696cde077030ace4f2c79b9eb0dc95e8584a4ac2343409

0 comments on commit 73031a6

Please sign in to comment.