1.21.12-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-11-05 22:52:20 +00:00
parent e3674d783c
commit 36c30be7a5
3 changed files with 22 additions and 21 deletions

View File

@@ -13,15 +13,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "627077bf43f272449a52bbcbed0fee3dcf16ee2012c882878e627b67b78024ef /tmp/bitnami/pkg/cache/python-3.7.12-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-4-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.21.11-0-linux-amd64-debian-10.tar.gz && \
echo "f97dc924d700fb15e2d78e1a10a70f3b1968fe0b56c6fe2d7801babc9bb9353a /tmp/bitnami/pkg/cache/aws-cli-1.21.11-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.21.11-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.21.11-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.21.12-0-linux-amd64-debian-10.tar.gz && \
echo "de9f4d44df3ea95b5cb0fb580c571d60ad823def0a27fe2515a04a40b7a9e019 /tmp/bitnami/pkg/cache/aws-cli-1.21.12-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.21.12-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.21.12-0-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
ENV AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \
BITNAMI_APP_NAME="aws-cli" \
BITNAMI_IMAGE_VERSION="1.21.11-debian-10-r0" \
BITNAMI_IMAGE_VERSION="1.21.12-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
USER 1001

View File

@@ -1,10 +1,10 @@
{
"aws-cli": {
"arch": "amd64",
"digest": "f97dc924d700fb15e2d78e1a10a70f3b1968fe0b56c6fe2d7801babc9bb9353a",
"digest": "de9f4d44df3ea95b5cb0fb580c571d60ad823def0a27fe2515a04a40b7a9e019",
"distro": "debian-10",
"type": "NAMI",
"version": "1.21.11-0"
"version": "1.21.12-0"
},
"python": {
"arch": "amd64",

View File

@@ -1,17 +1,18 @@
# AWS CLI packaged by Bitnami
# What is AWS CLI?
## What is AWS CLI?
> The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services.
> The AWS Command Line Interface (CLI) allows you to manage your AWS services from a single tool. Use it to control multiple services and automate actions through scripts.
[Overview of aws](https://aws.amazon.com/cli/)
[Overview of AWS CLI](https://aws.amazon.com/cli/)
# TL;DR
## TL;DR
```console
$ docker run --name aws-cli bitnami/aws-cli:latest
```
# Why use Bitnami Images?
## Why use Bitnami Images?
* 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.
@@ -23,17 +24,17 @@ $ docker run --name aws-cli bitnami/aws-cli:latest
> This [CVE scan report](https://quay.io/repository/bitnami/aws-cli?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
# Supported tags and respective `Dockerfile` links
## Supported tags and respective `Dockerfile` links
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.2.43`, `2.2.43-debian-10-r30` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.2.43-debian-10-r30/2/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.21.11`, `1.21.11-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.21.11-debian-10-r0/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.21.12`, `1.21.12-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.21.12-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).
# Get this image
## Get this image
The recommended way to get the Bitnami aws-cli Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/aws-cli).
@@ -53,9 +54,9 @@ If you wish, you can also build the image yourself.
$ docker build -t bitnami/aws-cli:latest 'https://github.com/bitnami/bitnami-docker-aws-cli.git#master:1/debian-10'
```
# Configuration
## Configuration
## Running commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `aws-cli --version` you can follow the example below:
@@ -65,7 +66,7 @@ $ docker run --rm --name aws-cli bitnami/aws-cli:latest -- --version
Consult the [aws-cli Reference Documentation](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/index.html) to find the completed list of commands available.
## Loading your own configuration
### Loading your own configuration
It's possible to load your own configuration, which is useful if you want to connect to a remote cluster:
@@ -73,11 +74,11 @@ It's possible to load your own configuration, which is useful if you want to con
$ docker run --rm --name aws-cli -v /path/to/your/aws/config:/.aws/config bitnami/aws-cli:latest
```
# Contributing
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-aws-cli/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-aws-cli/pulls) with your contribution.
# Issues
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-aws-cli/issues/new). For us to provide better support, be sure to include the following information in your issue:
@@ -87,7 +88,7 @@ If you encountered a problem running this container, you can file an [issue](htt
- Version of this container
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
# License
## License
Copyright 2021 Bitnami