/docker-gocd-agent-ruby3.1

GoCD Agent (Debian 11) Docker Image with Ruby 3.1 added to it

Primary LanguageDockerfileMIT LicenseMIT

GoCD Agent with Ruby 3.1 Docker Image

dockeri.co

Docker Build Status

GoCD Agent on Debian 11 with the latest version of Ruby 3.1 added to it.

Usage

  • 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

Contents

Versions

Runtime Version
OS Debian 11 (Bullseye)
GoCD agent 21.4.0
Ruby 3.1.0
Node 17.4.0

Building

  • Update versions in generate.sh
  • Run bash generate.sh