[bitnami/rust] Release 1.93.1-debian-12-r2 (#91619)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-13 20:07:41 +01:00
committed by GitHub
parent 9e9ed0f8ab
commit 7b7f3dbc95
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-02-19T04:31:52Z" \ org.opencontainers.image.created="2026-03-13T18:32:15Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/rust/README.md" \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/rust/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rust" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rust" \
@@ -48,7 +48,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.93.1" \ ENV APP_VERSION="1.93.1" \
BITNAMI_APP_NAME="rust" \ BITNAMI_APP_NAME="rust" \
IMAGE_REVISION="1" \ IMAGE_REVISION="2" \
PATH="/opt/bitnami/rust/bin:$PATH" PATH="/opt/bitnami/rust/bin:$PATH"
WORKDIR /opt/bitnami/rust WORKDIR /opt/bitnami/rust

View File

@@ -1,7 +1,5 @@
# Bitnami Secure Image for Rust # Bitnami Secure Image for Rust
## What is Rust?
> Rust is a modern systems programming language focusing on safety, speed, and concurrency. > Rust is a modern systems programming language focusing on safety, speed, and concurrency.
[Overview of Rust](https://www.rust-lang.org/) [Overview of Rust](https://www.rust-lang.org/)
@@ -62,6 +60,8 @@ docker build -t bitnami/APP:latest .
## Configuration ## Configuration
The following section describes how to run commands
### Running commands ### Running commands
To run commands inside this container you can use `docker run`, for example to execute `rust help` you can follow the example below: To run commands inside this container you can use `docker run`, for example to execute `rust help` you can follow the example below: