4.3.0-debian-10-r39 release
This commit is contained in:
parent
07b82ab8d5
commit
b64da41424
|
|
@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
RUN ln -sf /opt/bitnami/keycloak-config-cli/keycloak-config-cli.jar /opt/keycloak-config-cli.jar
|
||||
|
||||
ENV BITNAMI_APP_NAME="keycloak-config-cli" \
|
||||
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r38" \
|
||||
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r39" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/keycloak-config-cli
|
||||
|
|
|
|||
|
|
@ -1,16 +1,18 @@
|
|||
# What is keycloak-config-cli?
|
||||
# keycloak-config-cli packaged by Bitnami
|
||||
|
||||
## What is keycloak-config-cli?
|
||||
|
||||
> keycloak-config-cli is a Keycloak extension to import JSON or YAML configuration into the Keycloak server without restarting it.
|
||||
|
||||
[https://github.com/adorsys/keycloak-config-cli](https://github.com/adorsys/keycloak-config-cli)
|
||||
[Overview of keycloak-config-cli](https://github.com/adorsys/keycloak-config-cli)
|
||||
|
||||
# TL;DR
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
$ docker run --rm --name keycloak-config-cli bitnami/keycloak-config-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.
|
||||
|
|
@ -21,24 +23,24 @@ $ docker run --rm --name keycloak-config-cli bitnami/keycloak-config-cli:latest
|
|||
|
||||
> This [CVE scan report](https://quay.io/repository/bitnami/keycloak-config-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.
|
||||
|
||||
# How to deploy keycloak-config-cli in Kubernetes?
|
||||
## How to deploy keycloak-config-cli in Kubernetes?
|
||||
|
||||
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Keycloak Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/keycloak).
|
||||
|
||||
# Why use a non-root container?
|
||||
## Why use a non-root container?
|
||||
|
||||
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/).
|
||||
|
||||
# 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/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-10`, `4.3.0`, `4.3.0-debian-10-r38`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak-config-cli/blob/4.3.0-debian-10-r38/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.3.0`, `4.3.0-debian-10-r39`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak-config-cli/blob/4.3.0-debian-10-r39/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/keycloak-config-cli GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak-config-cli).
|
||||
|
||||
# Get this image
|
||||
## Get this image
|
||||
|
||||
The recommended way to get the Bitnami keycloak-config-cli Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/keycloak-config-cli).
|
||||
|
||||
|
|
@ -58,15 +60,15 @@ If you wish, you can also build the image yourself.
|
|||
$ docker build -t bitnami/keycloak-config-cli:latest 'https://github.com/bitnami/bitnami-docker-keycloak-config-cli.git#master:4/debian-10'
|
||||
```
|
||||
|
||||
# Configuration
|
||||
## Configuration
|
||||
|
||||
Find how to configure keycloak-config-cli in its [official documentation](https://github.com/adorsys/keycloak-config-cli#cli-option--environment-variables).
|
||||
|
||||
# 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-keycloak-config-cli/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-keycloak-config-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-keycloak-config-cli/issues/new). For us to provide better support, be sure to include the following information in your issue:
|
||||
|
||||
|
|
@ -76,7 +78,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 (c) 2021 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
|
|||
Loading…
Reference in New Issue