2.4.1-debian-10-r31 release
This commit is contained in:
parent
80b3a5c0f0
commit
db95d96a68
|
|
@ -22,7 +22,7 @@ RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="discourse" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r30" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r31" \
|
||||
DISCOURSE_EMAIL="user@example.com" \
|
||||
DISCOURSE_HOST="discourse" \
|
||||
DISCOURSE_HOSTNAME="127.0.0.1" \
|
||||
|
|
|
|||
|
|
@ -28,24 +28,12 @@ $ docker-compose up -d
|
|||
|
||||
> This [CVE scan report](https://quay.io/repository/bitnami/discourse?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 Discourse in Kubernetes?
|
||||
|
||||
You can find an example for testing in the file `test.yaml`. To launch this sample file run:
|
||||
|
||||
```console
|
||||
$ kubectl apply -f test.yaml
|
||||
```
|
||||
|
||||
> NOTE: If you are pulling from a private containers registry, replace the image name with the full URL to the docker image. E.g.
|
||||
>
|
||||
> - image: 'your-registry/image-name:your-version'
|
||||
|
||||
# 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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2-debian-10`, `2.4.1-debian-10-r30`, `2`, `2.4.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.4.1-debian-10-r30/2/debian-10/Dockerfile)
|
||||
* [`2-debian-10`, `2.4.1-debian-10-r31`, `2`, `2.4.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.4.1-debian-10-r31/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue