1
0

Fix to version which missed the 1. in front of it

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/go1.16-devel-container?expand=0&rev=4
This commit is contained in:
Marco Varlese
2021-03-23 15:59:30 +00:00
committed by Git OBS Bridge
parent 370d5ef42a
commit d03ca91ed4

View File

@@ -1,13 +1,13 @@
# Defines the tag for OBS and build script builds:
#!BuildTag: opensuse/go-devel:16
#!BuildTag: opensuse/go-devel:1.16
#!BuildTag: opensuse/go-devel:%%PKG_VERSION%%
#!BuildTag: opensuse/go-devel:%%PKG_VERSION%%.%RELEASE%
FROM opensuse/tumbleweed
# labelprefix=org.opensuse.java-devel
PREFIXEDLABEL org.opencontainers.image.title="GO 16 development container"
PREFIXEDLABEL org.opencontainers.image.description="Environment for GO 16 development"
PREFIXEDLABEL org.opencontainers.image.title="Go 1.16 development container"
PREFIXEDLABEL org.opencontainers.image.description="Environment for Go 1.16 development"
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"