This repository contains the Dockerfiles for the ZNCDataDev containers.
TODO: ref docker doc
Use the build.sh script to build the images.
The following command will build the hadoop:3.3.4 and all variants of the zookeeper image.
./.scripts/build.sh hadoop:3.3.4 zookeeper
When enable push, multiple-arch images will be built and pushed to the registry.
./.scripts/build.sh hadoop:3.3.4 --push
When enable sign, the cosign tool should be installed and the image will be signed.
./.scripts/build.sh hadoop:3.3.4 --push --sign
The build.sh script use environment variables to set the registry and version.
export REGISTRY=registry.example.com/zncdatadev
export KUBEDOOP_VERSION=0.1.0
./scripts/build.sh kubedoop-base --push