forked from alt/image-forge
12 lines
401 B
Docker
12 lines
401 B
Docker
FROM {{ registry }}{{ branch }}/base:latest
|
|
|
|
MAINTAINER alt-cloud
|
|
|
|
LABEL org.opencontainers.image.title="golang"
|
|
LABEL org.opencontainers.image.description="The Golang environment for development"
|
|
LABEL org.opencontainers.image.source="https://github.com/golang/go"
|
|
LABEL org.opencontainers.image.licenses="BSD"
|
|
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
|
|
|
{{ install_packages("golang") }}
|