removed stacksmith metadata

This commit is contained in:
Sameer Naik
2017-01-12 23:46:27 +05:30
parent 8c860f4571
commit 8bb18344fe

View File

@@ -1,24 +1,7 @@
## BUILDING
## (from project root directory)
## $ docker build -t node-js-for-bitnami-bitnami-docker-express .
##
## RUNNING
## $ docker run -p 3000:3000 node-js-for-bitnami-bitnami-docker-express
##
## CONNECTING
## Lookup the IP of your active docker host using:
## $ docker-machine ip $(docker-machine active)
## Connect to the container at DOCKER_IP:3000
## replacing DOCKER_IP for the IP of your active docker host
FROM gcr.io/stacksmith-images/minideb-buildpack:jessie-r8
MAINTAINER Bitnami <containers@bitnami.com>
ENV STACKSMITH_STACK_ID="x07bd4s" \
STACKSMITH_STACK_NAME="Node.js for bitnami/bitnami-docker-express" \
STACKSMITH_STACK_PRIVATE="1"
# Install required system packages
RUN install_packages libc6 libssl1.0.0 libncurses5 libtinfo5 zlib1g libbz2-1.0 libreadline6 libstdc++6 libgcc1 ghostscript imagemagick libmysqlclient18
@@ -27,8 +10,6 @@ RUN bitnami-pkg install node-7.4.0-0 --checksum 25efb29dd2c4e4f459197401843e9118
ENV PATH=/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH \
NODE_PATH=/opt/bitnami/node/lib/node_modules
## STACKSMITH-END: Modifications below this line will be unchanged when regenerating
# ExpressJS template
ENV BITNAMI_APP_NAME=express
ENV BITNAMI_IMAGE_VERSION=4.14.0-r14