Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenika/alpine-golang
Minimal Go(lang) Docker Images built on Alpine Linux
https://github.com/zenika/alpine-golang
alpine alpine-golang docker docker-image dockerfile golang
Last synced: about 2 months ago
JSON representation
Minimal Go(lang) Docker Images built on Alpine Linux
- Host: GitHub
- URL: https://github.com/zenika/alpine-golang
- Owner: Zenika
- Created: 2017-02-06T08:10:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T08:58:37.000Z (almost 8 years ago)
- Last Synced: 2024-04-08T16:17:16.209Z (9 months ago)
- Topics: alpine, alpine-golang, docker, docker-image, dockerfile, golang
- Homepage: https://hub.docker.com/r/zenika/alpine-golang/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-golang
Golang Docker images built on official Golang Alpine Linux
Size: 80.9 MB (All Layers: 268.2 MB)Layers:
- alpine:3.4 5 MB
- git 16.99 MB
- golang:1.7 235.1 MB
- govendor 10.63 MB# Golang version
```
docker run --rm zenika/alpine-golang go version
go version go1.7.5 linux/amd64
```# Govendor version
```
docker run --rm zenika/alpine-golang govendor -version
V1.0.8
```# GIT version
```
docker run --rm zenika/alpine-golang git --version
git version 2.8.3
```