Skip to content

tucker01/jenkins-golang-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published