[bitnami/rmq-messaging-topology-operator] Release 1.10.0-scratch-r0 (#14933)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
6350253cfd
commit
b23c3b84fc
|
|
@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"rmq-messaging-topology-operator-1.9.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"rmq-messaging-topology-operator-1.10.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -34,11 +34,11 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.9.0-scratch-r1" \
|
||||
org.opencontainers.image.ref.name="1.10.0-scratch-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rmq-messaging-topology-operator" \
|
||||
org.opencontainers.image.title="rmq-messaging-topology-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.9.0"
|
||||
org.opencontainers.image.version="1.10.0"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"rmq-messaging-topology-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "9c6eaad36306d003706531709174c2d34f08790ee5656a15a7509f6b67251af6",
|
||||
"digest": "733328fd8749b60df1a7733fc10a47483eaee621cfdc9fba9548aa53e41e3a08",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.0-1"
|
||||
"version": "1.10.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-scratch"
|
||||
- "1.9.0"
|
||||
- "1.10.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue