https://github.com/dasrick/golang-plus
Official docker image of golang extended with some useful tools like golint, zip etc
https://github.com/dasrick/golang-plus
docker-image docker-images golang
Last synced: about 2 months ago
JSON representation
Official docker image of golang extended with some useful tools like golint, zip etc
- Host: GitHub
- URL: https://github.com/dasrick/golang-plus
- Owner: dasrick
- License: bsd-3-clause
- Created: 2019-03-02T20:48:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T10:34:18.000Z (about 6 years ago)
- Last Synced: 2025-07-01T09:51:05.574Z (12 months ago)
- Topics: docker-image, docker-images, golang
- Language: Dockerfile
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Pulls][dockerpull-image]][dockerpull-url]
[![Docker Cloud Automated][dockerautomated-image]][dockerautomated-url]
[![Docker Cloud Build][dockercloudbuild-image]][dockercloudbuild-url]
[![License][license-image]][license-url]
***
# Golang plus
Official docker image of golang extended with some useful tools like
* dep (golang <= 1.13.*)
* golint
* zip/unzip
* golangci-lint (golang >= 1.13.5)
Currently all images based on `golang:-stretch` image
## Tags
* shared tags: `latest` => latest `1.14`
* shared tags: `1.14` => latest `1.14.*`
* shared tags: `1.13` => latest `1.13.*`
* shared tags: `1.12` => latest `1.12.*`
* shared tags: `1.11` => `1.11.13`
* `1.14.0` ... `1.14.1`
* `1.13.0` ... `1.13.8`
* `1.12.0` ... `1.12.17`
## Usage
Example: `docker pull dasrick/golang-plus:1.13.6`
## Release History
A detailed history of golang can be found [here](https://golang.org/doc/devel/release.html).
* [go.1.14 minor](https://golang.org/doc/devel/release.html#go1.14.minor)
* [go.1.13 minor](https://golang.org/doc/devel/release.html#go1.13.minor)
* [go.1.12 minor](https://golang.org/doc/devel/release.html#go1.12.minor)
* [go.1.11 minor](https://golang.org/doc/devel/release.html#go1.11.minor)
***
[dockerpull-image]: https://img.shields.io/docker/pulls/dasrick/golang-plus.svg?style=flat-square
[dockerpull-url]: https://hub.docker.com/r/dasrick/golang-plus
[dockerautomated-image]: https://img.shields.io/docker/cloud/automated/dasrick/golang-plus?style=flat-square
[dockerautomated-url]: https://hub.docker.com/r/dasrick/golang-plus
[dockercloudbuild-image]: https://img.shields.io/docker/cloud/build/dasrick/golang-plus?style=flat-square
[dockercloudbuild-url]: https://hub.docker.com/r/dasrick/golang-plus
[license-image]: https://img.shields.io/github/license/dasrick/golang-plus.svg?style=flat-square
[license-url]: https://github.com/dasrick/golang-plus/blob/master/LICENSE