mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
1.24.0-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
2c6f6305c1
commit
be072dc253
@@ -9,10 +9,10 @@ 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/cluster-autoscaler-1.23.0-7-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2425a15af546d510cff2cc3054f5e1b438fd2ab338d72c938b8a29a794a56f0c /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-7-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.24.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "953c3f9dc52aa009e92028b0b26b143500184e4c836715375cc5fdabf57ba653 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.24.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.24.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.24.0-0-linux-amd64-debian-10.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
|
||||
@@ -20,7 +20,7 @@ RUN ln -sf /opt/bitnami/cluster-autoscaler/bin/cluster-autoscaler /opt/bitnami/c
|
||||
|
||||
COPY rootfs /
|
||||
RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/
|
||||
ENV APP_VERSION="1.23.0" \
|
||||
ENV APP_VERSION="1.24.0" \
|
||||
BITNAMI_APP_NAME="cluster-autoscaler" \
|
||||
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"cluster-autoscaler": {
|
||||
"arch": "amd64",
|
||||
"digest": "2425a15af546d510cff2cc3054f5e1b438fd2ab338d72c938b8a29a794a56f0c",
|
||||
"digest": "953c3f9dc52aa009e92028b0b26b143500184e4c836715375cc5fdabf57ba653",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.0-7"
|
||||
"version": "1.24.0-0"
|
||||
}
|
||||
}
|
||||
@@ -62,7 +62,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.23.0`, `1.23.0-debian-10-r126`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.23.0-debian-10-r126/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.24.0`, `1.24.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.24.0-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cluster-autoscaler GitHub repo](https://github.com/bitnami/bitnami-docker-cluster-autoscaler).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user