Skip to content

Commit

Permalink
Update to 2.0.20200406.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed May 26, 2020
1 parent 040e54a commit 69281f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name amazonwsl library/amazonlinux:2.0.20200304.0 /bin/bash -c "yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker run --name amazonwsl library/amazonlinux:2.0.20200406.0 /bin/bash -c "yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker export --output=base.tar amazonwsl
docker rm -f amazonwsl

Expand All @@ -50,4 +50,4 @@ clean:
-rm rootfs.tar.gz
-sudo rm -r rootfs
-rm base.tar
-docker rmi amazonlinux:2.0.20200304.0
-docker rmi amazonlinux:2.0.20200406.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ based on [wsldl](https://github.com/yuk7/wsldl)


## Requirements
* Windows 10 Fall Creators Update x64 or later. (Testing with build 19592)
* Windows 10 Fall Creators Update x64 or later. (Testing with build 19631)
* Windows Subsystem for Linux feature is enabled.

## Install
Expand Down

0 comments on commit 69281f8

Please sign in to comment.