0.6.1-debian-10-r23 release
This commit is contained in:
parent
4bdb4894da
commit
f7ab5babf6
|
|
@ -9,15 +9,15 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/configmap-reload-0.6.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ac4f3003f1cc3f60bc0cb4a1377fa31bdef8e2205a1403c1305f9ed08bedd4eb /tmp/bitnami/pkg/cache/configmap-reload-0.6.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/configmap-reload-0.6.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/configmap-reload-0.6.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/configmap-reload-0.6.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "abb1ca92291d695a3ba417455f4d7b63c6d569a421e2dc04b50411947ae57ada /tmp/bitnami/pkg/cache/configmap-reload-0.6.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/configmap-reload-0.6.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/configmap-reload-0.6.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -sf /opt/bitnami/configmap-reload/bin/configmap-reload /bin/configmap-reload
|
||||
|
||||
ENV BITNAMI_APP_NAME="configmap-reload" \
|
||||
BITNAMI_IMAGE_VERSION="0.6.1-debian-10-r22" \
|
||||
BITNAMI_IMAGE_VERSION="0.6.1-debian-10-r23" \
|
||||
PATH="/opt/bitnami/configmap-reload/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"configmap-reload": {
|
||||
"arch": "amd64",
|
||||
"digest": "ac4f3003f1cc3f60bc0cb4a1377fa31bdef8e2205a1403c1305f9ed08bedd4eb",
|
||||
"digest": "abb1ca92291d695a3ba417455f4d7b63c6d569a421e2dc04b50411947ae57ada",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.6.1-0"
|
||||
"version": "0.6.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -33,7 +33,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.6.1`, `0.6.1-debian-10-r22`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-configmap-reload/blob/0.6.1-debian-10-r22/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.6.1`, `0.6.1-debian-10-r23`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-configmap-reload/blob/0.6.1-debian-10-r23/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/configmap-reload GitHub repo](https://github.com/bitnami/bitnami-docker-configmap-reload).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue