mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
2.4.6-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
8d2cec727c
commit
572362bbc3
@@ -1,23 +1,22 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libgcc-s1 libssl1.1 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-pinniped-proxy-2.4.5-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "3f2a3271469ab477ca33126b01e3f71a9fd9294538ac14721e8a61998b3d3fdf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.5-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.5-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.5-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-pinniped-proxy-2.4.6-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "783a966675bd8d221e24f0dc27f37c251c5d3aceb9a734f763e1515962ceacf0 /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.6-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.6-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.6-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="2.4.5" \
|
||||
ENV APP_VERSION="2.4.6" \
|
||||
BITNAMI_APP_NAME="kubeapps-pinniped-proxy" \
|
||||
PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-pinniped-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "3f2a3271469ab477ca33126b01e3f71a9fd9294538ac14721e8a61998b3d3fdf",
|
||||
"digest": "783a966675bd8d221e24f0dc27f37c251c5d3aceb9a734f763e1515962ceacf0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.5-150"
|
||||
"version": "2.4.6-0"
|
||||
}
|
||||
}
|
||||
@@ -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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.4.5`, `2.4.5-debian-11-r7`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.5-debian-11-r7/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.4.6`, `2.4.6-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.6-debian-11-r0/2/debian-11/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user