11-debian-11-r8 release

This commit is contained in:
Bitnami Bot 2022-06-24 22:13:00 +00:00 committed by Bitnami Containers
parent ac285e0ebd
commit a8e3549fed
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM docker.io/bitnami/minideb:bullseye
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages curl procps
RUN apt-get update && apt-get upgrade -y && \

View File

@ -28,7 +28,7 @@ $ docker run --name bitnami-shell bitnami/bitnami-shell:latest
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/).
* [`11`, `11-debian-11`, `11-debian-11-r7`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-bitnami-shell/blob/11-debian-11-r7/11/debian-11/Dockerfile)
* [`11`, `11-debian-11`, `11-debian-11-r8`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-bitnami-shell/blob/11-debian-11-r8/11/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/bitnami-shell GitHub repo](https://github.com/bitnami/bitnami-docker-bitnami-shell).