fix: BITNAMI_APP_VERSION script macro has been renamed to BITNAMI_IMAGE_VERSION

This commit is contained in:
Sameer Naik
2016-10-13 20:33:14 +05:30
parent c1e0f9739c
commit 9217bc14b6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r10
MAINTAINER Bitnami <containers@bitnami.com>
ENV BITNAMI_APP_NAME=suitecrm \
BITNAMI_APP_VERSION=7.7.4-r0 \
BITNAMI_IMAGE_VERSION=7.7.4-r0 \
PATH=/opt/bitnami/php/bin:/opt/bitnami/apache/bin:/opt/bitnami/mariadb/bin/:$PATH
# Additional modules required

View File

@@ -259,7 +259,7 @@ be sure to include the following information in your issue:
- Host OS and version
- Docker version (`docker version`)
- Output of `docker info`
- Version of this container (`echo $BITNAMI_APP_VERSION` inside the container)
- Version of this container (`echo $BITNAMI_IMAGE_VERSION` inside the container)
- The command you used to run the container, and any relevant output you saw (masking any sensitive
information)