https://github.com/alphapeter/buildimage
https://github.com/alphapeter/buildimage
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alphapeter/buildimage
- Owner: alphapeter
- Created: 2018-07-10T20:44:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T20:48:14.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T11:24:54.608Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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: