mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
1.6.1-debian-10-r4 release
This commit is contained in:
@@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="cert-manager-webhook" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r4" \
|
||||
PATH="/opt/bitnami/cert-manager-webhook/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/cert-manager-webhook
|
||||
|
||||
@@ -1,18 +1,32 @@
|
||||
# Cert Manager Webhook packaged by Bitnami
|
||||
|
||||
# What is Cert Manager Webhook?
|
||||
## What is Cert Manager Webhook?
|
||||
|
||||
Cert Manager Webhook is a part of the cert-manager project. Cert Manager Webhook provides dynamic admission control over cert-manager resources using a webhook server.
|
||||
Cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.
|
||||
> Cert Manager Webhook provides dynamic admission control over cert-manager resources using a webhook server.
|
||||
> Cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.
|
||||
|
||||
It will ensure certificates are valid and up to date periodically, and attempt to renew certificates at an appropriate time before expiry.
|
||||
[Overview of Cert Manager Webhook](https://github.com/jetstack/cert-manager)
|
||||
|
||||
[https://github.com/jetstack/cert-manager](https://github.com/jetstack/cert-manager)
|
||||
## TL;DR
|
||||
|
||||
# Pre-requisites
|
||||
```console
|
||||
$ docker run --name redis -e ALLOW_EMPTY_PASSWORD=yes bitnami/cert-manager-webhook:latest
|
||||
```
|
||||
|
||||
#### Docker Compose
|
||||
|
||||
```console
|
||||
$ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-cert-manager-webhook/master/docker-compose.yml > docker-compose.yml
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
**Warning**: These quick setups are only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Configuration](#configuration) section for a more secure deployment.
|
||||
|
||||
## Pre-requisites
|
||||
|
||||
Kubernetes cluster with `CustomResourceDefinition` or `ThirdPartyResource support`
|
||||
|
||||
# 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,30 +37,30 @@ Kubernetes cluster with `CustomResourceDefinition` or `ThirdPartyResource suppor
|
||||
|
||||
> This [CVE scan report](https://quay.io/repository/bitnami/cert-manager-webhook?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.
|
||||
|
||||
# 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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.6.1`, `1.6.1-debian-10-r3`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager-webhook/blob/1.6.1-debian-10-r3/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.6.1`, `1.6.1-debian-10-r4`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager-webhook/blob/1.6.1-debian-10-r4/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cert-manager-webhook GitHub repo](https://github.com/bitnami/bitnami-docker-cert-manager-webhook).
|
||||
|
||||
# Configuration
|
||||
## Configuration
|
||||
|
||||
## Further documentation
|
||||
### Further documentation
|
||||
|
||||
For further documentation, please check [here](https://github.com/jetstack/cert-manager/blob/master/docs)
|
||||
|
||||
# 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-cert-manager-webhook/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-cert-manager-webhook/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-cert-manager-webhook/issues/new). For us to provide better support, be sure to include the following information in your issue:
|
||||
|
||||
@@ -56,7 +70,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user