1
0

Accepting request 881040 from devel:kubic:containers

- Renamed tag to follow upstream
- Not having "opensuse" as prefix does not conform to specification as per conversation with fvogt

OBS-URL: https://build.opensuse.org/request/show/881040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java15-devel-container?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-03-24 15:15:39 +00:00 committed by Git OBS Bridge
commit 2ae50cd708
2 changed files with 15 additions and 5 deletions

View File

@ -1,17 +1,17 @@
# Defines the tag for OBS and build script builds:
#!BuildTag: opensuse/java-devel:15
#!BuildTag: opensuse/java-devel:%%PKG_VERSION%%
#!BuildTag: opensuse/java-devel:%%PKG_VERSION%%.%RELEASE%
#!BuildTag: opensuse/openjdk:15
#!BuildTag: opensuse/openjdk:%%PKG_VERSION%%
#!BuildTag: opensuse/openjdk:%%PKG_VERSION%%.%RELEASE%
FROM opensuse/tumbleweed
# labelprefix=org.opensuse.java-devel
# labelprefix=org.opensuse.openjdk
PREFIXEDLABEL org.opencontainers.image.title="Java 15 development container"
PREFIXEDLABEL org.opencontainers.image.description="Environment for Java 15 development"
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="opensuse/java-devel:%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/openjdk:%%PKG_VERSION%%.%RELEASE%"
# Work around https://github.com/openSUSE/obs-build/issues/487
RUN zypper install -y openSUSE-release-appliance-docker

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 24 12:19:36 UTC 2021 - Marco Varlese <marco.varlese@suse.com>
- Renamed tag to follow upstream
-------------------------------------------------------------------
Tue Mar 23 19:25:53 UTC 2021 - Marco Varlese <marco.varlese@suse.com>
- Not having "opensuse" as prefix does not conform to specification as per conversation with fvogt
-------------------------------------------------------------------
Fri Mar 19 14:40:35 UTC 2021 - Marco Varlese <marco.varlese@suse.com>