0.363.0-debian-10-r3 release

This commit is contained in:
Bitnami Bot 2021-11-05 22:16:28 +00:00
parent ffb294ade0
commit b2b901bc5e
2 changed files with 16 additions and 15 deletions

View File

@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
RUN mkdir /.config /.gsutil && chmod g+rwX /.config /.gsutil
ENV BITNAMI_APP_NAME="google-cloud-sdk" \
BITNAMI_IMAGE_VERSION="0.363.0-debian-10-r2" \
BITNAMI_IMAGE_VERSION="0.363.0-debian-10-r3" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"
USER 1001

View File

@ -1,17 +1,18 @@
# Google Cloud SDK packaged by Bitnami
# What is Google Cloud SDK?
## What is Google Cloud SDK?
> The gcloud command-line interface is a tool that provides the primary CLI to Google Cloud Platform
> The Gcloud CLI is a set of command-line tools and libraries for use with Google Cloud. It enables users to access multiple Google Cloud services and products from the command line.
[Overview of gcloud](https://cloud.google.com/sdk/gcloud)
[Overview of Google Cloud SDK](https://cloud.google.com/sdk/gcloud)
# TL;DR
## TL;DR
```console
$ docker run --name google-cloud-sdk bitnami/google-cloud-sdk: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,16 +24,16 @@ $ docker run --name google-cloud-sdk bitnami/google-cloud-sdk:latest
> This [CVE scan report](https://quay.io/repository/bitnami/google-cloud-sdk?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/).
* [`0`, `0-debian-10`, `0.363.0`, `0.363.0-debian-10-r2`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-google-cloud-sdk/blob/0.363.0-debian-10-r2/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.363.0`, `0.363.0-debian-10-r3`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-google-cloud-sdk/blob/0.363.0-debian-10-r3/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/google-cloud-sdk GitHub repo](https://github.com/bitnami/bitnami-docker-google-cloud-sdk).
# Get this image
## Get this image
The recommended way to get the Bitnami google-cloud-sdk Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/google-cloud-sdk).
@ -52,9 +53,9 @@ If you wish, you can also build the image yourself.
$ docker build -t bitnami/google-cloud-sdk:latest 'https://github.com/bitnami/bitnami-docker-google-cloud-sdk.git#master:0/debian-10'
```
# Configuration
## Configuration
## Running commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `google-cloud-sdk --version` you can follow the example below:
@ -64,7 +65,7 @@ $ docker run --rm --name google-cloud-sdk bitnami/google-cloud-sdk:latest -- --v
Consult the [google-cloud-sdk Reference Documentation](https://cloud.google.com/sdk/gcloud) 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:
@ -72,11 +73,11 @@ It's possible to load your own configuration, which is useful if you want to con
$ docker run --rm --name google-cloud-sdk -v /path/to/your/gcloud/config:/.config/gcloud/configurations/config_default bitnami/google-cloud-sdk: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-google-cloud-sdk/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-google-cloud-sdk/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-google-cloud-sdk/issues/new). For us to provide better support, be sure to include the following information in your issue:
@ -86,7 +87,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