Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 588 Bytes

File metadata and controls

14 lines (9 loc) · 588 Bytes

docker-bamboo

Adds aws-cli and docker to the standard Bamboo image by Atlassian.

Build and publish (Intel based machine)

docker build -t bitweb/bamboo:8.1.8 .
docker push bitweb/bamboo:8.1.8

Build and publish (ARM based machine)

docker buildx build --platform linux/amd64 -t bitweb/bamboo:8.1.8 .
docker push bitweb/bamboo:8.1.8