Skip to content

Commit

Permalink
Merge pull request #2215 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dcermak authored Jan 23, 2025
2 parents 3671c68 + c1bfc1b commit 4ebb5ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
25 changes: 12 additions & 13 deletions stunnel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@
# You can contact the BCI team via https://github.com/SUSE/bci/discussions

#!UseOBSRepositories
#!ExclusiveArch: aarch64 x86_64
#!BuildTag: containers/stunnel:%%stunnel_re%%-%RELEASE%
#!BuildTag: containers/stunnel:%%stunnel_re%%
#!BuildTag: containers/stunnel:5
#!BuildTag: containers/stunnel:latest
#!ForceMultiVersion
#!BuildName: containers-stunnel-5
#!BuildVersion: %%stunnel_re%%

#!BuildTag: suse/stunnel:%%stunnel_re%%-%RELEASE%
#!BuildTag: suse/stunnel:%%stunnel_re%%
#!BuildTag: suse/stunnel:5
#!BuildTag: suse/stunnel:latest
#!BuildName: suse-stunnel-5
#!BuildVersion: 15.6.5
#!BuildRelease: 35
FROM registry.suse.com/bci/bci-micro:15.6 AS target
FROM bci/bci-base:15.6 AS builder
FROM suse/sle15:15.6 AS builder
COPY --from=target / /target

RUN set -euo pipefail; \
Expand All @@ -39,16 +38,16 @@ FROM registry.suse.com/bci/bci-micro:15.6
COPY --from=builder /target /
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.stunnel
LABEL org.opencontainers.image.authors=""
LABEL org.opencontainers.image.title="Stunnel"
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE Stunnel"
LABEL org.opencontainers.image.description="Stunnel container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%stunnel_re%%"
LABEL org.opencontainers.image.url="https://apps.rancher.io/applications/stunnel"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="%%stunnel_re%%-%RELEASE%"
LABEL org.opensuse.reference="dp.apps.rancher.io/containers/stunnel:%%stunnel_re%%-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/suse/stunnel:%%stunnel_re%%-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.eula="sle-eula"
Expand Down
2 changes: 1 addition & 1 deletion stunnel-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ podman run --rm -d \
-e STUNNEL_CONNECT=0.0.0.0:8000 \
-v=path/to/server.pem:/etc/stunnel/stunnel.pem:Z \
-v=path/to/server.crt:/etc/stunnel/stunnel.crt:Z \
dp.apps.rancher.io/containers/stunnel:5
registry.suse.com/suse/stunnel:5
```


Expand Down
5 changes: 5 additions & 0 deletions stunnel-image/stunnel-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 23 14:03:18 UTC 2025 - SUSE Update Bot <[email protected]>

- Switch publish registry to registry.suse.com

-------------------------------------------------------------------
Fri Jan 17 10:30:46 UTC 2025 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit 4ebb5ca

Please sign in to comment.