Contains Dockerfiles create various docker images needed for the Blockchain Automation Framework (BAF) setup.
Alpine-utils docker image is a light-weight utility image used in BAF. It is mainly used as init-containers in BAF Kubernetes deployments to connect to Hashicorp Vault to download certificates.
sudo docker build -t alpine-utils:1.0 -f alpine-utils.Dockerfile .
sudo docker tag alpine-utils:1.0 hyperledgerlabs/alpine-utils:1.0
sudo docker push hyperledgerlabs/alpine-utils:1.0
Ansible-slave docker image is used for Jenkins Slave configuration. This image can be used to run BAF Ansible commands on Jenkins without the need to install Ansible on the Jenkins master.
sudo docker build -t ansible-slave:1.0 -f ansibleSlave.Dockerfile .
sudo docker tag ansible-slave:1.0 hyperledgerlabs/ansible-slave:1.0
sudo docker push hyperledgerlabs/ansible-slave:1.0
NOTE: Depending on your Jenkins configuration, the Docker repo may have to be public for Jenkins to download this image.
Content type
Image
Digest
Size
4.1 MB
Last updated
about 5 years ago
docker pull hyperledgerlabs/alpine-utils:1.0