0.15.0-debian-11-r0 release
This commit is contained in:
parent
e8b0177228
commit
9fac3bfa9c
|
|
@ -9,14 +9,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# 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-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.14.0-150" --checksum ffe834bc911bf142bda564f3fbfea6e550d45df673e3ec651ee971ba9f8ebb01
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.15.0-0" --checksum 66f1bd066328f54881f0df8418e901210e770590ae170a291d48e9fe3b8365ac
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/chartmuseum/postunpack.sh
|
||||
ENV APP_VERSION="0.14.0" \
|
||||
ENV APP_VERSION="0.15.0" \
|
||||
BITNAMI_APP_NAME="chartmuseum" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/chartmuseum/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"chartmuseum": {
|
||||
"arch": "amd64",
|
||||
"digest": "ffe834bc911bf142bda564f3fbfea6e550d45df673e3ec651ee971ba9f8ebb01",
|
||||
"digest": "66f1bd066328f54881f0df8418e901210e770590ae170a291d48e9fe3b8365ac",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.14.0-150"
|
||||
"version": "0.15.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,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-11`, `0.14.0`, `0.14.0-debian-11-r14`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.14.0-debian-11-r14/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.15.0`, `0.15.0-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.15.0-debian-11-r0/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/chartmuseum GitHub repo](https://github.com/bitnami/bitnami-docker-chartmuseum).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue