2.8.1-debian-10-r7 release
This commit is contained in:
parent
66691770aa
commit
46d0f93d1c
|
|
@ -27,7 +27,7 @@ RUN touch /opt/bitnami/spring-cloud-skipper-shell/spring-cloud-skipper-shell.log
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV BITNAMI_APP_NAME="spring-cloud-skipper-shell" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r7" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,17 +1,18 @@
|
|||
# Spring Cloud Skipper Shell packaged by Bitnami
|
||||
|
||||
# What is Spring Cloud Skipper Shell?
|
||||
## What is Spring Cloud Skipper Shell?
|
||||
|
||||
> A package manager that installs, upgrades, and rolls back Spring Boot applications on multiple Cloud Platforms. Skipper can be used as part of implementing the practice of Continuous Deployment. This docker image ships the official shell to interact with the skipper server.
|
||||
> Spring Cloud Skipper Shell is a tool for interacting with the Spring Cloud Data Skipper server.
|
||||
|
||||
[Overview of spring skipper flow shell](https://docs.spring.io/spring-cloud-skipper/docs/current/reference/htmlsingle/#using-shell)
|
||||
[Overview of Spring Cloud Skipper Shell](https://github.com/spring-cloud/spring-cloud-skipper)
|
||||
|
||||
# TL;DR
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
$ docker run --name spring-cloud-skipper-shell bitnami/spring-cloud-skipper-shell: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 spring-cloud-skipper-shell bitnami/spring-cloud-skipper-shel
|
|||
|
||||
> This [CVE scan report](https://quay.io/repository/bitnami/spring-cloud-skipper-shell?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.8.1`, `2.8.1-debian-10-r6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.8.1-debian-10-r6/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.8.1`, `2.8.1-debian-10-r7`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.8.1-debian-10-r7/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/spring-cloud-skipper-shell GitHub repo](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell).
|
||||
|
||||
# Get this image
|
||||
## Get this image
|
||||
|
||||
The recommended way to get the Bitnami spring-cloud-skipper-shell Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/spring-cloud-skipper-shell).
|
||||
|
||||
|
|
@ -52,9 +53,9 @@ If you wish, you can also build the image yourself.
|
|||
$ docker build -t bitnami/spring-cloud-skipper-shell:latest 'https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell.git#master:2/debian-10'
|
||||
```
|
||||
|
||||
# Configuration
|
||||
## Configuration
|
||||
|
||||
## Running commands
|
||||
### Running commands
|
||||
|
||||
To run commands inside this container you can use `docker run`, for example to execute `spring-cloud-skipper-shell --help` you can follow the example below:
|
||||
|
||||
|
|
@ -64,11 +65,11 @@ $ docker run --rm --name spring-cloud-skipper-shell bitnami/spring-cloud-skipper
|
|||
|
||||
Consult the [spring-cloud-skipper-shell Reference Documentation](https://docs.spring.io/spring-cloud-skipper/docs/current/reference/htmlsingle/#using-shell) to find the completed list of commands available.
|
||||
|
||||
# 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-spring-cloud-skipper-shell/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/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-spring-cloud-skipper-shell/issues/new). For us to provide better support, be sure to include the following information in your issue:
|
||||
|
||||
|
|
@ -78,7 +79,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue