3.1.2-debian-10-r11 release
This commit is contained in:
parent
3dd4a9a4a0
commit
eff3a78aa6
|
|
@ -21,8 +21,12 @@ RUN /build/install-gosu.sh
|
|||
RUN /build/install-tini.sh
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="dreamfactory" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.2-debian-10-r10" \
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APACHE_SET_HTTPS_PORT="no" \
|
||||
APACHE_SET_HTTP_PORT="no" \
|
||||
BITNAMI_APP_NAME="dreamfactory" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.2-debian-10-r11" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PASSWORD="" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"httpPort": "{{$global.env.APACHE_HTTP_PORT_NUMBER}}",
|
||||
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT_NUMBER}}",
|
||||
"setHttpPort": "{{$global.env.APACHE_SET_HTTP_PORT}}",
|
||||
"setHttpsPort": "{{$global.env.APACHE_SET_HTTPS_PORT}}"
|
||||
}
|
||||
|
|
@ -45,7 +45,7 @@ $ kubectl apply -f test.yaml
|
|||
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/).
|
||||
|
||||
|
||||
* [`3-debian-10`, `3.1.2-debian-10-r10`, `3`, `3.1.2`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/3.1.2-debian-10-r10/3/debian-10/Dockerfile)
|
||||
* [`3-debian-10`, `3.1.2-debian-10-r11`, `3`, `3.1.2`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/3.1.2-debian-10-r11/3/debian-10/Dockerfile)
|
||||
* [`3-ol-7`, `3.0.1-ol-7-r162` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/3.0.1-ol-7-r162/3/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dreamfactory GitHub repo](https://github.com/bitnami/bitnami-docker-dreamfactory).
|
||||
|
|
|
|||
Loading…
Reference in New Issue