Skip to content

Files

Latest commit

 

History

History
44 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.24 KB

GoCD Agent with Node 17 Docker Image

dockeri.co

Docker Build Status

GoCD Agent on Alpine with the latest version of Node 17 added to it.

Usage

  • To use in your docker-compose.yml:
services:
  gocd-agent-node17:
    image: smartassist/gocd-agent-node17:v21.4.0
    restart: unless-stopped
    env_file: .env
  • To modify further, reference in your Dockerfile:
FROM smartassist/gocd-agent-node17:v21.4.0

Contents

Versions

Runtime Version
OS Alpine 3.15
GoCD agent 21.4.0
Node 17.4.0

Building

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