GoCD Agent on Debian 11 with the latest version of Ruby 3.1 added to it.
- To use in your docker-compose.yml:
services:
gocd-agent-ruby3.1:
image: smartassist/gocd-agent-ruby3.1:v21.4.0
restart: unless-stopped
env_file: .env
- To modify further, reference in your Dockerfile:
FROM smartassist/gocd-agent-ruby3.1:v21.4.0
- GoCD's official Debian 11 agent's Dockerfile
- Docker's official Ruby 3.1 Dockerfile
- Buildpack Dependencies
Runtime | Version |
---|---|
OS | Debian 11 (Bullseye) |
GoCD agent | 21.4.0 |
Ruby | 3.1.0 |
Node | 17.4.0 |
- Update versions in
generate.sh
- Run
bash generate.sh