This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ rootfs: base.tar
37
37
38
38
base.tar :
39
39
@echo -e ' \e[1;31mExporting base.tar using docker...\e[m'
40
- docker run --name rhwsl registry.access.redhat.com/ubi8/ubi:8.2-265 /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/ubi8/ubi:8.2-299.1592810498 /bin/bash -c " dnf update -y; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
41
41
docker export --output=base.tar rhwsl
42
42
docker rm -f rhwsl
43
43
49
49
-rm rootfs.tar.gz
50
50
-sudo rm -r rootfs
51
51
-rm base.tar
52
- -docker rmi registry.access.redhat.com/ubi8/ubi:8.2-265
52
+ -docker rmi registry.access.redhat.com/ubi8/ubi:8.2-299.1592810498
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ based on [wsldl](https://github.com/yuk7/wsldl)
13
13
14
14
15
15
## Requirements
16
- * Windows 10 Fall Creators Update x64 or later. (Testing Environment: WSL : build .18363, WSL2 : build .19631)
16
+ * Windows 10 Fall Creators Update x64 or later.
17
17
* Windows Subsystem for Linux feature is enabled.
18
18
19
19
## Install
You can’t perform that action at this time.
0 commit comments