Skip to content

KITcar-Team/docker-go-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-go-build

Docker image prepared for KITcar's golang builds

The source is available at KITcar's Gitlab and a mirrored version at Github, the build docker image is available at Dockerhub.

Get Docker Image

Download the docker image with

docker pull kitcar/docker-go-build

Build Docker Image

Instead of pulling, you can build the image by yourself cloning the git repository and call

docker build -t kitcar/docker-go-build .

inside the repository.

Update Docker Image

The Docker image will be updated after you push a new commit to a protected branch at KITcar's Gitlab. The branch master is used for the tag latest, other branches will create a Docker image tagged with the branch name.

Because some of our Gitlab Runners are low on hard drive memory, we should keep an eye on the size of the Docker image.

About

Docker image prepared for KITcar's go builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published