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

Commit

Permalink
Launcher update to 20100500
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Oct 12, 2020
1 parent 3ba6ada commit f548312
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/20040300/Launcher.exe
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/20100500/Launcher.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.2-343 /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.2-347 /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.2-343
-docker rmi registry.access.redhat.com/ubi8/ubi:8.2-347

0 comments on commit f548312

Please sign in to comment.