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

Commit 47a7414

Browse files
committed
Update to 9.1.0-1750
1 parent 344c6c7 commit 47a7414

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LNCR_EXE=RHWSL.exe
33

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

88
all: $(OUT_ZIP)
99

@@ -37,7 +37,7 @@ rootfs: base.tar
3737

3838
base.tar:
3939
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
40-
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;"
40+
docker run --name rhwsl registry.access.redhat.com/ubi9/ubi:9.1.0-1750 /bin/bash -c "dnf update -y; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
4141
docker export --output=base.tar rhwsl
4242
docker rm -f rhwsl
4343

@@ -49,4 +49,4 @@ clean:
4949
-rm rootfs.tar.gz
5050
-sudo rm -r rootfs
5151
-rm base.tar
52-
-docker rmi registry.access.redhat.com/ubi9/ubi:9.0.0-1468.1655190709
52+
-docker rmi registry.access.redhat.com/ubi9/ubi:9.1.0-1750

0 commit comments

Comments
 (0)