start building docker images
This commit is contained in:
parent
fe99870a94
commit
7b9cf84ebc
1 changed files with 61 additions and 26 deletions
3
Justfile
Normal file
3
Justfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
build_rhel8_image:
|
||||
docker buildx build -f docker/Dockerfile.rhel8 --build-arg RED_HAT_DEV_PW=$RED_HAT_DEV_PW -t devxy/rhel8_rpkg_
|
||||
binaries:latest --load .
|
||||
Loading…
Reference in a new issue