mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
2.4.23-debian-10-r5 release
This commit is contained in:
@@ -23,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \
|
||||
BITNAMI_APP_NAME="aws-cli" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.23-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.23-debian-10-r5" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -31,8 +31,8 @@ $ 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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.4.23`, `2.4.23-debian-10-r4` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.4.23-debian-10-r4/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.22.69`, `1.22.69-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.22.69-debian-10-r0/1/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.23`, `2.4.23-debian-10-r5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.4.23-debian-10-r5/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.22.69`, `1.22.69-debian-10-r0` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.22.69-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).
|
||||
|
||||
@@ -53,7 +53,7 @@ $ docker pull bitnami/aws-cli:[TAG]
|
||||
If you wish, you can also build the image yourself.
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/aws-cli:latest 'https://github.com/bitnami/bitnami-docker-aws-cli.git#master:1/debian-10'
|
||||
$ docker build -t bitnami/aws-cli:latest 'https://github.com/bitnami/bitnami-docker-aws-cli.git#master:2/debian-10'
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
aws-cli:
|
||||
image: docker.io/bitnami/aws-cli:1
|
||||
image: docker.io/bitnami/aws-cli:2
|
||||
|
||||
Reference in New Issue
Block a user