Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Update to 9.0.0-1468.1655190709
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Jun 25, 2022
1 parent 14740ef commit 344c6c7
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 @@ -37,7 +37,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name rhwsl registry.access.redhat.com/ubi8/ubi:8.5-200 /bin/bash -c "dnf update -y; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker run --name rhwsl registry.access.redhat.com/ubi9/ubi:9.0.0-1468.1655190709 /bin/bash -c "dnf update -y; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker export --output=base.tar rhwsl
docker rm -f rhwsl

Expand All @@ -49,4 +49,4 @@ clean:
-rm rootfs.tar.gz
-sudo rm -r rootfs
-rm base.tar
-docker rmi registry.access.redhat.com/ubi8/ubi:8.5-200
-docker rmi registry.access.redhat.com/ubi9/ubi:9.0.0-1468.1655190709

0 comments on commit 344c6c7

Please sign in to comment.