Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4281d3d93 |
1 changed files with 5 additions and 6 deletions
11
Dockerfile
11
Dockerfile
|
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:26
|
FROM jamesantill/boltron-27:latest
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
# Environment:
|
# Environment:
|
||||||
|
|
@ -10,11 +10,7 @@ FROM registry.fedoraproject.org/fedora:26
|
||||||
# Additional packages
|
# Additional packages
|
||||||
# * findutils are needed to help fix permissions.
|
# * findutils are needed to help fix permissions.
|
||||||
|
|
||||||
MAINTAINER Rado Pitonak <rpitonak@redhat.com>
|
LABEL maintainer Zuzana Svetlikova <zsvetlik@@redhat.com>
|
||||||
|
|
||||||
RUN dnf install -y --setopt=tsflags=nodocs nodejs npm && \
|
|
||||||
dnf install -y --setopt=tsflags=nodocs findutils && \
|
|
||||||
dnf -y clean all
|
|
||||||
|
|
||||||
ENV NAME=nodejs \
|
ENV NAME=nodejs \
|
||||||
VERSION=0 \
|
VERSION=0 \
|
||||||
|
|
@ -38,6 +34,9 @@ LABEL summary="Javascript runtime." \
|
||||||
io.openshift.expose-services="8080:https" \
|
io.openshift.expose-services="8080:https" \
|
||||||
io.openshift.s2i.scripts-url="image:///usr/local/s2i"
|
io.openshift.s2i.scripts-url="image:///usr/local/s2i"
|
||||||
|
|
||||||
|
RUN dnf install -y --setopt=tsflags=nodocs nodejs npm findutils && \
|
||||||
|
dnf -y clean all
|
||||||
|
|
||||||
# Copy s2i scripts
|
# Copy s2i scripts
|
||||||
COPY ./.s2i/bin/ /usr/local/s2i
|
COPY ./.s2i/bin/ /usr/local/s2i
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue