0.14.0-debian-10-r16 release
This commit is contained in:
parent
3be71d8492
commit
46a3bdb95d
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.14.0-2" --checksum 776a202b6885945cab0d5303ee7fab21038642813f99d8373a8ff3c4511490ba
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.14.0-3" --checksum 776a202b6885945cab0d5303ee7fab21038642813f99d8373a8ff3c4511490ba
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/chartmuseum/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="chartmuseum" \
|
||||
BITNAMI_IMAGE_VERSION="0.14.0-debian-10-r15" \
|
||||
BITNAMI_IMAGE_VERSION="0.14.0-debian-10-r16" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/chartmuseum/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"digest": "776a202b6885945cab0d5303ee7fab21038642813f99d8373a8ff3c4511490ba",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.14.0-2"
|
||||
"version": "0.14.0-3"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.14.0`, `0.14.0-debian-10-r15`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.14.0-debian-10-r15/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.14.0`, `0.14.0-debian-10-r16`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.14.0-debian-10-r16/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/chartmuseum GitHub repo](https://github.com/bitnami/bitnami-docker-chartmuseum).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue