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

Commit

Permalink
Update to 8.7-1054
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Jan 24, 2023
1 parent 329dddc commit 548e0ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LNCR_EXE=RHWSL.exe

DLR=curl
DLR_FLAGS=-L
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/21082800/wsldl.exe
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/22020900/wsldl.exe

all: $(OUT_ZIP)

Expand Down 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.6-754.1655117782 /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/ubi8/ubi:8.7-1054 /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.6-754.1655117782
-docker rmi registry.access.redhat.com/ubi8/ubi:8.7-1054

0 comments on commit 548e0ab

Please sign in to comment.