An open API service indexing awesome lists of open source software.

https://github.com/alphapeter/buildimage


https://github.com/alphapeter/buildimage

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dockerfile for Ubuntu base build image
https://hub.docker.com/r/alphapeter/buildimage/

## Using image
docker pull alphapeter/buildimage

### building golang

docker run --rm -v $(pwd):/go/src/github.com// -it -w $(pwd):/go/src/github.com// alphapeter/buildimage go build

## publish new image

docker build -t alphapeter/buildimage: .
docker login -u -p
docker push alphapeter/buildimage: