Skip to content

GoCD Agent (Alpine 3.15) Docker Image with Node 17 added to it

License

Notifications You must be signed in to change notification settings

smartassistco/docker-gocd-agent-node17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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