Skip to content

Commit

Permalink
Merge pull request #479 from SUSE/for-deploy-Tumbleweed
Browse files Browse the repository at this point in the history
🤖: Update build recipes for Tumbleweed
  • Loading branch information
dirkmueller authored Jun 26, 2023
2 parents 7e65556 + 30628f7 commit b0bfa89
Show file tree
Hide file tree
Showing 65 changed files with 227 additions and 67 deletions.
5 changes: 5 additions & 0 deletions 389-ds-container/389-ds-container.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions 389-ds-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER william.brown@suse.com

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.389-ds
LABEL org.opencontainers.image.title="openSUSE Tumbleweed 389 Directory Server Container Image"
LABEL org.opencontainers.image.description="389 Directory Server based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed 389 Directory Server"
LABEL org.opencontainers.image.description="389 Directory Server container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%389ds_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
4 changes: 2 additions & 2 deletions alertmanager-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.alertmanager
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Alertmanager Container Image"
LABEL org.opencontainers.image.description="Alertmanager based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Alertmanager"
LABEL org.opencontainers.image.description="Alertmanager container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%alertmanager_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions alertmanager-image/alertmanager-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions blackbox_exporter-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.blackbox_exporter
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Blackbox Exporter Container Image"
LABEL org.opencontainers.image.description="Blackbox Exporter based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Blackbox Exporter"
LABEL org.opencontainers.image.description="Blackbox Exporter container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%blackbox_exporter_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions blackbox_exporter-image/blackbox_exporter-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
5 changes: 5 additions & 0 deletions busybox-image/busybox-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
6 changes: 3 additions & 3 deletions busybox-image/busybox-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description type="system">
<author>openSUSE Project</author>
<contact>https://www.suse.com/</contact>
<specification>openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Busybox Container Image</specification>
<specification>openSUSE Tumbleweed BCI openSUSE Tumbleweed BusyBox Container Image</specification>
</description>
<preferences>
<type image="docker">
Expand All @@ -19,8 +19,8 @@
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest">
<labels>
<suse_label_helper:add_prefix prefix="org.opensuse.bci.busybox">
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Busybox Container Image"/>
<label name="org.opencontainers.image.description" value="Busybox based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI openSUSE Tumbleweed BusyBox"/>
<label name="org.opencontainers.image.description" value="openSUSE Tumbleweed BusyBox container based on the openSUSE Tumbleweed Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
Expand Down
5 changes: 5 additions & 0 deletions distribution-image/distribution-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions distribution-image/distribution-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
additionaltags="%%registry_version%%-%RELEASE%,latest">
<labels>
<suse_label_helper:add_prefix prefix="org.opensuse.application.registry">
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed OCI Container Registry (Distribution) Container Image"/>
<label name="org.opencontainers.image.description" value="OCI Container Registry (Distribution) based on the openSUSE Tumbleweed Base Container Image."/>
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed OCI Container Registry (Distribution)"/>
<label name="org.opencontainers.image.description" value="OCI Container Registry (Distribution) container based on the openSUSE Tumbleweed Base Container Image."/>
<label name="org.opencontainers.image.version" value="%%registry_version%%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
Expand Down
4 changes: 2 additions & 2 deletions golang-oldstable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.golang
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Golang 1.19 Container Image"
LABEL org.opencontainers.image.description="Golang 1.19 development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Golang 1.19"
LABEL org.opencontainers.image.description="Golang 1.19 container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="1.19"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions golang-oldstable-image/golang-oldstable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Thu Jun 22 16:56:53 UTC 2023 - Dirk Mueller <dmueller@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions golang-stable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.golang
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Golang 1.20 Container Image"
LABEL org.opencontainers.image.description="Golang 1.20 development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Golang 1.20"
LABEL org.opencontainers.image.description="Golang 1.20 container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="1.20"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions golang-stable-image/golang-stable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Thu Jun 22 16:56:53 UTC 2023 - Dirk Mueller <dmueller@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions grafana-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.grafana
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Grafana Container Image"
LABEL org.opencontainers.image.description="Grafana based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Grafana"
LABEL org.opencontainers.image.description="Grafana container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%grafana_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions grafana-image/grafana-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.init
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Init Container Image"
LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is not supported when using container runtime other than podman."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI openSUSE Tumbleweed Init"
LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is only supported with podman."
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions init-image/init-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
5 changes: 5 additions & 0 deletions micro-image/micro-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions micro-image/micro-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description type="system">
<author>openSUSE Project</author>
<contact>https://www.suse.com/</contact>
<specification>openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Micro Container Image</specification>
<specification>openSUSE Tumbleweed BCI openSUSE Tumbleweed Micro Container Image</specification>
</description>
<preferences>
<type image="docker">
Expand All @@ -19,7 +19,7 @@
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest">
<labels>
<suse_label_helper:add_prefix prefix="org.opensuse.bci.micro">
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Micro Container Image"/>
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI openSUSE Tumbleweed Micro"/>
<label name="org.opencontainers.image.description" value="A micro environment for containers based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
Expand Down
5 changes: 5 additions & 0 deletions minimal-image/minimal-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
6 changes: 3 additions & 3 deletions minimal-image/minimal-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description type="system">
<author>openSUSE Project</author>
<contact>https://www.suse.com/</contact>
<specification>openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Minimal Container Image</specification>
<specification>openSUSE Tumbleweed BCI openSUSE Tumbleweed Minimal Container Image</specification>
</description>
<preferences>
<type image="docker" derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
Expand All @@ -19,8 +19,8 @@
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest">
<labels>
<suse_label_helper:add_prefix prefix="org.opensuse.bci.minimal">
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Minimal Container Image"/>
<label name="org.opencontainers.image.description" value="A minimal environment for containers based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI openSUSE Tumbleweed Minimal"/>
<label name="org.opencontainers.image.description" value="openSUSE Tumbleweed Minimal container based on the openSUSE Tumbleweed Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
Expand Down
4 changes: 2 additions & 2 deletions nodejs-20-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.nodejs
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Node.js 20 Container Image"
LABEL org.opencontainers.image.description="Node.js 20 development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Node.js 20 development"
LABEL org.opencontainers.image.description="Node.js 20 development container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="20"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions nodejs-20-image/nodejs-20-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions openjdk-11-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.openjdk.devel
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 11 Development Container Image"
LABEL org.opencontainers.image.description="Java 11 Development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 11 development"
LABEL org.opencontainers.image.description="OpenJDK 11 development container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="11"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-11-devel-image/openjdk-11-devel-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions openjdk-11-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.openjdk
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 11 Runtime Container Image"
LABEL org.opencontainers.image.description="Java 11 runtime based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 11 runtime"
LABEL org.opencontainers.image.description="OpenJDK 11 runtime container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="11"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-11-image/openjdk-11-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions openjdk-17-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.openjdk.devel
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 17 Development Container Image"
LABEL org.opencontainers.image.description="Java 17 Development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 17 development"
LABEL org.opencontainers.image.description="OpenJDK 17 development container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="17"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-17-devel-image/openjdk-17-devel-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions openjdk-17-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.openjdk
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 17 Runtime Container Image"
LABEL org.opencontainers.image.description="Java 17 runtime based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 17 runtime"
LABEL org.opencontainers.image.description="OpenJDK 17 runtime container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="17"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-17-image/openjdk-17-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- label capitalization and related cleanups

-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>

Expand Down
Loading

0 comments on commit b0bfa89

Please sign in to comment.