Skip to content

Commit

Permalink
Merge pull request #674 from SUSE/for-deploy-5
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP5
  • Loading branch information
dirkmueller authored Sep 28, 2023
2 parents 8753d5d + 762b583 commit 60648f5
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 10 deletions.
4 changes: 2 additions & 2 deletions golang-oldstable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
LABEL org.opencontainers.image.title="SLE BCI Golang 1.20"
LABEL org.opencontainers.image.description="Golang 1.20 container based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="SLE BCI Go 1.20 development"
LABEL org.opencontainers.image.description="Go 1.20 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.20"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
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 @@
-------------------------------------------------------------------
Thu Sep 28 12:02:03 UTC 2023 - Dirk Mueller <[email protected]>

- correct descriptions to be more consistent

-------------------------------------------------------------------
Thu Sep 28 10:32:27 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions golang-oldstable-openssl-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
LABEL org.opencontainers.image.title="SLE BCI Golang 1.19-openssl"
LABEL org.opencontainers.image.description="Golang 1.19-openssl container based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="SLE BCI Go 1.19-openssl development"
LABEL org.opencontainers.image.description="Go 1.19-openssl development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.19-openssl"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 12:02:03 UTC 2023 - Dirk Mueller <[email protected]>

- correct descriptions to be more consistent

-------------------------------------------------------------------
Thu Sep 28 10:32:27 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions golang-stable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
LABEL org.opencontainers.image.title="SLE BCI Golang 1.21"
LABEL org.opencontainers.image.description="Golang 1.21 container based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="SLE BCI Go 1.21 development"
LABEL org.opencontainers.image.description="Go 1.21 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.21"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
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 @@
-------------------------------------------------------------------
Thu Sep 28 12:02:03 UTC 2023 - Dirk Mueller <[email protected]>

- correct descriptions to be more consistent

-------------------------------------------------------------------
Thu Sep 28 10:32:27 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions golang-stable-openssl-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
LABEL org.opencontainers.image.title="SLE BCI Golang 1.20-openssl"
LABEL org.opencontainers.image.description="Golang 1.20-openssl container based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="SLE BCI Go 1.20-openssl development"
LABEL org.opencontainers.image.description="Go 1.20-openssl development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.20-openssl"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 12:02:03 UTC 2023 - Dirk Mueller <[email protected]>

- correct descriptions to be more consistent

-------------------------------------------------------------------
Thu Sep 28 10:32:27 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion python-3.11-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core; zypper -n clean; rm -rf /var/log/*
ENV PYTHON_VERSION="%%py311_ver%%"
ENV PATH="$PATH:/root/.local/bin"
ENV PIP_VERSION="%%pip_ver%%"
Expand Down
5 changes: 5 additions & 0 deletions python-3.11-image/python-3.11-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 12:02:02 UTC 2023 - Dirk Mueller <[email protected]>

- correct descriptions to be more consistent

-------------------------------------------------------------------
Thu Sep 28 10:32:27 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion python-3.6-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends python3-devel python3 python3-pip curl git-core python3-wheel lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends python3-devel python3 python3-pip curl git-core python3-wheel; zypper -n clean; rm -rf /var/log/*
ENV PYTHON_VERSION="%%py36_ver%%"
ENV PATH="$PATH:/root/.local/bin"
ENV PIP_VERSION="%%pip_ver%%"
Expand Down
5 changes: 5 additions & 0 deletions python-3.6-image/python-3.6-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 12:02:02 UTC 2023 - Dirk Mueller <[email protected]>

- correct descriptions to be more consistent

-------------------------------------------------------------------
Thu Sep 28 10:32:27 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down

0 comments on commit 60648f5

Please sign in to comment.