Update README.md

Fixing old tag name reference
This commit is contained in:
Bala Raman 2021-06-24 15:14:05 -04:00 committed by GitHub
parent d7ab737cc6
commit 9256470af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Image yet ot published in `hub.docker.com`, until then use local build.
### Building local
```sh
docker build -t srbala/ks2rootfs:alma .
docker build -t almalinux/ks2rootfs .
```
### Using Image
@ -23,7 +23,7 @@ docker run --rm --privileged -v "$PWD:/build:z" \
-e BUILD_KICKSTART=kickstarts/almalinux-8-default.x86_64.ks \
-e BUILD_ROOTFS=almalinux-8-docker-default.x86_64.tar.gz \
-e BUILD_OUTDIR=default \
srbala/ks2rootfs:alma
almalinux/ks2rootfs
```
Use command below to create `minimal` docker files
@ -33,7 +33,7 @@ docker run --rm --privileged -v "$PWD:/build:z" \
-e BUILD_KICKSTART=kickstarts/almalinux-8-minimal.x86_64.ks \
-e BUILD_ROOTFS=almalinux-8-docker-minimal.x86_64.tar.gz \
-e BUILD_OUTDIR=minimal \
srbala/ks2rootfs:alma
almalinux/ks2rootfs
```
### Environment variables