forked from pool/go1.16-devel-container
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:
committed by
Git OBS Bridge
parent
370d5ef42a
commit
d03ca91ed4
@@ -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%"
|
||||
|
Reference in New Issue
Block a user