add dockerfile and justfile
This commit is contained in:
parent
7068d6158f
commit
65cd8ba3ca
1 changed files with 46 additions and 18 deletions
9
Justfile
9
Justfile
|
|
@ -1,3 +1,6 @@
|
|||
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 .
|
||||
image OS:
|
||||
if echo "{{OS}}" | grep -qi "rhel"; then \
|
||||
docker buildx build --build-arg RED_HAT_DEV_PW='ujF@4A^yn$6utRhb&UooGH#w' -f docker/Dockerfile-{{OS}} -t pats22/arm-binaries-r-{{OS}}:latest --push .; \
|
||||
else \
|
||||
docker buildx build -f docker/Dockerfile-{{OS}} -t pats22/arm-binaries-r-{{OS}}:latest --push .; \
|
||||
fi
|
||||
Loading…
Reference in a new issue