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
|
||||
# Environment:
|
||||
|
|
@ -10,11 +10,7 @@ FROM registry.fedoraproject.org/fedora:26
|
|||
# Additional packages
|
||||
# * findutils are needed to help fix permissions.
|
||||
|
||||
MAINTAINER Rado Pitonak <rpitonak@redhat.com>
|
||||
|
||||
RUN dnf install -y --setopt=tsflags=nodocs nodejs npm && \
|
||||
dnf install -y --setopt=tsflags=nodocs findutils && \
|
||||
dnf -y clean all
|
||||
LABEL maintainer Zuzana Svetlikova <zsvetlik@@redhat.com>
|
||||
|
||||
ENV NAME=nodejs \
|
||||
VERSION=0 \
|
||||
|
|
@ -38,6 +34,9 @@ LABEL summary="Javascript runtime." \
|
|||
io.openshift.expose-services="8080:https" \
|
||||
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/bin/ /usr/local/s2i
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue