[bitnami/rmq-default-credential-updater] Release 1.0.2-scratch-r19 (#27717)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9ea4eff551
commit
02e98aa1d2
|
|
@ -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-default-credential-updater-1.0.2-158-linux-${OS_ARCH}-debian-11" \
|
||||
"rmq-default-credential-updater-1.0.2-159-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -33,10 +33,10 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-03-01T11:47:08Z" \
|
||||
org.opencontainers.image.created="2023-03-19T00:11:03Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.0.2-scratch-r18" \
|
||||
org.opencontainers.image.ref.name="1.0.2-scratch-r19" \
|
||||
org.opencontainers.image.title="rmq-default-credential-updater" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.0.2"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"rmq-default-credential-updater": {
|
||||
"arch": "amd64",
|
||||
"digest": "3d75cd86ad5ddc441d14e5f95ea8523c3b789a7c5c202510cd06c0c436bc281a",
|
||||
"digest": "8c33c3b6059d300fd98c92870e928971063f0363dc36464de74b6eb23c8b0264",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.2-158"
|
||||
"version": "1.0.2-159"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> RabbitMQ Default User Credential Updater is a component of the RabbitMQ Cluster Operator Helm chart that enables Hashicorp Vault integration.
|
||||
|
||||
[Overview of RabbitMQ Default User Credential Updater](https://github.com/rabbitmq/default-user-credential-updater)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue