mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
1.18.109-debian-10-r0 release
This commit is contained in:
@@ -13,16 +13,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "39dd2ff7109bef14e7a4872cc94b1f9f425460b42349ab475c74862642a12144 /tmp/bitnami/pkg/cache/python-3.7.8-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.8-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.8-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.18.108-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1a524cd91d585c4b8b461a6cc89c64222c5f18d8df21c3333adde51fd1c622e0 /tmp/bitnami/pkg/cache/aws-cli-1.18.108-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.18.108-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.18.108-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.18.109-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9273945481ecb944b9ad4f534ff4e116e065356704222f4e6d7b2d0265402741 /tmp/bitnami/pkg/cache/aws-cli-1.18.109-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.18.109-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.18.109-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
|
||||
|
||||
ENV BITNAMI_APP_NAME="aws-cli" \
|
||||
BITNAMI_IMAGE_VERSION="1.18.108-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.18.109-debian-10-r0" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"aws-cli": {"arch": "amd64", "digest": "1a524cd91d585c4b8b461a6cc89c64222c5f18d8df21c3333adde51fd1c622e0", "distro": "debian-10", "type": "NAMI", "version": "1.18.108-0"}, "python": {"arch": "amd64", "digest": "39dd2ff7109bef14e7a4872cc94b1f9f425460b42349ab475c74862642a12144", "distro": "debian-10", "type": "NAMI", "version": "3.7.8-3"}}
|
||||
{"aws-cli": {"arch": "amd64", "digest": "9273945481ecb944b9ad4f534ff4e116e065356704222f4e6d7b2d0265402741", "distro": "debian-10", "type": "NAMI", "version": "1.18.109-0"}, "python": {"arch": "amd64", "digest": "39dd2ff7109bef14e7a4872cc94b1f9f425460b42349ab475c74862642a12144", "distro": "debian-10", "type": "NAMI", "version": "3.7.8-3"}}
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
[Overview of aws](https://aws.amazon.com/cli/)
|
||||
|
||||
# TL;DR;
|
||||
# TL;DR
|
||||
|
||||
```console
|
||||
$ docker run --name aws-cli bitnami/aws-cli:latest
|
||||
@@ -16,8 +16,8 @@ $ docker run --name aws-cli bitnami/aws-cli:latest
|
||||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
* With Bitnami images the latest bug fixes and features are available as soon as possible.
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DTC)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
|
||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ $ docker run --name aws-cli bitnami/aws-cli: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/).
|
||||
|
||||
|
||||
* [`1-debian-10`, `1.18.108-debian-10-r0`, `1`, `1.18.108`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.18.108-debian-10-r0/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.18.109-debian-10-r0`, `1`, `1.18.109`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.18.109-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/aws-cli GitHub repo](https://github.com/bitnami/bitnami-docker-aws-cli).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user