Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 585 Bytes

jenkins-golang-agent

Jenkins agent for "attach" that contains golang and some other pre-reqs.

build

sudo docker build --tag jenkins-golang-agent .

helpful commands

sudo docker run -it jenkins-golang-agent /bin/bash
sudo docker rm $(sudo docker ps -a -q)

publish

build the image first!

  1. list images with docker images find the latest id
  2. tag the image with the remote docker tag image-id tucker01/jenkins-golang-agent
  3. login to docker hub docker login --username tucker01 (must use token)
  4. push docker push tucker01/jenkins-golang-agent