mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
0.13.1-debian-10-r295 release
This commit is contained in:
@@ -9,8 +9,8 @@ ENV HOME="/" \
|
||||
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-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.13.1-4" --checksum c33413a20ce6bba24eaac945585ceb7c1808f5cf872753df1c0bd7b592dfde0a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.13.1-5" --checksum c08937b5d8d04853c45662b875fc6edd4299684e6b42811ba49708bcace38e9d
|
||||
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.13.1-debian-10-r294" \
|
||||
BITNAMI_IMAGE_VERSION="0.13.1-debian-10-r295" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/chartmuseum/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"chartmuseum": {
|
||||
"arch": "amd64",
|
||||
"digest": "c33413a20ce6bba24eaac945585ceb7c1808f5cf872753df1c0bd7b592dfde0a",
|
||||
"digest": "c08937b5d8d04853c45662b875fc6edd4299684e6b42811ba49708bcace38e9d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.1-4"
|
||||
"version": "0.13.1-5"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-2"
|
||||
"version": "1.14.0-3"
|
||||
}
|
||||
}
|
||||
@@ -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.13.1`, `0.13.1-debian-10-r294`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.13.1-debian-10-r294/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.13.1`, `0.13.1-debian-10-r295`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.13.1-debian-10-r295/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/chartmuseum GitHub repo](https://github.com/bitnami/bitnami-docker-chartmuseum).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user