From 6a12cb32ecc480535b24c5b44236d2ff2a99f359 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 23 Nov 2018 03:22:32 +0000 Subject: [PATCH] 1.5.11-ol-7-r130 release --- bitnami/symfony/1/ol-7/Dockerfile | 4 ++-- bitnami/symfony/README.md | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/bitnami/symfony/1/ol-7/Dockerfile b/bitnami/symfony/1/ol-7/Dockerfile index 1ef582ea5114..ca4a9b89b9ad 100644 --- a/bitnami/symfony/1/ol-7/Dockerfile +++ b/bitnami/symfony/1/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r175 +FROM bitnami/oraclelinux-extras:7-r176 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -9,7 +9,7 @@ RUN bitnami-pkg install symfony-1.5.11-1 --checksum e0da271d6cb803e994e9a69b8c96 COPY rootfs / ENV BITNAMI_APP_NAME="symfony" \ - BITNAMI_IMAGE_VERSION="1.5.11-ol-7-r129" \ + BITNAMI_IMAGE_VERSION="1.5.11-ol-7-r130" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_USER="root" \ diff --git a/bitnami/symfony/README.md b/bitnami/symfony/README.md index 72f12b9181aa..19fecba8cf07 100644 --- a/bitnami/symfony/README.md +++ b/bitnami/symfony/README.md @@ -28,6 +28,18 @@ $ docker-compose up > The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues. +# How to deploy Symfony in Kubernetes? + +You can find an example for testing in the file `test.yaml`. To launch this sample file run: + +```bash +$ 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 > 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. @@ -35,7 +47,7 @@ $ docker-compose up 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/). -* [`1-ol-7`, `1.5.11-ol-7-r129` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/1.5.11-ol-7-r129/1/ol-7/Dockerfile) +* [`1-ol-7`, `1.5.11-ol-7-r130` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/1.5.11-ol-7-r130/1/ol-7/Dockerfile) * [`1-debian-9`, `1.5.11-debian-9-r118`, `1`, `1.5.11`, `1.5.11-r118`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/1.5.11-debian-9-r118/1/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/symfony GitHub repo](https://github.com/bitnami/bitnami-docker-symfony).