https://github.com/outstand/docker-buildkite
Docker image for the Buildkite Agent
https://github.com/outstand/docker-buildkite
buildkite buildkite-agent docker-image
Last synced: 3 months ago
JSON representation
Docker image for the Buildkite Agent
- Host: GitHub
- URL: https://github.com/outstand/docker-buildkite
- Owner: outstand
- Created: 2020-10-19T21:03:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T12:39:27.000Z (over 2 years ago)
- Last Synced: 2025-01-21T08:11:51.285Z (4 months ago)
- Topics: buildkite, buildkite-agent, docker-image
- Language: Dockerfile
- Homepage: https://gallery.ecr.aws/a5k7g6j4/buildkite
- Size: 73.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buildkite Agent
## Usage
```sh
docker run --rm public.ecr.aws/a5k7g6j4/buildkite-agent:3 helpdocker run --rm \
-v /etc/os-release:/etc/host-os-release:ro \
-v /var/lib/buildkite-agent:/var/lib/buildkite-agent \
-v /var/lib/buildkite:/var/lib/buildkite \
-v /var/run/docker.sock:/var/run/docker.sock \
public.ecr.aws/a5k7g6j4/buildkite-agent:3
```## About
This image is based on https://hub.docker.com/r/buildkite/agent but adapted to run as a non-root user and in an selinux hardened environment (bottlerocket).
Additionally, we've added standard tools for ruby and rust along with the following:
- tini
- su-exec
- zsh
- jq
- rsync
- less
- zstd
- docker
- docker compose v2
- compose-switch
- git-lfs
- aws-cli v2
- hashicorp boundary
- standalone buildkit
- bundler
- buildkite/docker-ssh-env-config