mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/rmq-messaging-topology-operator] Release 1.10.2-scratch-r0 (#28156)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.10.1-2-linux-${OS_ARCH}-debian-11" \
|
||||
"rmq-messaging-topology-operator-1.10.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -33,13 +33,13 @@ ARG TARGETARCH
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-03-19T00:11:38Z" \
|
||||
org.opencontainers.image.created="2023-03-23T12:37:49Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.10.1-scratch-r5" \
|
||||
org.opencontainers.image.ref.name="1.10.2-scratch-r0" \
|
||||
org.opencontainers.image.title="rmq-messaging-topology-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.10.1"
|
||||
org.opencontainers.image.version="1.10.2"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"rmq-messaging-topology-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "c5a01ea987a9a95b2b8d7c4f31e350d677949e876788ed3e87d0c7c52f12cb95",
|
||||
"digest": "f7acae5d1d0683cc653ab027148577a635c1077e3327fd00bf34faebb7263e84",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.10.1-2"
|
||||
"version": "1.10.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- 1-scratch
|
||||
- 1.10.1
|
||||
- 1.10.2
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user