mirror of
https://github.com/bitnami/containers.git
synced 2026-03-26 23:08:08 +08:00
[bitnami/rust] Release 1.93.1-debian-12-r2 (#91619)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
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.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" \
|
||||
@@ -48,7 +48,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.93.1" \
|
||||
BITNAMI_APP_NAME="rust" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="2" \
|
||||
PATH="/opt/bitnami/rust/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/rust
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Bitnami Secure Image for Rust
|
||||
|
||||
## What is Rust?
|
||||
|
||||
> Rust is a modern systems programming language focusing on safety, speed, and concurrency.
|
||||
|
||||
[Overview of Rust](https://www.rust-lang.org/)
|
||||
@@ -62,6 +60,8 @@ docker build -t bitnami/APP:latest .
|
||||
|
||||
## Configuration
|
||||
|
||||
The following section describes how to run 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:
|
||||
|
||||
Reference in New Issue
Block a user