2.2.6-ol-7-r3 release
This commit is contained in:
parent
d64d0c9627
commit
3ecefa98cf
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r111
|
||||
FROM bitnami/oraclelinux-extras:7-r112
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -15,7 +15,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="magento" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.6-ol-7-r2" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.6-ol-7-r3" \
|
||||
MAGENTO_ADMINURI="admin" \
|
||||
MAGENTO_DATABASE_NAME="bitnami_magento" \
|
||||
MAGENTO_DATABASE_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@ $ docker-compose up -d
|
|||
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
|
||||
# How to deploy Magento 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 Magento Chart GitHub repository](https://github.com/bitnami/charts/tree/master/upstreamed/magento).
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
|
@ -30,7 +34,7 @@ $ docker-compose up -d
|
|||
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-ol-7`, `2.2.6-ol-7-r1` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.2.6-ol-7-r1/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.2.6-ol-7-r3` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.2.6-ol-7-r3/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.2.6-debian-9-r1`, `2`, `2.2.6`, `2.2.6-r1`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.2.6-debian-9-r1/2/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/magento GitHub repo](https://github.com/bitnami/bitnami-docker-magento).
|
||||
|
|
|
|||
Loading…
Reference in New Issue