Step 1 : FROM sha256:4140146c262ac80eca83cfb746c36faf46418b730967fbe816430cb72f7ff23a ---> 4140146c262a Step 2 : ADD atomic-reactor-repos/* '/etc/yum.repos.d/' ---> 79b1ac1efa5e Removing intermediate container 5814b7dfa840 Step 3 : LABEL MAINTAINER Rado Pitonak ---> Running in 62635701501f ---> d74339c854d7 Removing intermediate container 62635701501f Step 4 : RUN dnf install -y --setopt=tsflags=nodocs nodejs npm && dnf -y clean all ---> Running in 34f44f92f9c9 Failed to synchronize cache for repo 'atomic-reactor-koji-plugin-f25-docker-candidate', disabling.  Last metadata expiration check: 0:00:07 ago on Tue Jul 25 20:09:06 2017. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: http-parser x86_64 2.7.1-3.fc25 updates 33 k libicu x86_64 57.1-5.fc25 updates 8.4 M libuv x86_64 1:1.10.2-1.fc25 updates 111 k nodejs x86_64 1:6.11.1-1.fc25 updates 4.6 M npm x86_64 1:3.10.10-1.6.11.1.1.fc25 updates 2.5 M Transaction Summary ================================================================================ Install 5 Packages Total download size: 16 M Installed size: 55 M Downloading Packages: -------------------------------------------------------------------------------- Total 25 MB/s | 16 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Installing : libuv-1:1.10.2-1.fc25.x86_64 1/5 Installing : libicu-57.1-5.fc25.x86_64 2/5 Installing : http-parser-2.7.1-3.fc25.x86_64 3/5 Installing : nodejs-1:6.11.1-1.fc25.x86_64 4/5 Installing : npm-1:3.10.10-1.6.11.1.1.fc25.x86_64 5/5 Verifying : nodejs-1:6.11.1-1.fc25.x86_64 1/5 Verifying : npm-1:3.10.10-1.6.11.1.1.fc25.x86_64 2/5 Verifying : http-parser-2.7.1-3.fc25.x86_64 3/5 Verifying : libicu-57.1-5.fc25.x86_64 4/5 Verifying : libuv-1:1.10.2-1.fc25.x86_64 5/5 Installed: http-parser.x86_64 2.7.1-3.fc25 libicu.x86_64 57.1-5.fc25 libuv.x86_64 1:1.10.2-1.fc25 nodejs.x86_64 1:6.11.1-1.fc25 npm.x86_64 1:3.10.10-1.6.11.1.1.fc25 Complete! 21 files removed ---> 031d0593e37b Removing intermediate container 34f44f92f9c9 Step 5 : ENV NAME nodejs VERSION 0 RELEASE 7 ARCH x86_64 ---> Running in 72ba351737f9 ---> 2d3f6b5db4de Removing intermediate container 72ba351737f9 Step 6 : LABEL summary "Javascript runtime." name "$FGC/$NAME" version "$VERSION" release "$RELEASE.$DISTTAG" architecture "$ARCH" description "Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications." vendor "Fedora Project" com.redhat.component "$NAME" usage "s2i build nodejs:6 " org.fedoraproject.component "nodejs" authoritative-source-url "registry.fedoraproject.org" io.k8s.description "Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications." io.k8s.display-name "Node.js 6.10.1" io.openshift.tags "nodejs, js, JavaScript" io.openshift.expose-services "8080:https" io.openshift.s2i.scripts-url "image:///usr/local/s2i" ---> Running in 06f1926ac2e2 ---> 5bb9887d41b2 Removing intermediate container 06f1926ac2e2 Step 7 : COPY ./.s2i/bin/ /usr/local/s2i ---> 1a53a5251813 Removing intermediate container 7effbbb0b590 Step 8 : COPY root / ---> f31f40570534 Removing intermediate container 905554206fc4 Step 9 : ENV HOME_APP_ROOT /opt/app-root NPM_RUN start PATH /opt/app-root/node_modules/.bin/:/opt/app-root/.npm-global/bin/:$PATH ---> Running in 3cf8ab467ba2 ---> c66cec441fbb Removing intermediate container 3cf8ab467ba2 Step 10 : RUN mkdir -p ${HOME_APP_ROOT} ---> Running in c5608c37a914 ---> fa59b837d072 Removing intermediate container c5608c37a914 Step 11 : EXPOSE 8080 ---> Running in 1ca15943bf7c ---> 815fa6a2d659 Removing intermediate container 1ca15943bf7c Step 12 : RUN chown -R 1001:0 /opt/app-root && find ${HOME_APP_ROOT} -type d -exec chmod g+ws {} \; ---> Running in 6b1229ad03aa ---> 72c9af06bd35 Removing intermediate container 6b1229ad03aa Step 13 : USER 1001 ---> Running in a264bd72660d ---> a2482a03aa17 Removing intermediate container a264bd72660d Step 14 : WORKDIR ${HOME_APP_ROOT} ---> Running in d1b18748d896 ---> c27d9e499d36 Removing intermediate container d1b18748d896 Step 15 : CMD /usr/local/s2i/usage ---> Running in 925eed5c14e5 ---> fb7c010b66de Removing intermediate container 925eed5c14e5 Step 16 : ADD Dockerfile--nodejs-0-7. /root/buildinfo/Dockerfile--nodejs-0-7. ---> ce207bd33f1e Removing intermediate container cca9e174572a Step 17 : LABEL "Name" "f25/nodejs" "Version" "0" "Release" "7.f25container" "BZComponent" "nodejs" "build-date" "2017-07-25T19:56:52.122744" "vcs-ref" "2e3f9b6593f291ede38fe0f98807976f6fb36fc1" ---> Running in 36e14831c4c5 ---> aacf7fc53e1d Removing intermediate container 36e14831c4c5 Step 18 : USER root ---> Running in e44e2ce82c22 ---> 6adaedeff8cf Removing intermediate container e44e2ce82c22 Step 19 : RUN rm -f '/etc/yum.repos.d/f25-docker-candidate.repo' ---> Running in 8e21732c90e3 ---> fca45e79e57f Removing intermediate container 8e21732c90e3 Step 20 : USER 1001 ---> Running in 128b4ef65ef2 ---> b850f4a0ef1e Removing intermediate container 128b4ef65ef2 Successfully built b850f4a0ef1e