[bitnami/rmq-default-credential-updater] Release 1.0.2-scratch-r11 (#10769)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-19 21:21:43 +02:00
committed by GitHub
parent a06e63e35d
commit 60e0ef2072
3 changed files with 17 additions and 13 deletions

View File

@@ -11,13 +11,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f rmq-default-credential-updater-1.0.2-153-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/rmq-default-credential-updater-1.0.2-153-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/rmq-default-credential-updater-1.0.2-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c rmq-default-credential-updater-1.0.2-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf rmq-default-credential-updater-1.0.2-153-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf rmq-default-credential-updater-1.0.2-153-linux-${OS_ARCH}-debian-11.tar.gz rmq-default-credential-updater-1.0.2-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256
COMPONENTS=( \
"rmq-default-credential-updater-1.0.2-154-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
######
@@ -29,7 +34,7 @@ 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.0.2-scratch-r10" \
org.opencontainers.image.ref.name="1.0.2-scratch-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rmq-default-credential-updater" \
org.opencontainers.image.title="rmq-default-credential-updater" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -1,9 +1,9 @@
{
"rmq-default-credential-updater": {
"arch": "amd64",
"digest": "ee1409b2aa82d95f769d5b55f72c6dd86836ebfddb2af3aa74406befdb2b8597",
"digest": "385ff034dd4bf81f2d3b67e4555fc20a77b3af04dce5af64cc1cfebb9bc1edf6",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.2-153"
"version": "1.0.2-154"
}
}

View File

@@ -27,8 +27,7 @@ $ docker run --name rmq-default-credential-updater bitnami/rmq-default-credentia
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`1`, `1-scratch`, `1.0.2`, `1.0.2-scratch-r10`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/rmq-default-credential-updater/1/scratch/Dockerfile)
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
@@ -72,7 +71,7 @@ Check the [official RabbitMQ Default User Credential Updater documentation](http
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
## Issues