mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
1.2.1-debian-10-r60 release
This commit is contained in:
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libgcc1 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.265-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8 /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.272-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "dcc7827b788cffa756972493c0275ec48a0d9b07ea0dd7c320d1d4ba30a8803c /tmp/bitnami/pkg/cache/java-1.8.272-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.272-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.272-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-rsocket-proxy-1.2.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3b2334b211f79b2ba0822d767b54c135e63ac48b0054bbc60b6b5545b0039e50 /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.2.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.2.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
@@ -23,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN touch /opt/bitnami/prometheus-rsocket-proxy/prometheus-rsocket-proxy.log && chmod -R g+rwX /opt/bitnami/prometheus-rsocket-proxy
|
||||
|
||||
ENV BITNAMI_APP_NAME="prometheus-rsocket-proxy" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.1-debian-10-r59" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.1-debian-10-r60" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/prometheus-rsocket-proxy
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8",
|
||||
"digest": "dcc7827b788cffa756972493c0275ec48a0d9b07ea0dd7c320d1d4ba30a8803c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.265-0"
|
||||
"version": "1.8.272-0"
|
||||
},
|
||||
"prometheus-rsocket-proxy": {
|
||||
"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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.2.1`, `1.2.1-debian-10-r59`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.2.1-debian-10-r59/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.2.1`, `1.2.1-debian-10-r60`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.2.1-debian-10-r60/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus-rsocket-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user