Code Monkey home page Code Monkey logo

shop-floor's Introduction

What is devonfw shop floor?

devonfw shop floor is a platform to industrialize continuous delivery and continuous integration processes.

devonfw shop floor is a set of documentation, tools and methodologies used to configure the provisioning, development and uat environments used in your projects. devonfw shop floor allows the administrators of those environments to apply CI/CD operations and enables automated application deployment.

devonfw shop floor is mainly oriented to configure the provisioning environment provided by Production Line and deploy applications on an OpenShift cluster. In the cases where Production Line or OpenShift cluster are not available, there will be alternatives to achieve similar goals.

The devonfw shop floor 4 OpenShift is a solution based on the experience of priming devonfw for OpenShift by RedHat.

How to use it

You could find documentation about how to use it in the wiki.

shop-floor's People

Contributors

cbeldacap avatar dario-rodriguez avatar dolvie1012 avatar hohwille avatar isandesh1986 avatar ivanderk avatar jambulud avatar jorge-dacal avatar maybeec avatar mperezor19 avatar salfuve avatar schettlerkoehler avatar sjimenez77 avatar ssarmokadam avatar sujith-mn avatar suprishi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shop-floor's Issues

Bug dsf4openshift s2i java Dockerfile referencing obsolute maven version 3.5.3

Category: Bug
Severity: HIGH

Expected behaviour (In case of bug)
s2i java image creation process must complete successfully.

Actual/current behaviour (In case of bug)
s2i java image creation process failes during maven tar extraction.

Steps to reproduce (In case of bug)

  1. Run ./initial-setup.sh
  2. Check s2i-devonfw-java-1-build Logs

Description of issue / expected enhacement /Comments
s2i java Dockerfile referencing obsolute maven version 3.5.3. There is no such version at http://www.eu.apache.org/dist/maven/maven-3

Latest version is 3.5.4. Maven version must be updated in s2i java Dockerfile.

Your environment: WINDOWS/LINUX, DOCKER, OPENSHIFT, KUBERNETES
OPENSHIFT

Add Openshift uninstallation script

Category: Enhancement
Severity: Medium

Description of issue / expected enhacement /Comments
Add uninstallation script for the openshift environment. It will clean it and free all required space, removing networks, containers, images and everything related to openshift.

Name: dsf4openshift-uninstall.sh

Your environment - OPENSHIFT

Update dsf slides

Category: enhancement
Severity: Low

Description of issue / expected enhacement /Comments
Update slides with latest changes for v2 of DSF

Add kubernetes uninstallation script

Category: Enhancement
Severity: Medium

Description of issue / expected enhacement /Comments
Add uninstallation script for the kubernetes environment. It will clean it and free all required space, removing networks, containers, images and everything related to kubernetes.

Name: dsf4kubernetes-uninstall.sh

Your environment - kubernetes

Add kubernetes-based Devonfw deployment

Category: Enhancement
Severity: High

Description of issue / expected enhacement /Comments
This is what needs to be added to this repo:

  • k8s installation (centos7/rhel7 environments)
  • Create k8s descriptors for Devonfw projects
  • Deploy devonfw project in installed k8s cluster

Your environment - kubernetes

Add confluence to docker-based cicd

Category: enhancement
Severity: Low

Description of issue / expected enhacement /Comments
Add confluence container with SonarQube database (not using h2) to the v2 dsf4docker cicd docker-compose.yml file.

Your environment: Docker

Bug with different versions

Category: Bug
Severity: CRITICAL

Expected behavior (In case of bug)
Each version must work.

Actual/current behavior (In case of bug)
The routes of the scripts are relative to master/develop branch, then when a new version is coming, the routes for old versions are going to point for the new and the old content disappear and if you try to use it, it does not work.

Steps to reproduce (In case of bug)
Try to use version 1.0, It does not work because the folder system has changed.

Description of issue / expected enhancement /Comments
Modify each script or OpenShift file to use the tag for the version, for example v1.1, instead of master/develop brach.

Your environment: OPENSHIFT

Monitor running applications

Category: Enhancement
Severity: MEDIUM

Description of issue / expected enhacement /Comments
To complete a project's lifecycle we need to add monitoring such as Kibana, Elastic Search and so on.

*Environment
Needed to be added for all DSF options: docker, kubernetes and openshift.

Include Devonfw SonarQube profile

Category: Enhancement
Severity: HIGH

Description of issue / expected enhacement /Comments
Include Devonfw quality profile in the dsf4docker SonarQube container. This should be the one to be used by default.

It could be even addressed by creating a Devonfw-SonarQube docker image, so the doker shop floor uses it by default.

Your environment: DOCKER

Add Extended Build for S2I building image

Category: Enhancement
Severity: HIGH

Description of issue / expected enhacement /Comments
Currently s2i images follow this process:

  1. FROM Centos7 blank image.
  2. Installation of nodejs/maven
  3. Artifact building (using installed tools)
  4. Artifact deployment

Everything is done on the same container, resulting in very large images of more that 1GiB each.

Including the multi-staging build (used in MyThaiStar Dockerfiles) would strongly decrease the size of the image.

In s2i terminology, we should include the Extended Build pattern to both Angular and Java s2i images, as described here:

For compiled languages (Go, C, C++, Java, etc.) the dependencies necessary for compilation might increase the size of the image or introduce vulnerabilities that can be exploited.

To avoid these problems, S2I (Source-to-Image) introduces a two-image build process that allows an application to be built via the normal flow in a builder image, but then injects the resulting application artifacts into a runtime-only image for execution.

So, adding this functionality, new process should similary work like this:

  1. FROM Maven/NodeJS-AngularCLI image
  2. Artifact building (dist/ and .war)
  3. FROM Nginx/Java-Maven image (artifact injection)
  4. Artifact deployment

Your environment: DOCKER, OPENSHIFT

prueba test

Category: Bug or enhancement

Severity: Low , Medium, High, Critical

Expected behaviour (In case of bug)

Actual/current behaviour (In case of bug)

Steps to reproduce (In case of bug)

Description of issue / expected enhacement /Comments

Your environment - windows/Linux, docker, openshift, kubernetes

Docker Build failed for Builder Images of Java & Angular

Category: Bug
Severity: MEDIUM

Expected behaviour (In case of bug)
Builds for Builder Images get completed.

Actual/current behaviour (In case of bug)
Builds of

s2i-devonfw-java
s2i-devonfw-angular

fail.

Steps to reproduce (In case of bug)

# oc create -f https://raw.githubusercontent.com/devonfw/devonfw-shop-floor/develop/dsf4openshift/openshift-devonfw-deployment/s2i/java/s2i-devonfw-java-imagestream.json --namespace=myproject
buildconfig "s2i-devonfw-java" created
imagestream "s2i-devonfw-java" created
# oc create -f https://raw.githubusercontent.com/devonfw/devonfw-shop-floor/develop/dsf4openshift/openshift-devonfw-deployment/s2i/angular/s2i-devonfw-angular-imagestream.json --namespace=myproject
buildconfig "s2i-devonfw-angular" created
imagestream "s2i-devonfw-angular" created
# oc start-build s2i-devonfw-java --namespace=myproject
build "s2i-devonfw-java-1" started
# oc start-build s2i-devonfw-angular --namespace=myproject
build "s2i-devonfw-angular-1" started

(following steps were also executed, but are probably not relevant for reproducing the bug)

# oc create -f https://raw.githubusercontent.com/devonfw/devonfw-shop-floor/develop/dsf4openshift/openshift-devonfw-deployment/templates/devonfw-java-template.json --namespace=myproject
template "devonfw-java" created
# oc create -f https://raw.githubusercontent.com/devonfw/devonfw-shop-floor/develop/dsf4openshift/openshift-devonfw-deployment/templates/devonfw-angular-template.json --namespace=myproject

Description of issue / expected enhacement /Comments
At the web console > Builds
it is shown, that the builds for both
s2i-devonfw-java
s2i-devonfw-angular
failed. Status: "Docker build failed"

Your environment: WINDOWS/LINUX, DOCKER, OPENSHIFT, KUBERNETES
Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-130-generic x86_64)
Openshift Origin 3.9

Logs
For s2i-devonfw-java:

Cloning "https://github.com/devonfw/devonfw-shop-floor " ...
--
  | Commit:	a7e7044ff96fa30dddd6aaa25bc8129da0d454ea (solved commented licence)
  | Author:	Jorge Dacal Cantos <[email protected]>
  | Date:	Mon Jul 9 10:03:33 2018 +0200
  | Step 1/37 : FROM centos:centos7
  | ---> 49f7960eb7e4
  | Step 2/37 : MAINTAINER Michael Kuehl <[email protected]> Cristobal Belda <[email protected]> Jorge Dacal <[email protected]>
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 8bd8d372062b
  | Removing intermediate container 8bd8d372062b
  | ---> 64a6cd26d5b2
  | Step 3/37 : ENV VERSION 1.0
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 6725ca468ad9
  | Removing intermediate container 6725ca468ad9
  | ---> 8a222ecd60a7
  | Step 4/37 : ENV RELEASE 1
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 1a420c806200
  | Removing intermediate container 1a420c806200
  | ---> e86c3472157c
  | Step 5/37 : EXPOSE 8081
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 4b6d5f44a890
  | Removing intermediate container 4b6d5f44a890
  | ---> a629711fd7d6
  | Step 6/37 : ENV JAVA_VERSION 1.8.0
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 823b1568e088
  | Removing intermediate container 823b1568e088
  | ---> 43f57475c98c
  | Step 7/37 : ENV MAVEN_VERSION 3.5.3
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in c3c18475d4e0
  | Removing intermediate container c3c18475d4e0
  | ---> 37fe56ca955e
  | Step 8/37 : ENV INSTALL_PKGS "curl tar unzip bc which lsof make nss_wrapper bind-utils"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 93080b5b92ff
  | Removing intermediate container 93080b5b92ff
  | ---> 1416683205e7
  | Step 9/37 : ENV DEVEL_PACKAGES "java-$JAVA_VERSION-openjdk java-$JAVA_VERSION-openjdk-devel"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 9ace44ab4608
  | Removing intermediate container 9ace44ab4608
  | ---> 408bcdf489e8
  | Step 10/37 : ENV NAME="devonfw-java"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in af24193d7079
  | Removing intermediate container af24193d7079
  | ---> bac1aa1c2cef
  | Step 11/37 : ENV MAINTAINER="[email protected]"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 12c36a9edefc
  | Removing intermediate container 12c36a9edefc
  | ---> a306115dea00
  | Step 12/37 : ENV VENDOR="Capgemini"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 651a8b3fe6fe
  | Removing intermediate container 651a8b3fe6fe
  | ---> 9f57ffd2cf89
  | Step 13/37 : ENV SUMMARY="Base image for running DevonFW-based java applications"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 45bce55c2fdc
  | Removing intermediate container 45bce55c2fdc
  | ---> c394ed8fb616
  | Step 14/37 : ENV DESCRIPTION="Base image for running DevonFW-based java applications"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in af3ee85f9687
  | Removing intermediate container af3ee85f9687
  | ---> c89a32c9629a
  | Step 15/37 : ENV TAGS="builder,s2i,java,devonfw"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 1c241798a5e2
  | Removing intermediate container 1c241798a5e2
  | ---> 79585d87a05b
  | Step 16/37 : ENV STI_SCRIPTS_PATH=/usr/local/sti
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 4c96c23b1d64
  | Removing intermediate container 4c96c23b1d64
  | ---> 470a40aed838
  | Step 17/37 : ENV MAVEN_HOME /usr/local/maven
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 372e44e2bc57
  | Removing intermediate container 372e44e2bc57
  | ---> 759828e62087
  | Step 18/37 : ENV PATH=/opt/maven/bin/:$PATH
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 42324ec7c5ed
  | Removing intermediate container 42324ec7c5ed
  | ---> ec4ad1518d04
  | Step 19/37 : ENV APP_ROOT=/opt/app-root
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in dbdd0256bc79
  | Removing intermediate container dbdd0256bc79
  | ---> 668a03406ae8
  | Step 20/37 : ENV CODE_CONTEXT=dsf4openshift/s2i/java
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 12740b22dfa9
  | Removing intermediate container 12740b22dfa9
  | ---> 17f59718ffc9
  | Step 21/37 : ENV USER_ID 1001
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in a9c08d8663ec
  | Removing intermediate container a9c08d8663ec
  | ---> 744c22b5b7f6
  | Step 22/37 : LABEL name="$NAME"       maintainer="$MAINTAINER"       vendor="$VENDOR"       version="$VERSION"       release="$RELEASE"       summary="$SUMMARY"       description="$DESCRIPTION"       io.k8s.description="DESCRIPTION"       io.k8s.display-name="$NAME"       io.openshift.tags="$TAGS"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 6fb7329de195
  | Removing intermediate container 6fb7329de195
  | ---> 31101eed1e88
  | Step 23/37 : RUN yum install -y epel-release
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 74ea8a941cab
  | Loaded plugins: fastestmirror, ovl
  | Determining fastest mirrors
  | * base: mirror1.hs-esslingen.de
  | * extras: mirror1.hs-esslingen.de
  | * updates: mirror1.hs-esslingen.de
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package epel-release.noarch 0:7-11 will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package                Arch             Version         Repository        Size
  | ================================================================================
  | Installing:
  | epel-release           noarch           7-11            extras            15 k
  |  
  | Transaction Summary
  | ================================================================================
  | Install  1 Package
  |  
  | Total download size: 15 k
  | Installed size: 24 k
  | Downloading packages:
  | warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-11.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
  | Public key for epel-release-7-11.noarch.rpm is not installed
  | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  | Importing GPG key 0xF4A80EB5:
  | Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"
  | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
  | Package    : centos-release-7-5.1804.el7.centos.2.x86_64 (@Updates)
  | From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Installing : epel-release-7-11.noarch                                     1/1
  | Verifying  : epel-release-7-11.noarch                                     1/1
  |  
  | Installed:
  | epel-release.noarch 0:7-11
  |  
  | Complete!
  | Removing intermediate container 74ea8a941cab
  | ---> af2a0211f545
  | Step 24/37 : RUN rm -fr /var/cache/yum/* && yum clean all
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 092fb22b4107
  | Loaded plugins: fastestmirror, ovl
  | Cleaning repos: base epel extras updates
  | Cleaning up everything
  | Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
  | Removing intermediate container 092fb22b4107
  | ---> 1eb393b9e85e
  | Step 25/37 : RUN yum install -y --enablerepo=centosplus $INSTALL_PKGS $DEVEL_PACKAGES &&     rpm -V $INSTALL_PKGS $DEVEL_PACKAGES &&     yum clean all &&     rm -rf /var/cache/yum
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 087e312c2764
  | Loaded plugins: fastestmirror, ovl
  | Determining fastest mirrors
  | * base: mirror.fra10.de.leaseweb.net
  | * centosplus: mirror.fra10.de.leaseweb.net
  | * epel: mirror.imt-systems.com
  | * extras: ftp.plusline.de
  | * updates: mirror.eu.oneandone.net
  | Package curl-7.29.0-46.el7.x86_64 already installed and latest version
  | Package 2:tar-1.26-34.el7.x86_64 already installed and latest version
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package bc.x86_64 0:1.06.95-13.el7 will be installed
  | ---> Package bind-utils.x86_64 32:9.9.4-61.el7 will be installed
  | --> Processing Dependency: bind-libs = 32:9.9.4-61.el7 for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | ---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.171-8.b10.el7_5 will be installed
  | --> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.171-8.b10.el7_5 for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libXcomposite.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64
  | ---> Package java-1.8.0-openjdk-devel.x86_64 1:1.8.0.171-8.b10.el7_5 will be installed
  | ---> Package lsof.x86_64 0:4.87-5.el7 will be installed
  | ---> Package make.x86_64 1:3.82-23.el7 will be installed
  | ---> Package nss_wrapper.x86_64 0:1.1.3-1.el7 will be installed
  | --> Processing Dependency: perl(strict) for package: nss_wrapper-1.1.3-1.el7.x86_64
  | --> Processing Dependency: perl(Getopt::Long) for package: nss_wrapper-1.1.3-1.el7.x86_64
  | --> Processing Dependency: perl(Cwd) for package: nss_wrapper-1.1.3-1.el7.x86_64
  | --> Processing Dependency: cmake for package: nss_wrapper-1.1.3-1.el7.x86_64
  | --> Processing Dependency: /usr/bin/perl for package: nss_wrapper-1.1.3-1.el7.x86_64
  | ---> Package unzip.x86_64 0:6.0-19.el7 will be installed
  | ---> Package which.x86_64 0:2.20-7.el7 will be installed
  | --> Running transaction check
  | ---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed
  | ---> Package alsa-lib.x86_64 0:1.1.4.1-2.el7 will be installed
  | ---> Package bind-libs.x86_64 32:9.9.4-61.el7 will be installed
  | ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
  | --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.12.2-2.el7.x86_64
  | ---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed
  | --> Processing Dependency: freetype for package: fontconfig-2.10.95-11.el7.x86_64
  | --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64
  | --> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64
  | --> Processing Dependency: libfreetype.so.6()(64bit) for package: fontconfig-2.10.95-11.el7.x86_64
  | ---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
  | --> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
  | --> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
  | ---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.171-8.b10.el7_5 will be installed
  | --> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: copy-jdk-configs >= 2.2 for package: 1:java-1.8.0-openjdk-headless-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.171-8.b10.el7_5.x86_64
  | --> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.171-8.b10.el7_5.x86_64
  | ---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed
  | --> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64
  | --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.5-1.el7.x86_64
  | ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
  | ---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
  | ---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
  | ---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
  | ---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
  | ---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
  | ---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
  | ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
  | --> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
  | ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
  | --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
  | --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
  | ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
  | ---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
  | --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  | --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  | --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  | --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  | --> Running transaction check
  | ---> Package copy-jdk-configs.noarch 0:3.3-10.el7_5 will be installed
  | ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
  | ---> Package freetype.x86_64 0:2.4.11-15.el7 will be installed
  | ---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
  | --> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
  | --> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
  | ---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
  | ---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
  | ---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed
  | ---> Package libarchive.x86_64 0:3.1.2-10.el7_2 will be installed
  | --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-10.el7_2.x86_64
  | ---> Package libxcb.x86_64 0:1.12-1.el7 will be installed
  | --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64
  | ---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
  | ---> Package lyx-fonts.noarch 0:2.2.3-1.el7 will be installed
  | ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
  | ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
  | ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
  | ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
  | ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
  | ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
  | --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  | --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  | ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
  | --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
  | --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
  | ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
  | ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
  | ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
  | ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
  | ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
  | ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
  | ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
  | ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
  | ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
  | ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
  | ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
  | ---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
  | ---> Package tzdata-java.noarch 0:2018e-3.el7 will be installed
  | ---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
  | --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
  | --> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
  | --> Running transaction check
  | ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
  | ---> Package libXfont.x86_64 0:1.5.2-1.el7 will be installed
  | ---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
  | ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
  | ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
  | ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
  | ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
  | ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
  | --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  | --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  | --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  | ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
  | ---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
  | --> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
  | --> Running transaction check
  | ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
  | ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
  | ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
  | ---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package                      Arch    Version                    Repository
  | Size
  | ================================================================================
  | Installing:
  | bc                           x86_64  1.06.95-13.el7             base     115 k
  | bind-utils                   x86_64  32:9.9.4-61.el7            base     204 k
  | java-1.8.0-openjdk           x86_64  1:1.8.0.171-8.b10.el7_5    updates  246 k
  | java-1.8.0-openjdk-devel     x86_64  1:1.8.0.171-8.b10.el7_5    updates  9.7 M
  | lsof                         x86_64  4.87-5.el7                 base     331 k
  | make                         x86_64  1:3.82-23.el7              base     420 k
  | nss_wrapper                  x86_64  1.1.3-1.el7                epel      36 k
  | unzip                        x86_64  6.0-19.el7                 base     170 k
  | which                        x86_64  2.20-7.el7                 base      41 k
  | Installing for dependencies:
  | GeoIP                        x86_64  1.5.0-11.el7               base     1.1 M
  | alsa-lib                     x86_64  1.1.4.1-2.el7              base     422 k
  | bind-libs                    x86_64  32:9.9.4-61.el7            base     1.0 M
  | cmake                        x86_64  2.8.12.2-2.el7             base     7.1 M
  | copy-jdk-configs             noarch  3.3-10.el7_5               updates   21 k
  | fontconfig                   x86_64  2.10.95-11.el7             base     229 k
  | fontpackages-filesystem      noarch  1.44-8.el7                 base     9.9 k
  | freetype                     x86_64  2.4.11-15.el7              base     392 k
  | giflib                       x86_64  4.1.6-9.el7                base      40 k
  | groff-base                   x86_64  1.22.2-8.el7               base     942 k
  | java-1.8.0-openjdk-headless  x86_64  1:1.8.0.171-8.b10.el7_5    updates   32 M
  | javapackages-tools           noarch  3.4.1-11.el7               base      73 k
  | libICE                       x86_64  1.0.9-9.el7                base      66 k
  | libSM                        x86_64  1.2.2-2.el7                base      39 k
  | libX11                       x86_64  1.6.5-1.el7                base     606 k
  | libX11-common                noarch  1.6.5-1.el7                base     164 k
  | libXau                       x86_64  1.0.8-2.1.el7              base      29 k
  | libXcomposite                x86_64  0.4.4-4.1.el7              base      22 k
  | libXext                      x86_64  1.3.3-3.el7                base      39 k
  | libXfont                     x86_64  1.5.2-1.el7                base     152 k
  | libXi                        x86_64  1.7.9-1.el7                base      40 k
  | libXrender                   x86_64  0.9.10-1.el7               base      26 k
  | libXtst                      x86_64  1.2.3-1.el7                base      20 k
  | libarchive                   x86_64  3.1.2-10.el7_2             base     318 k
  | libfontenc                   x86_64  1.1.3-3.el7                base      31 k
  | libjpeg-turbo                x86_64  1.2.90-5.el7               base     134 k
  | libpng                       x86_64  2:1.5.13-7.el7_2           base     213 k
  | libxcb                       x86_64  1.12-1.el7                 base     211 k
  | libxslt                      x86_64  1.1.28-5.el7               base     242 k
  | lksctp-tools                 x86_64  1.0.17-2.el7               base      88 k
  | lyx-fonts                    noarch  2.2.3-1.el7                epel     159 k
  | lzo                          x86_64  2.06-8.el7                 base      59 k
  | perl                         x86_64  4:5.16.3-292.el7           base     8.0 M
  | perl-Carp                    noarch  1.26-244.el7               base      19 k
  | perl-Encode                  x86_64  2.51-7.el7                 base     1.5 M
  | perl-Exporter                noarch  5.68-3.el7                 base      28 k
  | perl-File-Path               noarch  2.09-2.el7                 base      26 k
  | perl-File-Temp               noarch  0.23.01-3.el7              base      56 k
  | perl-Filter                  x86_64  1.49-3.el7                 base      76 k
  | perl-Getopt-Long             noarch  2.40-3.el7                 base      56 k
  | perl-HTTP-Tiny               noarch  0.033-3.el7                base      38 k
  | perl-PathTools               x86_64  3.40-5.el7                 base      82 k
  | perl-Pod-Escapes             noarch  1:1.04-292.el7             base      51 k
  | perl-Pod-Perldoc             noarch  3.20-4.el7                 base      87 k
  | perl-Pod-Simple              noarch  1:3.28-4.el7               base     216 k
  | perl-Pod-Usage               noarch  1.63-3.el7                 base      27 k
  | perl-Scalar-List-Utils       x86_64  1.27-248.el7               base      36 k
  | perl-Socket                  x86_64  2.010-4.el7                base      49 k
  | perl-Storable                x86_64  2.45-3.el7                 base      77 k
  | perl-Text-ParseWords         noarch  3.29-4.el7                 base      14 k
  | perl-Time-HiRes              x86_64  4:1.9725-3.el7             base      45 k
  | perl-Time-Local              noarch  1.2300-2.el7               base      24 k
  | perl-constant                noarch  1.27-2.el7                 base      19 k
  | perl-libs                    x86_64  4:5.16.3-292.el7           base     688 k
  | perl-macros                  x86_64  4:5.16.3-292.el7           base      43 k
  | perl-parent                  noarch  1:0.225-244.el7            base      12 k
  | perl-podlators               noarch  2.5.1-3.el7                base     112 k
  | perl-threads                 x86_64  1.87-4.el7                 base      49 k
  | perl-threads-shared          x86_64  1.43-6.el7                 base      39 k
  | python-javapackages          noarch  3.4.1-11.el7               base      31 k
  | python-lxml                  x86_64  3.2.1-4.el7                base     758 k
  | ttmkfdir                     x86_64  3.0.9-42.el7               base      48 k
  | tzdata-java                  noarch  2018e-3.el7                updates  185 k
  | xorg-x11-font-utils          x86_64  1:7.5-20.el7               base      87 k
  | xorg-x11-fonts-Type1         noarch  7.5-9.el7                  base     521 k
  |  
  | Transaction Summary
  | ================================================================================
  | Install  9 Packages (+65 Dependent packages)
  |  
  | Total download size: 70 M
  | Installed size: 233 M
  | Downloading packages:
  | Public key for lyx-fonts-2.2.3-1.el7.noarch.rpm is not installed
  | warning: /var/cache/yum/x86_64/7/epel/packages/lyx-fonts-2.2.3-1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  | --------------------------------------------------------------------------------
  | Total                                              8.8 MB/s \|  70 MB  00:07
  | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  | Importing GPG key 0x352C64E5:
  | Userid     : "Fedora EPEL (7) <[email protected]>"
  | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  | Package    : epel-release-7-11.noarch (@extras)
  | From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Installing : freetype-2.4.11-15.el7.x86_64                               1/74
  | Installing : libfontenc-1.1.3-3.el7.x86_64                               2/74
  | Installing : GeoIP-1.5.0-11.el7.x86_64                                   3/74
  | Installing : libxslt-1.1.28-5.el7.x86_64                                 4/74
  | Installing : fontpackages-filesystem-1.44-8.el7.noarch                   5/74
  | Installing : libjpeg-turbo-1.2.90-5.el7.x86_64                           6/74
  | Installing : libICE-1.0.9-9.el7.x86_64                                   7/74
  | Installing : libSM-1.2.2-2.el7.x86_64                                    8/74
  | Installing : lyx-fonts-2.2.3-1.el7.noarch                                9/74
  | Installing : fontconfig-2.10.95-11.el7.x86_64                           10/74
  | Installing : python-lxml-3.2.1-4.el7.x86_64                             11/74
  | Installing : python-javapackages-3.4.1-11.el7.noarch                    12/74
  | Installing : javapackages-tools-3.4.1-11.el7.noarch                     13/74
  | Installing : 32:bind-libs-9.9.4-61.el7.x86_64                           14/74
  | Installing : libXfont-1.5.2-1.el7.x86_64                                15/74
  | Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64                    16/74
  | Installing : ttmkfdir-3.0.9-42.el7.x86_64                               17/74
  | Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch                      18/74
  | Installing : alsa-lib-1.1.4.1-2.el7.x86_64                              19/74
  | Installing : tzdata-java-2018e-3.el7.noarch                             20/74
  | Installing : libXau-1.0.8-2.1.el7.x86_64                                21/74
  | Installing : libxcb-1.12-1.el7.x86_64                                   22/74
  | Installing : libX11-common-1.6.5-1.el7.noarch                           23/74
  | Installing : libX11-1.6.5-1.el7.x86_64                                  24/74
  | Installing : libXext-1.3.3-3.el7.x86_64                                 25/74
  | Installing : libXi-1.7.9-1.el7.x86_64                                   26/74
  | Installing : libXtst-1.2.3-1.el7.x86_64                                 27/74
  | Installing : giflib-4.1.6-9.el7.x86_64                                  28/74
  | Installing : libXrender-0.9.10-1.el7.x86_64                             29/74
  | Installing : libXcomposite-0.4.4-4.1.el7.x86_64                         30/74
  | Installing : groff-base-1.22.2-8.el7.x86_64                             31/74
  | Installing : 1:perl-parent-0.225-244.el7.noarch                         32/74
  | Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                          33/74
  | Installing : perl-podlators-2.5.1-3.el7.noarch                          34/74
  | Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                         35/74
  | Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch                     36/74
  | Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     37/74
  | Installing : perl-Encode-2.51-7.el7.x86_64                              38/74
  | Installing : perl-Pod-Usage-1.63-3.el7.noarch                           39/74
  | Installing : 4:perl-libs-5.16.3-292.el7.x86_64                          40/74
  | Installing : perl-threads-1.87-4.el7.x86_64                             41/74
  | Installing : perl-Exporter-5.68-3.el7.noarch                            42/74
  | Installing : perl-constant-1.27-2.el7.noarch                            43/74
  | Installing : perl-Filter-1.49-3.el7.x86_64                              44/74
  | Installing : perl-Time-Local-1.2300-2.el7.noarch                        45/74
  | Installing : perl-Socket-2.010-4.el7.x86_64                             46/74
  | Installing : perl-Carp-1.26-244.el7.noarch                              47/74
  | Installing : 4:perl-macros-5.16.3-292.el7.x86_64                        48/74
  | Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      49/74
  | Installing : perl-PathTools-3.40-5.el7.x86_64                           50/74
  | Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 51/74
  | Installing : perl-Storable-2.45-3.el7.x86_64                            52/74
  | Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        53/74
  | Installing : perl-Getopt-Long-2.40-3.el7.noarch                         54/74
  | Installing : perl-File-Temp-0.23.01-3.el7.noarch                        55/74
  | Installing : perl-File-Path-2.09-2.el7.noarch                           56/74
  | Installing : perl-threads-shared-1.43-6.el7.x86_64                      57/74
  | Installing : 4:perl-5.16.3-292.el7.x86_64                               58/74
  | Installing : lksctp-tools-1.0.17-2.el7.x86_64                           59/74
  | Installing : copy-jdk-configs-3.3-10.el7_5.noarch                       60/74
  | Installing : 1:java-1.8.0-openjdk-headless-1.8.0.171-8.b10.el7_5.x86_   61/74
  | Installing : lzo-2.06-8.el7.x86_64                                      62/74
  | Installing : libarchive-3.1.2-10.el7_2.x86_64                           63/74
  | Installing : cmake-2.8.12.2-2.el7.x86_64                                64/74
  | Installing : 2:libpng-1.5.13-7.el7_2.x86_64                             65/74
  | Installing : 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64          66/74
  | Installing : 1:java-1.8.0-openjdk-devel-1.8.0.171-8.b10.el7_5.x86_64    67/74
  | Installing : nss_wrapper-1.1.3-1.el7.x86_64                             68/74
  | Installing : 32:bind-utils-9.9.4-61.el7.x86_64                          69/74
  | Installing : unzip-6.0-19.el7.x86_64                                    70/74
  | Installing : 1:make-3.82-23.el7.x86_64                                  71/74
  | Installing : lsof-4.87-5.el7.x86_64                                     72/74
  | Installing : which-2.20-7.el7.x86_64                                    73/74
  | install-info: No such file or directory for /usr/share/info/which.info.gz
  | Installing : bc-1.06.95-13.el7.x86_64                                   74/74
  | Verifying  : 1:java-1.8.0-openjdk-headless-1.8.0.171-8.b10.el7_5.x86_    1/74
  | Verifying  : libXext-1.3.3-3.el7.x86_64                                  2/74
  | Verifying  : libXi-1.7.9-1.el7.x86_64                                    3/74
  | Verifying  : python-javapackages-3.4.1-11.el7.noarch                     4/74
  | Verifying  : libICE-1.0.9-9.el7.x86_64                                   5/74
  | Verifying  : 32:bind-libs-9.9.4-61.el7.x86_64                            6/74
  | Verifying  : giflib-4.1.6-9.el7.x86_64                                   7/74
  | Verifying  : libX11-1.6.5-1.el7.x86_64                                   8/74
  | Verifying  : libjpeg-turbo-1.2.90-5.el7.x86_64                           9/74
  | Verifying  : libXrender-0.9.10-1.el7.x86_64                             10/74
  | Verifying  : perl-threads-shared-1.43-6.el7.x86_64                      11/74
  | Verifying  : lyx-fonts-2.2.3-1.el7.noarch                               12/74
  | Verifying  : libXfont-1.5.2-1.el7.x86_64                                13/74
  | Verifying  : perl-threads-1.87-4.el7.x86_64                             14/74
  | Verifying  : perl-Exporter-5.68-3.el7.noarch                            15/74
  | Verifying  : perl-constant-1.27-2.el7.noarch                            16/74
  | Verifying  : perl-PathTools-3.40-5.el7.x86_64                           17/74
  | Verifying  : 2:libpng-1.5.13-7.el7_2.x86_64                             18/74
  | Verifying  : lzo-2.06-8.el7.x86_64                                      19/74
  | Verifying  : freetype-2.4.11-15.el7.x86_64                              20/74
  | Verifying  : fontpackages-filesystem-1.44-8.el7.noarch                  21/74
  | Verifying  : ttmkfdir-3.0.9-42.el7.x86_64                               22/74
  | Verifying  : bc-1.06.95-13.el7.x86_64                                   23/74
  | Verifying  : 1:perl-parent-0.225-244.el7.noarch                         24/74
  | Verifying  : 4:perl-5.16.3-292.el7.x86_64                               25/74
  | Verifying  : libarchive-3.1.2-10.el7_2.x86_64                           26/74
  | Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                          27/74
  | Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           28/74
  | Verifying  : copy-jdk-configs-3.3-10.el7_5.noarch                       29/74
  | Verifying  : which-2.20-7.el7.x86_64                                    30/74
  | Verifying  : perl-Filter-1.49-3.el7.x86_64                              31/74
  | Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        32/74
  | Verifying  : libXcomposite-0.4.4-4.1.el7.x86_64                         33/74
  | Verifying  : libXtst-1.2.3-1.el7.x86_64                                 34/74
  | Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        35/74
  | Verifying  : 4:perl-libs-5.16.3-292.el7.x86_64                          36/74
  | Verifying  : lsof-4.87-5.el7.x86_64                                     37/74
  | Verifying  : 1:java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64          38/74
  | Verifying  : lksctp-tools-1.0.17-2.el7.x86_64                           39/74
  | Verifying  : perl-Socket-2.010-4.el7.x86_64                             40/74
  | Verifying  : perl-Encode-2.51-7.el7.x86_64                              41/74
  | Verifying  : libxcb-1.12-1.el7.x86_64                                   42/74
  | Verifying  : perl-Carp-1.26-244.el7.noarch                              43/74
  | Verifying  : xorg-x11-fonts-Type1-7.5-9.el7.noarch                      44/74
  | Verifying  : libxslt-1.1.28-5.el7.x86_64                                45/74
  | Verifying  : 4:perl-macros-5.16.3-292.el7.x86_64                        46/74
  | Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      47/74
  | Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 48/74
  | Verifying  : 1:make-3.82-23.el7.x86_64                                  49/74
  | Verifying  : 1:perl-Pod-Escapes-1.04-292.el7.noarch                     50/74
  | Verifying  : javapackages-tools-3.4.1-11.el7.noarch                     51/74
  | Verifying  : groff-base-1.22.2-8.el7.x86_64                             52/74
  | Verifying  : nss_wrapper-1.1.3-1.el7.x86_64                             53/74
  | Verifying  : 1:java-1.8.0-openjdk-devel-1.8.0.171-8.b10.el7_5.x86_64    54/74
  | Verifying  : libX11-common-1.6.5-1.el7.noarch                           55/74
  | Verifying  : python-lxml-3.2.1-4.el7.x86_64                             56/74
  | Verifying  : perl-Storable-2.45-3.el7.x86_64                            57/74
  | Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         58/74
  | Verifying  : perl-podlators-2.5.1-3.el7.noarch                          59/74
  | Verifying  : libXau-1.0.8-2.1.el7.x86_64                                60/74
  | Verifying  : GeoIP-1.5.0-11.el7.x86_64                                  61/74
  | Verifying  : libSM-1.2.2-2.el7.x86_64                                   62/74
  | Verifying  : fontconfig-2.10.95-11.el7.x86_64                           63/74
  | Verifying  : cmake-2.8.12.2-2.el7.x86_64                                64/74
  | Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        65/74
  | Verifying  : tzdata-java-2018e-3.el7.noarch                             66/74
  | Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         67/74
  | Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     68/74
  | Verifying  : unzip-6.0-19.el7.x86_64                                    69/74
  | Verifying  : perl-File-Path-2.09-2.el7.noarch                           70/74
  | Verifying  : libfontenc-1.1.3-3.el7.x86_64                              71/74
  | Verifying  : 32:bind-utils-9.9.4-61.el7.x86_64                          72/74
  | Verifying  : 1:xorg-x11-font-utils-7.5-20.el7.x86_64                    73/74
  | Verifying  : alsa-lib-1.1.4.1-2.el7.x86_64                              74/74
  |  
  | Installed:
  | bc.x86_64 0:1.06.95-13.el7
  | bind-utils.x86_64 32:9.9.4-61.el7
  | java-1.8.0-openjdk.x86_64 1:1.8.0.171-8.b10.el7_5
  | java-1.8.0-openjdk-devel.x86_64 1:1.8.0.171-8.b10.el7_5
  | lsof.x86_64 0:4.87-5.el7
  | make.x86_64 1:3.82-23.el7
  | nss_wrapper.x86_64 0:1.1.3-1.el7
  | unzip.x86_64 0:6.0-19.el7
  | which.x86_64 0:2.20-7.el7
  |  
  | Dependency Installed:
  | GeoIP.x86_64 0:1.5.0-11.el7
  | alsa-lib.x86_64 0:1.1.4.1-2.el7
  | bind-libs.x86_64 32:9.9.4-61.el7
  | cmake.x86_64 0:2.8.12.2-2.el7
  | copy-jdk-configs.noarch 0:3.3-10.el7_5
  | fontconfig.x86_64 0:2.10.95-11.el7
  | fontpackages-filesystem.noarch 0:1.44-8.el7
  | freetype.x86_64 0:2.4.11-15.el7
  | giflib.x86_64 0:4.1.6-9.el7
  | groff-base.x86_64 0:1.22.2-8.el7
  | java-1.8.0-openjdk-headless.x86_64 1:1.8.0.171-8.b10.el7_5
  | javapackages-tools.noarch 0:3.4.1-11.el7
  | libICE.x86_64 0:1.0.9-9.el7
  | libSM.x86_64 0:1.2.2-2.el7
  | libX11.x86_64 0:1.6.5-1.el7
  | libX11-common.noarch 0:1.6.5-1.el7
  | libXau.x86_64 0:1.0.8-2.1.el7
  | libXcomposite.x86_64 0:0.4.4-4.1.el7
  | libXext.x86_64 0:1.3.3-3.el7
  | libXfont.x86_64 0:1.5.2-1.el7
  | libXi.x86_64 0:1.7.9-1.el7
  | libXrender.x86_64 0:0.9.10-1.el7
  | libXtst.x86_64 0:1.2.3-1.el7
  | libarchive.x86_64 0:3.1.2-10.el7_2
  | libfontenc.x86_64 0:1.1.3-3.el7
  | libjpeg-turbo.x86_64 0:1.2.90-5.el7
  | libpng.x86_64 2:1.5.13-7.el7_2
  | libxcb.x86_64 0:1.12-1.el7
  | libxslt.x86_64 0:1.1.28-5.el7
  | lksctp-tools.x86_64 0:1.0.17-2.el7
  | lyx-fonts.noarch 0:2.2.3-1.el7
  | lzo.x86_64 0:2.06-8.el7
  | perl.x86_64 4:5.16.3-292.el7
  | perl-Carp.noarch 0:1.26-244.el7
  | perl-Encode.x86_64 0:2.51-7.el7
  | perl-Exporter.noarch 0:5.68-3.el7
  | perl-File-Path.noarch 0:2.09-2.el7
  | perl-File-Temp.noarch 0:0.23.01-3.el7
  | perl-Filter.x86_64 0:1.49-3.el7
  | perl-Getopt-Long.noarch 0:2.40-3.el7
  | perl-HTTP-Tiny.noarch 0:0.033-3.el7
  | perl-PathTools.x86_64 0:3.40-5.el7
  | perl-Pod-Escapes.noarch 1:1.04-292.el7
  | perl-Pod-Perldoc.noarch 0:3.20-4.el7
  | perl-Pod-Simple.noarch 1:3.28-4.el7
  | perl-Pod-Usage.noarch 0:1.63-3.el7
  | perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
  | perl-Socket.x86_64 0:2.010-4.el7
  | perl-Storable.x86_64 0:2.45-3.el7
  | perl-Text-ParseWords.noarch 0:3.29-4.el7
  | perl-Time-HiRes.x86_64 4:1.9725-3.el7
  | perl-Time-Local.noarch 0:1.2300-2.el7
  | perl-constant.noarch 0:1.27-2.el7
  | perl-libs.x86_64 4:5.16.3-292.el7
  | perl-macros.x86_64 4:5.16.3-292.el7
  | perl-parent.noarch 1:0.225-244.el7
  | perl-podlators.noarch 0:2.5.1-3.el7
  | perl-threads.x86_64 0:1.87-4.el7
  | perl-threads-shared.x86_64 0:1.43-6.el7
  | python-javapackages.noarch 0:3.4.1-11.el7
  | python-lxml.x86_64 0:3.2.1-4.el7
  | ttmkfdir.x86_64 0:3.0.9-42.el7
  | tzdata-java.noarch 0:2018e-3.el7
  | xorg-x11-font-utils.x86_64 1:7.5-20.el7
  | xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
  |  
  | Complete!
  | Loaded plugins: fastestmirror, ovl
  | Cleaning repos: base epel extras updates
  | Cleaning up everything
  | Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
  | Cleaning up list of fastest mirrors
  | Removing intermediate container 087e312c2764
  | ---> 4a488a9f48d4
  | Step 26/37 : RUN (curl -0 http://www.eu.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz  \|     tar -zx -C /usr/local) &&     mv /usr/local/apache-maven-$MAVEN_VERSION /usr/local/maven &&     ln -sf /usr/local/maven/bin/mvn /usr/local/bin/mvn
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 8640d3289f17
  | % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  | Dload  Upload   Total   Spent    Left  Speed
  | 0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0   1 8593k    1 98555    0     0   239k      0  0:00:35 --:--:--  0:00:35  239k  18 8593k   18 1584k    0     0  1135k      0  0:00:07  0:00:01  0:00:06 1135k  50 8593k   50 4343k    0     0  1819k      0  0:00:04  0:00:02  0:00:02 1819k  87 8593k   87 7542k    0     0  2231k      0  0:00:03  0:00:03 --:--:-- 2230k 100 8593k  100 8593k    0     0  2237k      0  0:00:03  0:00:03 --:--:-- 2237k
  | Removing intermediate container 8640d3289f17
  | ---> 56dcf4badad6
  | Step 27/37 : COPY ${CODE_CONTEXT}/contrib/settings.xml $MAVEN_HOME/conf
  | error: build error: COPY failed: stat /var/lib/docker/tmp/docker-builder369291559/dsf4openshift/s2i/java/contrib/settings.xml: no such file or directory

*Logs for s2i-devonfw-angular:


Cloning "https://github.com/devonfw/devonfw-shop-floor " ...
--
  | Commit:	a7e7044ff96fa30dddd6aaa25bc8129da0d454ea (solved commented licence)
  | Author:	Jorge Dacal Cantos <[email protected]>
  | Date:	Mon Jul 9 10:03:33 2018 +0200
  | Step 1/45 : FROM centos:centos7
  | ---> 49f7960eb7e4
  | Step 2/45 : MAINTAINER Michael Kuehl <[email protected]> Cristobal Belda <[email protected]> Jorge Dacal <[email protected]>
  | ---> Using cache
  | ---> 64a6cd26d5b2
  | Step 3/45 : ENV VERSION 1.0
  | ---> Using cache
  | ---> 8a222ecd60a7
  | Step 4/45 : ENV RELEASE 1
  | ---> Using cache
  | ---> e86c3472157c
  | Step 5/45 : EXPOSE 8080
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 4685581f5ded
  | Removing intermediate container 4685581f5ded
  | ---> 64f480ebd609
  | Step 6/45 : EXPOSE 8443
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in c35d3e421f5d
  | Removing intermediate container c35d3e421f5d
  | ---> 08c6a33ef373
  | Step 7/45 : ENV NGINX_VERSION=1.10
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 1c29e355844e
  | Removing intermediate container 1c29e355844e
  | ---> f27e6fcb1537
  | Step 8/45 : ENV USER_ID 1001
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 1133e968019c
  | Removing intermediate container 1133e968019c
  | ---> 732505d88297
  | Step 9/45 : ENV NAME="devonfw-angular"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 6af9e7304333
  | Removing intermediate container 6af9e7304333
  | ---> 8e224543d43e
  | Step 10/45 : ENV MAINTAINER="[email protected]"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 0f0864b3d06e
  | Removing intermediate container 0f0864b3d06e
  | ---> de4eacd55544
  | Step 11/45 : ENV VENDOR="Capgemini"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in d842023dddfb
  | Removing intermediate container d842023dddfb
  | ---> 787fd78af31a
  | Step 12/45 : ENV SUMMARY="Base image for running DevonFW-based Angular applications"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 5b13410708cd
  | Removing intermediate container 5b13410708cd
  | ---> f94dd4a91046
  | Step 13/45 : ENV DESCRIPTION="Base image for running DevonFW-based Angular applications"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 0c0d470520a4
  | Removing intermediate container 0c0d470520a4
  | ---> b98b780d17cf
  | Step 14/45 : ENV TAGS="builder,s2i,devonfw,javascript,nginx,angular"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 07371ac676ea
  | Removing intermediate container 07371ac676ea
  | ---> a3d79f7d541e
  | Step 15/45 : ENV STI_SCRIPTS_PATH=/usr/local/sti
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 865e884fcc58
  | Removing intermediate container 865e884fcc58
  | ---> 8bd27527bcb1
  | Step 16/45 : ENV APP_ROOT=/opt/app-root
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in bd7041269fb4
  | Removing intermediate container bd7041269fb4
  | ---> dd073be885ce
  | Step 17/45 : ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d/
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 5d136ae29bb4
  | Removing intermediate container 5d136ae29bb4
  | ---> 5b98008a165c
  | Step 18/45 : ENV NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d/
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in d73255d9819a
  | Removing intermediate container d73255d9819a
  | ---> f868182d6312
  | Step 19/45 : ENV CODE_CONTEXT=dsf4openshift/s2i/angular
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 74c006516e92
  | Removing intermediate container 74c006516e92
  | ---> c2d3999c1e5d
  | Step 20/45 : LABEL name="$NAME"       maintainer="$MAINTAINER"       vendor="$VENDOR"       version="$VERSION"       release="$RELEASE"       summary="$SUMMARY"       description="$DESCRIPTION"       io.k8s.description="DESCRIPTION"       io.k8s.display-name="$NAME"       io.openshift.tags="$TAGS"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in cbc121ca97ae
  | Removing intermediate container cbc121ca97ae
  | ---> d54a350b6fcb
  | Step 21/45 : RUN yum install -y epel-release
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 13c90adb2fb9
  | Loaded plugins: fastestmirror, ovl
  | Determining fastest mirrors
  | * base: ftp.antilo.de
  | * extras: mirror.softaculous.com
  | * updates: mirror.imt-systems.com
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package epel-release.noarch 0:7-11 will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package                Arch             Version         Repository        Size
  | ================================================================================
  | Installing:
  | epel-release           noarch           7-11            extras            15 k
  |  
  | Transaction Summary
  | ================================================================================
  | Install  1 Package
  |  
  | Total download size: 15 k
  | Installed size: 24 k
  | Downloading packages:
  | warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-11.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
  | Public key for epel-release-7-11.noarch.rpm is not installed
  | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  | Importing GPG key 0xF4A80EB5:
  | Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"
  | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
  | Package    : centos-release-7-5.1804.el7.centos.2.x86_64 (@Updates)
  | From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Installing : epel-release-7-11.noarch                                     1/1
  | Verifying  : epel-release-7-11.noarch                                     1/1
  |  
  | Installed:
  | epel-release.noarch 0:7-11
  |  
  | Complete!
  | Removing intermediate container 13c90adb2fb9
  | ---> dab75b01a0ce
  | Step 22/45 : RUN yum update -y
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 11cd172c22f5
  | Loaded plugins: fastestmirror, ovl
  | Loading mirror speeds from cached hostfile
  | * base: ftp.antilo.de
  | * epel: mirror.imt-systems.com
  | * extras: mirror.softaculous.com
  | * updates: mirror.imt-systems.com
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package binutils.x86_64 0:2.27-27.base.el7 will be updated
  | ---> Package binutils.x86_64 0:2.27-28.base.el7_5.1 will be an update
  | ---> Package gnupg2.x86_64 0:2.0.22-4.el7 will be updated
  | ---> Package gnupg2.x86_64 0:2.0.22-5.el7_5 will be an update
  | ---> Package python.x86_64 0:2.7.5-68.el7 will be updated
  | ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update
  | ---> Package python-libs.x86_64 0:2.7.5-68.el7 will be updated
  | ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package           Arch         Version                     Repository     Size
  | ================================================================================
  | Updating:
  | binutils          x86_64       2.27-28.base.el7_5.1        updates       5.9 M
  | gnupg2            x86_64       2.0.22-5.el7_5              updates       1.5 M
  | python            x86_64       2.7.5-69.el7_5              updates        93 k
  | python-libs       x86_64       2.7.5-69.el7_5              updates       5.6 M
  |  
  | Transaction Summary
  | ================================================================================
  | Upgrade  4 Packages
  |  
  | Total download size: 13 M
  | Downloading packages:
  | Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
  | --------------------------------------------------------------------------------
  | Total                                              4.6 MB/s \|  13 MB  00:02
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Updating   : python-libs-2.7.5-69.el7_5.x86_64                            1/8
  | Updating   : python-2.7.5-69.el7_5.x86_64                                 2/8
  | Updating   : binutils-2.27-28.base.el7_5.1.x86_64                         3/8
  | install-info: No such file or directory for /usr/share/info/as.info.gz
  | install-info: No such file or directory for /usr/share/info/binutils.info.gz
  | install-info: No such file or directory for /usr/share/info/gprof.info.gz
  | install-info: No such file or directory for /usr/share/info/ld.info.gz
  | install-info: No such file or directory for /usr/share/info/standards.info.gz
  | Updating   : gnupg2-2.0.22-5.el7_5.x86_64                                 4/8
  | install-info: No such file or directory for /usr/share/info/gnupg.info
  | Cleanup    : python-2.7.5-68.el7.x86_64                                   5/8
  | Cleanup    : python-libs-2.7.5-68.el7.x86_64                              6/8
  | Cleanup    : binutils-2.27-27.base.el7.x86_64                             7/8
  | Cleanup    : gnupg2-2.0.22-4.el7.x86_64                                   8/8
  | Verifying  : gnupg2-2.0.22-5.el7_5.x86_64                                 1/8
  | Verifying  : python-libs-2.7.5-69.el7_5.x86_64                            2/8
  | Verifying  : python-2.7.5-69.el7_5.x86_64                                 3/8
  | Verifying  : binutils-2.27-28.base.el7_5.1.x86_64                         4/8
  | Verifying  : python-libs-2.7.5-68.el7.x86_64                              5/8
  | Verifying  : binutils-2.27-27.base.el7.x86_64                             6/8
  | Verifying  : python-2.7.5-68.el7.x86_64                                   7/8
  | Verifying  : gnupg2-2.0.22-4.el7.x86_64                                   8/8
  |  
  | Updated:
  | binutils.x86_64 0:2.27-28.base.el7_5.1   gnupg2.x86_64 0:2.0.22-5.el7_5
  | python.x86_64 0:2.7.5-69.el7_5           python-libs.x86_64 0:2.7.5-69.el7_5
  |  
  | Complete!
  | Removing intermediate container 11cd172c22f5
  | ---> 788e5e565eca
  | Step 23/45 : RUN yum install curl sudo -y
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 018f0c45408a
  | Loaded plugins: fastestmirror, ovl
  | Loading mirror speeds from cached hostfile
  | * base: ftp.antilo.de
  | * epel: mirror.23media.de
  | * extras: mirror.softaculous.com
  | * updates: mirror.imt-systems.com
  | Package curl-7.29.0-46.el7.x86_64 already installed and latest version
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package sudo.x86_64 0:1.8.19p2-14.el7_5 will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package      Arch           Version                      Repository       Size
  | ================================================================================
  | Installing:
  | sudo         x86_64         1.8.19p2-14.el7_5            updates         1.1 M
  |  
  | Transaction Summary
  | ================================================================================
  | Install  1 Package
  |  
  | Total download size: 1.1 M
  | Installed size: 3.9 M
  | Downloading packages:
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Installing : sudo-1.8.19p2-14.el7_5.x86_64                                1/1
  | Verifying  : sudo-1.8.19p2-14.el7_5.x86_64                                1/1
  |  
  | Installed:
  | sudo.x86_64 0:1.8.19p2-14.el7_5
  |  
  | Complete!
  | Removing intermediate container 018f0c45408a
  | ---> 738c89edc70f
  | Step 24/45 : RUN yum update -y
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 0bff737ae83b
  | Loaded plugins: fastestmirror, ovl
  | Loading mirror speeds from cached hostfile
  | * base: ftp.antilo.de
  | * epel: mirror.imt-systems.com
  | * extras: mirror.softaculous.com
  | * updates: mirror.imt-systems.com
  | No packages marked for update
  | Removing intermediate container 0bff737ae83b
  | ---> c2dc1f4a9425
  | Step 25/45 : RUN rm -fr /var/cache/yum/* && yum clean all
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 7b34841d9276
  | Loaded plugins: fastestmirror, ovl
  | Cleaning repos: base epel extras updates
  | Cleaning up everything
  | Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
  | Removing intermediate container 7b34841d9276
  | ---> 2554cd3b226e
  | Step 26/45 : ENV INSTALL_PKGS "curl tar unzip bc which lsof make nss_wrapper bind-utils rh-nginx110 rh-nginx110-nginx http-parser.x86_64 autoconf automake binutils bison flex gcc gcc-c++ gettext libtool make patch pkgconfig redhat-rpm-config rpm-build rpm-sign"
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 94c1e6cebb6a
  | Removing intermediate container 94c1e6cebb6a
  | ---> e18b6aa2f65a
  | Step 27/45 : RUN yum install -y yum-utils gettext hostname &&     yum install -y centos-release-scl-rh epel-release &&     yum-config-manager --enable centos-sclo-rh-testing &&     yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS &&     rpm -V $INSTALL_PKGS &&     yum clean all
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 5bd013813751
  | Loaded plugins: fastestmirror, ovl
  | Determining fastest mirrors
  | * base: mirror.netcologne.de
  | * epel: ftp.uni-stuttgart.de
  | * extras: ftp.wrz.de
  | * updates: mirror.imt-systems.com
  | Package yum-utils-1.1.31-45.el7.noarch already installed and latest version
  | Package hostname-3.13-3.el7.x86_64 already installed and latest version
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package gettext.x86_64 0:0.19.8.1-2.el7 will be installed
  | --> Processing Dependency: gettext-libs(x86-64) = 0.19.8.1-2.el7 for package: gettext-0.19.8.1-2.el7.x86_64
  | --> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  | --> Processing Dependency: libunistring.so.0()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  | --> Processing Dependency: libgomp.so.1()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  | --> Processing Dependency: libgettextsrc-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  | --> Processing Dependency: libgettextlib-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  | --> Processing Dependency: libcroco-0.6.so.3()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  | --> Running transaction check
  | ---> Package gettext-libs.x86_64 0:0.19.8.1-2.el7 will be installed
  | ---> Package libcroco.x86_64 0:0.6.11-1.el7 will be installed
  | ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be installed
  | ---> Package libunistring.x86_64 0:0.9.3-9.el7 will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package             Arch          Version                 Repository      Size
  | ================================================================================
  | Installing:
  | gettext             x86_64        0.19.8.1-2.el7          base           1.0 M
  | Installing for dependencies:
  | gettext-libs        x86_64        0.19.8.1-2.el7          base           501 k
  | libcroco            x86_64        0.6.11-1.el7            base           105 k
  | libgomp             x86_64        4.8.5-28.el7_5.1        updates        156 k
  | libunistring        x86_64        0.9.3-9.el7             base           293 k
  |  
  | Transaction Summary
  | ================================================================================
  | Install  1 Package (+4 Dependent packages)
  |  
  | Total download size: 2.1 M
  | Installed size: 7.9 M
  | Downloading packages:
  | --------------------------------------------------------------------------------
  | Total                                              3.8 MB/s \| 2.1 MB  00:00
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Installing : libcroco-0.6.11-1.el7.x86_64                                 1/5
  | Installing : libgomp-4.8.5-28.el7_5.1.x86_64                              2/5
  | Installing : libunistring-0.9.3-9.el7.x86_64                              3/5
  | Installing : gettext-libs-0.19.8.1-2.el7.x86_64                           4/5
  | Installing : gettext-0.19.8.1-2.el7.x86_64                                5/5
  | install-info: No such file or directory for /usr/share/info/gettext.info.gz
  | Verifying  : libunistring-0.9.3-9.el7.x86_64                              1/5
  | Verifying  : libgomp-4.8.5-28.el7_5.1.x86_64                              2/5
  | Verifying  : libcroco-0.6.11-1.el7.x86_64                                 3/5
  | Verifying  : gettext-0.19.8.1-2.el7.x86_64                                4/5
  | Verifying  : gettext-libs-0.19.8.1-2.el7.x86_64                           5/5
  |  
  | Installed:
  | gettext.x86_64 0:0.19.8.1-2.el7
  |  
  | Dependency Installed:
  | gettext-libs.x86_64 0:0.19.8.1-2.el7     libcroco.x86_64 0:0.6.11-1.el7
  | libgomp.x86_64 0:4.8.5-28.el7_5.1        libunistring.x86_64 0:0.9.3-9.el7
  |  
  | Complete!
  | Loaded plugins: fastestmirror, ovl
  | Loading mirror speeds from cached hostfile
  | * base: mirror.netcologne.de
  | * epel: ftp.uni-stuttgart.de
  | * extras: ftp.wrz.de
  | * updates: mirror.imt-systems.com
  | Package epel-release-7-11.noarch already installed and latest version
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package centos-release-scl-rh.noarch 0:2-2.el7.centos will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package                    Arch        Version               Repository   Size
  | ================================================================================
  | Installing:
  | centos-release-scl-rh      noarch      2-2.el7.centos        extras       12 k
  |  
  | Transaction Summary
  | ================================================================================
  | Install  1 Package
  |  
  | Total download size: 12 k
  | Installed size: 19 k
  | Downloading packages:
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Installing : centos-release-scl-rh-2-2.el7.centos.noarch                  1/1
  | Verifying  : centos-release-scl-rh-2-2.el7.centos.noarch                  1/1
  |  
  | Installed:
  | centos-release-scl-rh.noarch 0:2-2.el7.centos
  |  
  | Complete!
  | Loaded plugins: fastestmirror, ovl
  | ========================= repo: centos-sclo-rh-testing =========================
  | [centos-sclo-rh-testing]
  | async = True
  | bandwidth = 0
  | base_persistdir = /var/lib/yum/repos/x86_64/7
  | baseurl = http://buildlogs.centos.org/centos/7/sclo/x86_64/rh/
  | cache = 0
  | cachedir = /var/cache/yum/x86_64/7/centos-sclo-rh-testing
  | check_config_file_age = True
  | compare_providers_priority = 80
  | cost = 1000
  | deltarpm_metadata_percentage = 100
  | deltarpm_percentage =
  | enabled = 1
  | enablegroups = True
  | exclude =
  | failovermethod = priority
  | ftp_disable_epsv = False
  | gpgcadir = /var/lib/yum/repos/x86_64/7/centos-sclo-rh-testing/gpgcadir
  | gpgcakey =
  | gpgcheck = False
  | gpgdir = /var/lib/yum/repos/x86_64/7/centos-sclo-rh-testing/gpgdir
  | gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
  | hdrdir = /var/cache/yum/x86_64/7/centos-sclo-rh-testing/headers
  | http_caching = all
  | includepkgs =
  | ip_resolve =
  | keepalive = True
  | keepcache = False
  | mddownloadpolicy = sqlite
  | mdpolicy = group:small
  | mediaid =
  | metadata_expire = 21600
  | metadata_expire_filter = read-only:present
  | metalink =
  | minrate = 0
  | mirrorlist =
  | mirrorlist_expire = 86400
  | name = CentOS-7 - SCLo rh Testing
  | old_base_cache_dir =
  | password =
  | persistdir = /var/lib/yum/repos/x86_64/7/centos-sclo-rh-testing
  | pkgdir = /var/cache/yum/x86_64/7/centos-sclo-rh-testing/packages
  | proxy = False
  | proxy_dict =
  | proxy_password =
  | proxy_username =
  | repo_gpgcheck = False
  | retries = 10
  | skip_if_unavailable = False
  | ssl_check_cert_permissions = True
  | sslcacert =
  | sslclientcert =
  | sslclientkey =
  | sslverify = True
  | throttle = 0
  | timeout = 30.0
  | ui_id = centos-sclo-rh-testing/x86_64
  | ui_repoid_vars = releasever,
  | basearch
  | username =
  |  
  | Loaded plugins: fastestmirror, ovl
  | Loading mirror speeds from cached hostfile
  | * base: mirror.netcologne.de
  | * epel: ftp.uni-stuttgart.de
  | * extras: ftp.wrz.de
  | * updates: mirror.imt-systems.com
  | Package curl-7.29.0-46.el7.x86_64 already installed and latest version
  | Package 2:tar-1.26-34.el7.x86_64 already installed and latest version
  | Package binutils-2.27-28.base.el7_5.1.x86_64 already installed and latest version
  | Package gettext-0.19.8.1-2.el7.x86_64 already installed and latest version
  | Package 1:pkgconfig-0.27.1-4.el7.x86_64 already installed and latest version
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
  | --> Processing Dependency: perl >= 5.006 for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(warnings) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(vars) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(strict) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(constant) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(POSIX) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(IO::File) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Getopt::Long) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(File::stat) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(File::Spec) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(File::Path) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(File::Find) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(File::Copy) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(File::Compare) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(File::Basename) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Exporter) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Errno) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(DynaLoader) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Cwd) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Class::Struct) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: perl(Carp) for package: autoconf-2.69-11.el7.noarch
  | --> Processing Dependency: /usr/bin/perl for package: autoconf-2.69-11.el7.noarch
  | ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
  | --> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch
  | --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch
  | --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
  | ---> Package bc.x86_64 0:1.06.95-13.el7 will be installed
  | ---> Package bind-utils.x86_64 32:9.9.4-61.el7 will be installed
  | --> Processing Dependency: bind-libs = 32:9.9.4-61.el7 for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | --> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64
  | ---> Package bison.x86_64 0:3.0.4-1.el7 will be installed
  | ---> Package flex.x86_64 0:2.5.37-3.el7 will be installed
  | ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed
  | --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64
  | --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64
  | --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64
  | --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64
  | ---> Package gcc-c++.x86_64 0:4.8.5-28.el7_5.1 will be installed
  | --> Processing Dependency: libstdc++-devel = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
  | ---> Package http-parser.x86_64 0:2.7.1-5.el7_4 will be installed
  | ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
  | ---> Package lsof.x86_64 0:4.87-5.el7 will be installed
  | ---> Package make.x86_64 1:3.82-23.el7 will be installed
  | ---> Package nss_wrapper.x86_64 0:1.1.3-1.el7 will be installed
  | --> Processing Dependency: cmake for package: nss_wrapper-1.1.3-1.el7.x86_64
  | ---> Package patch.x86_64 0:2.7.1-10.el7_5 will be installed
  | ---> Package redhat-rpm-config.noarch 0:9.1.0-80.el7.centos will be installed
  | --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-80.el7.centos.noarch
  | --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-80.el7.centos.noarch
  | --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-80.el7.centos.noarch
  | ---> Package rh-nginx110.x86_64 0:1.10-8.el7 will be installed
  | --> Processing Dependency: rh-nginx110-runtime for package: rh-nginx110-1.10-8.el7.x86_64
  | ---> Package rh-nginx110-nginx.x86_64 1:1.10.2-8.el7 will be installed
  | --> Processing Dependency: policycoreutils-python for package: 1:rh-nginx110-nginx-1.10.2-8.el7.x86_64
  | --> Processing Dependency: libselinux-utils for package: 1:rh-nginx110-nginx-1.10.2-8.el7.x86_64
  | --> Processing Dependency: gd for package: 1:rh-nginx110-nginx-1.10.2-8.el7.x86_64
  | ---> Package rpm-build.x86_64 0:4.11.3-32.el7 will be installed
  | --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-32.el7.x86_64
  | --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-32.el7.x86_64
  | --> Processing Dependency: file for package: rpm-build-4.11.3-32.el7.x86_64
  | --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-32.el7.x86_64
  | --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-32.el7.x86_64
  | ---> Package rpm-sign.x86_64 0:4.11.3-32.el7 will be installed
  | ---> Package unzip.x86_64 0:6.0-19.el7 will be installed
  | ---> Package which.x86_64 0:2.20-7.el7 will be installed
  | --> Running transaction check
  | ---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed
  | ---> Package bind-libs.x86_64 32:9.9.4-61.el7 will be installed
  | ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
  | ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
  | --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.12.2-2.el7.x86_64
  | ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed
  | ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
  | ---> Package elfutils.x86_64 0:0.170-4.el7 will be installed
  | ---> Package file.x86_64 0:5.11-33.el7 will be installed
  | ---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
  | --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: gd-2.0.35-26.el7.x86_64
  | --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gd-2.0.35-26.el7.x86_64
  | --> Processing Dependency: libpng15.so.15()(64bit) for package: gd-2.0.35-26.el7.x86_64
  | --> Processing Dependency: libjpeg.so.62()(64bit) for package: gd-2.0.35-26.el7.x86_64
  | --> Processing Dependency: libfreetype.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
  | --> Processing Dependency: libfontconfig.so.1()(64bit) for package: gd-2.0.35-26.el7.x86_64
  | --> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-26.el7.x86_64
  | --> Processing Dependency: libX11.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
  | ---> Package gdb.x86_64 0:7.6.1-110.el7 will be installed
  | ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed
  | --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64
  | --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64
  | ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
  | ---> Package libselinux-utils.x86_64 0:2.5-12.el7 will be installed
  | ---> Package libstdc++-devel.x86_64 0:4.8.5-28.el7_5.1 will be installed
  | ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
  | ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
  | ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
  | --> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
  | --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
  | ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
  | ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
  | ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
  | ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
  | ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
  | ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
  | --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
  | ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
  | ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
  | ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
  | ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
  | ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
  | ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
  | ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
  | ---> Package policycoreutils-python.x86_64 0:2.5-22.el7 will be installed
  | --> Processing Dependency: policycoreutils = 2.5-22.el7 for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: setools-libs >= 3.3.8-2 for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libsemanage-python >= 2.5-9 for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  | --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  | ---> Package rh-nginx110-runtime.x86_64 0:1.10-8.el7 will be installed
  | --> Processing Dependency: scl-utils for package: rh-nginx110-runtime-1.10-8.el7.x86_64
  | ---> Package zip.x86_64 0:3.0-11.el7 will be installed
  | --> Running transaction check
  | ---> Package audit-libs-python.x86_64 0:2.8.1-3.el7 will be installed
  | ---> Package checkpolicy.x86_64 0:2.5-6.el7 will be installed
  | ---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed
  | --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64
  | --> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64
  | ---> Package freetype.x86_64 0:2.4.11-15.el7 will be installed
  | ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed
  | --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64
  | --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64
  | ---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed
  | --> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64
  | --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.5-1.el7.x86_64
  | ---> Package libXpm.x86_64 0:3.5.12-1.el7 will be installed
  | ---> Package libarchive.x86_64 0:3.1.2-10.el7_2 will be installed
  | --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-10.el7_2.x86_64
  | ---> Package libcgroup.x86_64 0:0.41-15.el7 will be installed
  | ---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
  | ---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
  | ---> Package libselinux-python.x86_64 0:2.5-12.el7 will be installed
  | ---> Package libsemanage-python.x86_64 0:2.5-11.el7 will be installed
  | ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
  | ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
  | --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  | --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  | ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
  | --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
  | --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
  | ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
  | ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
  | ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
  | ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
  | ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
  | ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
  | ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
  | ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
  | ---> Package policycoreutils.x86_64 0:2.5-22.el7 will be installed
  | ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
  | ---> Package scl-utils.x86_64 0:20130529-18.el7_4 will be installed
  | ---> Package setools-libs.x86_64 0:3.3.8-2.el7 will be installed
  | --> Running transaction check
  | ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
  | ---> Package kernel-headers.x86_64 0:3.10.0-862.9.1.el7 will be installed
  | ---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed
  | ---> Package libxcb.x86_64 0:1.12-1.el7 will be installed
  | --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64
  | ---> Package lyx-fonts.noarch 0:2.2.3-1.el7 will be installed
  | ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
  | ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
  | ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
  | ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
  | --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  | --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  | --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  | ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
  | --> Running transaction check
  | ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
  | ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
  | ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
  | ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package                  Arch    Version                 Repository       Size
  | ================================================================================
  | Installing:
  | autoconf                 noarch  2.69-11.el7             base            701 k
  | automake                 noarch  1.13.4-3.el7            base            679 k
  | bc                       x86_64  1.06.95-13.el7          base            115 k
  | bind-utils               x86_64  32:9.9.4-61.el7         base            204 k
  | bison                    x86_64  3.0.4-1.el7             base            674 k
  | flex                     x86_64  2.5.37-3.el7            base            292 k
  | gcc                      x86_64  4.8.5-28.el7_5.1        updates          16 M
  | gcc-c++                  x86_64  4.8.5-28.el7_5.1        updates         7.2 M
  | http-parser              x86_64  2.7.1-5.el7_4           base             28 k
  | libtool                  x86_64  2.4.2-22.el7_3          base            588 k
  | lsof                     x86_64  4.87-5.el7              base            331 k
  | make                     x86_64  1:3.82-23.el7           base            420 k
  | nss_wrapper              x86_64  1.1.3-1.el7             epel             36 k
  | patch                    x86_64  2.7.1-10.el7_5          updates         110 k
  | redhat-rpm-config        noarch  9.1.0-80.el7.centos     base             79 k
  | rh-nginx110              x86_64  1.10-8.el7              centos-sclo-rh  2.9 k
  | rh-nginx110-nginx        x86_64  1:1.10.2-8.el7          centos-sclo-rh  501 k
  | rpm-build                x86_64  4.11.3-32.el7           base            147 k
  | rpm-sign                 x86_64  4.11.3-32.el7           base             47 k
  | unzip                    x86_64  6.0-19.el7              base            170 k
  | which                    x86_64  2.20-7.el7              base             41 k
  | Installing for dependencies:
  | GeoIP                    x86_64  1.5.0-11.el7            base            1.1 M
  | audit-libs-python        x86_64  2.8.1-3.el7             base             75 k
  | bind-libs                x86_64  32:9.9.4-61.el7         base            1.0 M
  | bzip2                    x86_64  1.0.6-13.el7            base             52 k
  | checkpolicy              x86_64  2.5-6.el7               base            294 k
  | cmake                    x86_64  2.8.12.2-2.el7          base            7.1 M
  | cpp                      x86_64  4.8.5-28.el7_5.1        updates         5.9 M
  | dwz                      x86_64  0.11-3.el7              base             99 k
  | elfutils                 x86_64  0.170-4.el7             base            282 k
  | file                     x86_64  5.11-33.el7             base             57 k
  | fontconfig               x86_64  2.10.95-11.el7          base            229 k
  | fontpackages-filesystem  noarch  1.44-8.el7              base            9.9 k
  | freetype                 x86_64  2.4.11-15.el7           base            392 k
  | gd                       x86_64  2.0.35-26.el7           base            146 k
  | gdb                      x86_64  7.6.1-110.el7           base            2.4 M
  | glibc-devel              x86_64  2.17-222.el7            base            1.1 M
  | glibc-headers            x86_64  2.17-222.el7            base            678 k
  | groff-base               x86_64  1.22.2-8.el7            base            942 k
  | kernel-headers           x86_64  3.10.0-862.9.1.el7      updates         7.1 M
  | libX11                   x86_64  1.6.5-1.el7             base            606 k
  | libX11-common            noarch  1.6.5-1.el7             base            164 k
  | libXau                   x86_64  1.0.8-2.1.el7           base             29 k
  | libXpm                   x86_64  3.5.12-1.el7            base             55 k
  | libarchive               x86_64  3.1.2-10.el7_2          base            318 k
  | libcgroup                x86_64  0.41-15.el7             base             65 k
  | libjpeg-turbo            x86_64  1.2.90-5.el7            base            134 k
  | libmpc                   x86_64  1.0.1-3.el7             base             51 k
  | libpng                   x86_64  2:1.5.13-7.el7_2        base            213 k
  | libselinux-python        x86_64  2.5-12.el7              base            235 k
  | libselinux-utils         x86_64  2.5-12.el7              base            151 k
  | libsemanage-python       x86_64  2.5-11.el7              base            112 k
  | libstdc++-devel          x86_64  4.8.5-28.el7_5.1        updates         1.5 M
  | libxcb                   x86_64  1.12-1.el7              base            211 k
  | lyx-fonts                noarch  2.2.3-1.el7             epel            159 k
  | lzo                      x86_64  2.06-8.el7              base             59 k
  | m4                       x86_64  1.4.16-10.el7           base            256 k
  | mpfr                     x86_64  3.1.1-4.el7             base            203 k
  | perl                     x86_64  4:5.16.3-292.el7        base            8.0 M
  | perl-Carp                noarch  1.26-244.el7            base             19 k
  | perl-Data-Dumper         x86_64  2.145-3.el7             base             47 k
  | perl-Encode              x86_64  2.51-7.el7              base            1.5 M
  | perl-Exporter            noarch  5.68-3.el7              base             28 k
  | perl-File-Path           noarch  2.09-2.el7              base             26 k
  | perl-File-Temp           noarch  0.23.01-3.el7           base             56 k
  | perl-Filter              x86_64  1.49-3.el7              base             76 k
  | perl-Getopt-Long         noarch  2.40-3.el7              base             56 k
  | perl-HTTP-Tiny           noarch  0.033-3.el7             base             38 k
  | perl-PathTools           x86_64  3.40-5.el7              base             82 k
  | perl-Pod-Escapes         noarch  1:1.04-292.el7          base             51 k
  | perl-Pod-Perldoc         noarch  3.20-4.el7              base             87 k
  | perl-Pod-Simple          noarch  1:3.28-4.el7            base            216 k
  | perl-Pod-Usage           noarch  1.63-3.el7              base             27 k
  | perl-Scalar-List-Utils   x86_64  1.27-248.el7            base             36 k
  | perl-Socket              x86_64  2.010-4.el7             base             49 k
  | perl-Storable            x86_64  2.45-3.el7              base             77 k
  | perl-Test-Harness        noarch  3.28-3.el7              base            302 k
  | perl-Text-ParseWords     noarch  3.29-4.el7              base             14 k
  | perl-Thread-Queue        noarch  3.02-2.el7              base             17 k
  | perl-Time-HiRes          x86_64  4:1.9725-3.el7          base             45 k
  | perl-Time-Local          noarch  1.2300-2.el7            base             24 k
  | perl-constant            noarch  1.27-2.el7              base             19 k
  | perl-libs                x86_64  4:5.16.3-292.el7        base            688 k
  | perl-macros              x86_64  4:5.16.3-292.el7        base             43 k
  | perl-parent              noarch  1:0.225-244.el7         base             12 k
  | perl-podlators           noarch  2.5.1-3.el7             base            112 k
  | perl-srpm-macros         noarch  1-8.el7                 base            4.6 k
  | perl-threads             x86_64  1.87-4.el7              base             49 k
  | perl-threads-shared      x86_64  1.43-6.el7              base             39 k
  | policycoreutils          x86_64  2.5-22.el7              base            867 k
  | policycoreutils-python   x86_64  2.5-22.el7              base            454 k
  | python-IPy               noarch  0.75-6.el7              base             32 k
  | rh-nginx110-runtime      x86_64  1.10-8.el7              centos-sclo-rh   27 k
  | scl-utils                x86_64  20130529-18.el7_4       base             24 k
  | setools-libs             x86_64  3.3.8-2.el7             base            619 k
  | zip                      x86_64  3.0-11.el7              base            260 k
  |  
  | Transaction Summary
  | ================================================================================
  | Install  21 Packages (+75 Dependent packages)
  |  
  | Total download size: 76 M
  | Installed size: 199 M
  | Downloading packages:
  | warning: /var/cache/yum/x86_64/7/epel/packages/lyx-fonts-2.2.3-1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  | Public key for lyx-fonts-2.2.3-1.el7.noarch.rpm is not installed
  | Public key for rh-nginx110-1.10-8.el7.x86_64.rpm is not installed
  | warning: /var/cache/yum/x86_64/7/centos-sclo-rh/packages/rh-nginx110-1.10-8.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID f2ee9d55: NOKEY
  | --------------------------------------------------------------------------------
  | Total                                              8.2 MB/s \|  76 MB  00:09
  | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
  | Importing GPG key 0xF2EE9D55:
  | Userid     : "CentOS SoftwareCollections SIG (https://wiki.centos.org/SpecialInterestGroup/SCLo ) <[email protected]>"
  | Fingerprint: c4db d535 b1fb ba14 f8ba 64a8 4eb8 4e71 f2ee 9d55
  | Package    : centos-release-scl-rh-2-2.el7.centos.noarch (@extras)
  | From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
  | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  | Importing GPG key 0x352C64E5:
  | Userid     : "Fedora EPEL (7) <[email protected]>"
  | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  | Package    : epel-release-7-11.noarch (@extras)
  | From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Installing : mpfr-3.1.1-4.el7.x86_64                                     1/96
  | Installing : libmpc-1.0.1-3.el7.x86_64                                   2/96
  | Installing : libselinux-utils-2.5-12.el7.x86_64                          3/96
  | Installing : m4-1.4.16-10.el7.x86_64                                     4/96
  | Installing : GeoIP-1.5.0-11.el7.x86_64                                   5/96
  | Installing : freetype-2.4.11-15.el7.x86_64                               6/96
  | Installing : fontpackages-filesystem-1.44-8.el7.noarch                   7/96
  | Installing : lyx-fonts-2.2.3-1.el7.noarch                                8/96
  | Installing : fontconfig-2.10.95-11.el7.x86_64                            9/96
  | Installing : 32:bind-libs-9.9.4-61.el7.x86_64                           10/96
  | Installing : policycoreutils-2.5-22.el7.x86_64                          11/96
  | Installing : cpp-4.8.5-28.el7_5.1.x86_64                                12/96
  | Installing : zip-3.0-11.el7.x86_64                                      13/96
  | Installing : libstdc++-devel-4.8.5-28.el7_5.1.x86_64                    14/96
  | Installing : dwz-0.11-3.el7.x86_64                                      15/96
  | Installing : libX11-common-1.6.5-1.el7.noarch                           16/96
  | Installing : audit-libs-python-2.8.1-3.el7.x86_64                       17/96
  | Installing : patch-2.7.1-10.el7_5.x86_64                                18/96
  | Installing : libcgroup-0.41-15.el7.x86_64                               19/96
  | Installing : elfutils-0.170-4.el7.x86_64                                20/96
  | Installing : lzo-2.06-8.el7.x86_64                                      21/96
  | Installing : libarchive-3.1.2-10.el7_2.x86_64                           22/96
  | Installing : cmake-2.8.12.2-2.el7.x86_64                                23/96
  | Installing : setools-libs-3.3.8-2.el7.x86_64                            24/96
  | Installing : libjpeg-turbo-1.2.90-5.el7.x86_64                          25/96
  | Installing : file-5.11-33.el7.x86_64                                    26/96
  | Installing : perl-srpm-macros-1-8.el7.noarch                            27/96
  | Installing : python-IPy-0.75-6.el7.noarch                               28/96
  | Installing : bzip2-1.0.6-13.el7.x86_64                                  29/96
  | Installing : checkpolicy-2.5-6.el7.x86_64                               30/96
  | Installing : unzip-6.0-19.el7.x86_64                                    31/96
  | Installing : gdb-7.6.1-110.el7.x86_64                                   32/96
  | Installing : libXau-1.0.8-2.1.el7.x86_64                                33/96
  | Installing : libxcb-1.12-1.el7.x86_64                                   34/96
  | Installing : libX11-1.6.5-1.el7.x86_64                                  35/96
  | Installing : libXpm-3.5.12-1.el7.x86_64                                 36/96
  | Installing : groff-base-1.22.2-8.el7.x86_64                             37/96
  | Installing : 1:perl-parent-0.225-244.el7.noarch                         38/96
  | Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                          39/96
  | Installing : perl-podlators-2.5.1-3.el7.noarch                          40/96
  | Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                         41/96
  | Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch                     42/96
  | Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     43/96
  | Installing : perl-Encode-2.51-7.el7.x86_64                              44/96
  | Installing : perl-Pod-Usage-1.63-3.el7.noarch                           45/96
  | Installing : 4:perl-libs-5.16.3-292.el7.x86_64                          46/96
  | Installing : 4:perl-macros-5.16.3-292.el7.x86_64                        47/96
  | Installing : perl-Socket-2.010-4.el7.x86_64                             48/96
  | Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      49/96
  | Installing : perl-threads-1.87-4.el7.x86_64                             50/96
  | Installing : perl-threads-shared-1.43-6.el7.x86_64                      51/96
  | Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 52/96
  | Installing : perl-Storable-2.45-3.el7.x86_64                            53/96
  | Installing : perl-Carp-1.26-244.el7.noarch                              54/96
  | Installing : perl-Filter-1.49-3.el7.x86_64                              55/96
  | Installing : perl-Exporter-5.68-3.el7.noarch                            56/96
  | Installing : perl-constant-1.27-2.el7.noarch                            57/96
  | Installing : perl-File-Temp-0.23.01-3.el7.noarch                        58/96
  | Installing : perl-File-Path-2.09-2.el7.noarch                           59/96
  | Installing : perl-PathTools-3.40-5.el7.x86_64                           60/96
  | Installing : perl-Time-Local-1.2300-2.el7.noarch                        61/96
  | Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        62/96
  | Installing : perl-Getopt-Long-2.40-3.el7.noarch                         63/96
  | Installing : 4:perl-5.16.3-292.el7.x86_64                               64/96
  | Installing : perl-Thread-Queue-3.02-2.el7.noarch                        65/96
  | Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        66/96
  | Installing : autoconf-2.69-11.el7.noarch                                67/96
  | install-info: No such file or directory for /usr/share/info/autoconf.info
  | Installing : perl-Test-Harness-3.28-3.el7.noarch                        68/96
  | Installing : automake-1.13.4-3.el7.noarch                               69/96
  | install-info: No such file or directory for /usr/share/info/automake.info.gz
  | Installing : redhat-rpm-config-9.1.0-80.el7.centos.noarch               70/96
  | Installing : kernel-headers-3.10.0-862.9.1.el7.x86_64                   71/96
  | Installing : glibc-headers-2.17-222.el7.x86_64                          72/96
  | Installing : glibc-devel-2.17-222.el7.x86_64                            73/96
  | Installing : gcc-4.8.5-28.el7_5.1.x86_64                                74/96
  | Installing : 2:libpng-1.5.13-7.el7_2.x86_64                             75/96
  | Installing : gd-2.0.35-26.el7.x86_64                                    76/96
  | Installing : libselinux-python-2.5-12.el7.x86_64                        77/96
  | Installing : libsemanage-python-2.5-11.el7.x86_64                       78/96
  | Installing : policycoreutils-python-2.5-22.el7.x86_64                   79/96
  | Installing : scl-utils-20130529-18.el7_4.x86_64                         80/96
  | Installing : rh-nginx110-runtime-1.10-8.el7.x86_64                      81/96
  | Installing : 1:rh-nginx110-nginx-1.10.2-8.el7.x86_64                    82/96
  | Installing : rh-nginx110-1.10-8.el7.x86_64                              83/96
  | Installing : gcc-c++-4.8.5-28.el7_5.1.x86_64                            84/96
  | Installing : libtool-2.4.2-22.el7_3.x86_64                              85/96
  | install-info: No such file or directory for /usr/share/info/libtool.info.gz
  | Installing : rpm-build-4.11.3-32.el7.x86_64                             86/96
  | Installing : nss_wrapper-1.1.3-1.el7.x86_64                             87/96
  | Installing : 32:bind-utils-9.9.4-61.el7.x86_64                          88/96
  | Installing : bison-3.0.4-1.el7.x86_64                                   89/96
  | Installing : flex-2.5.37-3.el7.x86_64                                   90/96
  | Installing : bc-1.06.95-13.el7.x86_64                                   91/96
  | Installing : http-parser-2.7.1-5.el7_4.x86_64                           92/96
  | Installing : rpm-sign-4.11.3-32.el7.x86_64                              93/96
  | Installing : 1:make-3.82-23.el7.x86_64                                  94/96
  | Installing : lsof-4.87-5.el7.x86_64                                     95/96
  | Installing : which-2.20-7.el7.x86_64                                    96/96
  | install-info: No such file or directory for /usr/share/info/which.info.gz
  | Verifying  : scl-utils-20130529-18.el7_4.x86_64                          1/96
  | Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/96
  | Verifying  : libsemanage-python-2.5-11.el7.x86_64                        3/96
  | Verifying  : libselinux-python-2.5-12.el7.x86_64                         4/96
  | Verifying  : glibc-devel-2.17-222.el7.x86_64                             5/96
  | Verifying  : 2:libpng-1.5.13-7.el7_2.x86_64                              6/96
  | Verifying  : kernel-headers-3.10.0-862.9.1.el7.x86_64                    7/96
  | Verifying  : 4:perl-5.16.3-292.el7.x86_64                                8/96
  | Verifying  : policycoreutils-python-2.5-22.el7.x86_64                    9/96
  | Verifying  : which-2.20-7.el7.x86_64                                    10/96
  | Verifying  : gcc-4.8.5-28.el7_5.1.x86_64                                11/96
  | Verifying  : groff-base-1.22.2-8.el7.x86_64                             12/96
  | Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        13/96
  | Verifying  : lsof-4.87-5.el7.x86_64                                     14/96
  | Verifying  : perl-Socket-2.010-4.el7.x86_64                             15/96
  | Verifying  : libXpm-3.5.12-1.el7.x86_64                                 16/96
  | Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        17/96
  | Verifying  : perl-threads-shared-1.43-6.el7.x86_64                      18/96
  | Verifying  : bison-3.0.4-1.el7.x86_64                                   19/96
  | Verifying  : 1:make-3.82-23.el7.x86_64                                  20/96
  | Verifying  : 1:perl-Pod-Escapes-1.04-292.el7.noarch                     21/96
  | Verifying  : 1:rh-nginx110-nginx-1.10.2-8.el7.x86_64                    22/96
  | Verifying  : autoconf-2.69-11.el7.noarch                                23/96
  | Verifying  : libXau-1.0.8-2.1.el7.x86_64                                24/96
  | Verifying  : perl-File-Path-2.09-2.el7.noarch                           25/96
  | Verifying  : rpm-sign-4.11.3-32.el7.x86_64                              26/96
  | Verifying  : gdb-7.6.1-110.el7.x86_64                                   27/96
  | Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     28/96
  | Verifying  : unzip-6.0-19.el7.x86_64                                    29/96
  | Verifying  : 32:bind-utils-9.9.4-61.el7.x86_64                          30/96
  | Verifying  : checkpolicy-2.5-6.el7.x86_64                               31/96
  | Verifying  : libX11-1.6.5-1.el7.x86_64                                  32/96
  | Verifying  : 32:bind-libs-9.9.4-61.el7.x86_64                           33/96
  | Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      34/96
  | Verifying  : cmake-2.8.12.2-2.el7.x86_64                                35/96
  | Verifying  : automake-1.13.4-3.el7.noarch                               36/96
  | Verifying  : rh-nginx110-runtime-1.10-8.el7.x86_64                      37/96
  | Verifying  : bzip2-1.0.6-13.el7.x86_64                                  38/96
  | Verifying  : python-IPy-0.75-6.el7.noarch                               39/96
  | Verifying  : 4:perl-libs-5.16.3-292.el7.x86_64                          40/96
  | Verifying  : libxcb-1.12-1.el7.x86_64                                   41/96
  | Verifying  : rpm-build-4.11.3-32.el7.x86_64                             42/96
  | Verifying  : gd-2.0.35-26.el7.x86_64                                    43/96
  | Verifying  : libmpc-1.0.1-3.el7.x86_64                                  44/96
  | Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           45/96
  | Verifying  : gcc-c++-4.8.5-28.el7_5.1.x86_64                            46/96
  | Verifying  : perl-Encode-2.51-7.el7.x86_64                              47/96
  | Verifying  : fontconfig-2.10.95-11.el7.x86_64                           48/96
  | Verifying  : perl-threads-1.87-4.el7.x86_64                             49/96
  | Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 50/96
  | Verifying  : perl-srpm-macros-1-8.el7.noarch                            51/96
  | Verifying  : lyx-fonts-2.2.3-1.el7.noarch                               52/96
  | Verifying  : file-5.11-33.el7.x86_64                                    53/96
  | Verifying  : libjpeg-turbo-1.2.90-5.el7.x86_64                          54/96
  | Verifying  : setools-libs-3.3.8-2.el7.x86_64                            55/96
  | Verifying  : http-parser-2.7.1-5.el7_4.x86_64                           56/96
  | Verifying  : perl-Storable-2.45-3.el7.x86_64                            57/96
  | Verifying  : policycoreutils-2.5-22.el7.x86_64                          58/96
  | Verifying  : 4:perl-macros-5.16.3-292.el7.x86_64                        59/96
  | Verifying  : lzo-2.06-8.el7.x86_64                                      60/96
  | Verifying  : m4-1.4.16-10.el7.x86_64                                    61/96
  | Verifying  : fontpackages-filesystem-1.44-8.el7.noarch                  62/96
  | Verifying  : bc-1.06.95-13.el7.x86_64                                   63/96
  | Verifying  : 1:perl-parent-0.225-244.el7.noarch                         64/96
  | Verifying  : nss_wrapper-1.1.3-1.el7.x86_64                             65/96
  | Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        66/96
  | Verifying  : elfutils-0.170-4.el7.x86_64                                67/96
  | Verifying  : redhat-rpm-config-9.1.0-80.el7.centos.noarch               68/96
  | Verifying  : libtool-2.4.2-22.el7_3.x86_64                              69/96
  | Verifying  : libcgroup-0.41-15.el7.x86_64                               70/96
  | Verifying  : perl-Carp-1.26-244.el7.noarch                              71/96
  | Verifying  : cpp-4.8.5-28.el7_5.1.x86_64                                72/96
  | Verifying  : patch-2.7.1-10.el7_5.x86_64                                73/96
  | Verifying  : audit-libs-python-2.8.1-3.el7.x86_64                       74/96
  | Verifying  : libX11-common-1.6.5-1.el7.noarch                           75/96
  | Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         76/96
  | Verifying  : mpfr-3.1.1-4.el7.x86_64                                    77/96
  | Verifying  : perl-Filter-1.49-3.el7.x86_64                              78/96
  | Verifying  : dwz-0.11-3.el7.x86_64                                      79/96
  | Verifying  : libselinux-utils-2.5-12.el7.x86_64                         80/96
  | Verifying  : perl-Exporter-5.68-3.el7.noarch                            81/96
  | Verifying  : perl-constant-1.27-2.el7.noarch                            82/96
  | Verifying  : perl-PathTools-3.40-5.el7.x86_64                           83/96
  | Verifying  : glibc-headers-2.17-222.el7.x86_64                          84/96
  | Verifying  : freetype-2.4.11-15.el7.x86_64                              85/96
  | Verifying  : libstdc++-devel-4.8.5-28.el7_5.1.x86_64                    86/96
  | Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        87/96
  | Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        88/96
  | Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         89/96
  | Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        90/96
  | Verifying  : rh-nginx110-1.10-8.el7.x86_64                              91/96
  | Verifying  : flex-2.5.37-3.el7.x86_64                                   92/96
  | Verifying  : perl-podlators-2.5.1-3.el7.noarch                          93/96
  | Verifying  : GeoIP-1.5.0-11.el7.x86_64                                  94/96
  | Verifying  : libarchive-3.1.2-10.el7_2.x86_64                           95/96
  | Verifying  : zip-3.0-11.el7.x86_64                                      96/96
  |  
  | Installed:
  | autoconf.noarch 0:2.69-11.el7
  | automake.noarch 0:1.13.4-3.el7
  | bc.x86_64 0:1.06.95-13.el7
  | bind-utils.x86_64 32:9.9.4-61.el7
  | bison.x86_64 0:3.0.4-1.el7
  | flex.x86_64 0:2.5.37-3.el7
  | gcc.x86_64 0:4.8.5-28.el7_5.1
  | gcc-c++.x86_64 0:4.8.5-28.el7_5.1
  | http-parser.x86_64 0:2.7.1-5.el7_4
  | libtool.x86_64 0:2.4.2-22.el7_3
  | lsof.x86_64 0:4.87-5.el7
  | make.x86_64 1:3.82-23.el7
  | nss_wrapper.x86_64 0:1.1.3-1.el7
  | patch.x86_64 0:2.7.1-10.el7_5
  | redhat-rpm-config.noarch 0:9.1.0-80.el7.centos
  | rh-nginx110.x86_64 0:1.10-8.el7
  | rh-nginx110-nginx.x86_64 1:1.10.2-8.el7
  | rpm-build.x86_64 0:4.11.3-32.el7
  | rpm-sign.x86_64 0:4.11.3-32.el7
  | unzip.x86_64 0:6.0-19.el7
  | which.x86_64 0:2.20-7.el7
  |  
  | Dependency Installed:
  | GeoIP.x86_64 0:1.5.0-11.el7
  | audit-libs-python.x86_64 0:2.8.1-3.el7
  | bind-libs.x86_64 32:9.9.4-61.el7
  | bzip2.x86_64 0:1.0.6-13.el7
  | checkpolicy.x86_64 0:2.5-6.el7
  | cmake.x86_64 0:2.8.12.2-2.el7
  | cpp.x86_64 0:4.8.5-28.el7_5.1
  | dwz.x86_64 0:0.11-3.el7
  | elfutils.x86_64 0:0.170-4.el7
  | file.x86_64 0:5.11-33.el7
  | fontconfig.x86_64 0:2.10.95-11.el7
  | fontpackages-filesystem.noarch 0:1.44-8.el7
  | freetype.x86_64 0:2.4.11-15.el7
  | gd.x86_64 0:2.0.35-26.el7
  | gdb.x86_64 0:7.6.1-110.el7
  | glibc-devel.x86_64 0:2.17-222.el7
  | glibc-headers.x86_64 0:2.17-222.el7
  | groff-base.x86_64 0:1.22.2-8.el7
  | kernel-headers.x86_64 0:3.10.0-862.9.1.el7
  | libX11.x86_64 0:1.6.5-1.el7
  | libX11-common.noarch 0:1.6.5-1.el7
  | libXau.x86_64 0:1.0.8-2.1.el7
  | libXpm.x86_64 0:3.5.12-1.el7
  | libarchive.x86_64 0:3.1.2-10.el7_2
  | libcgroup.x86_64 0:0.41-15.el7
  | libjpeg-turbo.x86_64 0:1.2.90-5.el7
  | libmpc.x86_64 0:1.0.1-3.el7
  | libpng.x86_64 2:1.5.13-7.el7_2
  | libselinux-python.x86_64 0:2.5-12.el7
  | libselinux-utils.x86_64 0:2.5-12.el7
  | libsemanage-python.x86_64 0:2.5-11.el7
  | libstdc++-devel.x86_64 0:4.8.5-28.el7_5.1
  | libxcb.x86_64 0:1.12-1.el7
  | lyx-fonts.noarch 0:2.2.3-1.el7
  | lzo.x86_64 0:2.06-8.el7
  | m4.x86_64 0:1.4.16-10.el7
  | mpfr.x86_64 0:3.1.1-4.el7
  | perl.x86_64 4:5.16.3-292.el7
  | perl-Carp.noarch 0:1.26-244.el7
  | perl-Data-Dumper.x86_64 0:2.145-3.el7
  | perl-Encode.x86_64 0:2.51-7.el7
  | perl-Exporter.noarch 0:5.68-3.el7
  | perl-File-Path.noarch 0:2.09-2.el7
  | perl-File-Temp.noarch 0:0.23.01-3.el7
  | perl-Filter.x86_64 0:1.49-3.el7
  | perl-Getopt-Long.noarch 0:2.40-3.el7
  | perl-HTTP-Tiny.noarch 0:0.033-3.el7
  | perl-PathTools.x86_64 0:3.40-5.el7
  | perl-Pod-Escapes.noarch 1:1.04-292.el7
  | perl-Pod-Perldoc.noarch 0:3.20-4.el7
  | perl-Pod-Simple.noarch 1:3.28-4.el7
  | perl-Pod-Usage.noarch 0:1.63-3.el7
  | perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
  | perl-Socket.x86_64 0:2.010-4.el7
  | perl-Storable.x86_64 0:2.45-3.el7
  | perl-Test-Harness.noarch 0:3.28-3.el7
  | perl-Text-ParseWords.noarch 0:3.29-4.el7
  | perl-Thread-Queue.noarch 0:3.02-2.el7
  | perl-Time-HiRes.x86_64 4:1.9725-3.el7
  | perl-Time-Local.noarch 0:1.2300-2.el7
  | perl-constant.noarch 0:1.27-2.el7
  | perl-libs.x86_64 4:5.16.3-292.el7
  | perl-macros.x86_64 4:5.16.3-292.el7
  | perl-parent.noarch 1:0.225-244.el7
  | perl-podlators.noarch 0:2.5.1-3.el7
  | perl-srpm-macros.noarch 0:1-8.el7
  | perl-threads.x86_64 0:1.87-4.el7
  | perl-threads-shared.x86_64 0:1.43-6.el7
  | policycoreutils.x86_64 0:2.5-22.el7
  | policycoreutils-python.x86_64 0:2.5-22.el7
  | python-IPy.noarch 0:0.75-6.el7
  | rh-nginx110-runtime.x86_64 0:1.10-8.el7
  | scl-utils.x86_64 0:20130529-18.el7_4
  | setools-libs.x86_64 0:3.3.8-2.el7
  | zip.x86_64 0:3.0-11.el7
  |  
  | Complete!
  | Loaded plugins: fastestmirror, ovl
  | Cleaning repos: base centos-sclo-rh centos-sclo-rh-testing epel extras updates
  | Cleaning up everything
  | Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
  | Cleaning up list of fastest mirrors
  | Removing intermediate container 5bd013813751
  | ---> ad6c7708d7dd
  | Step 28/45 : RUN curl --silent --location https://rpm.nodesource.com/setup_8.x  \| bash -
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 03272ef18bd7
  |  
  | ## Installing the NodeSource Node.js 8.x LTS Carbon repo...
  |  
  |  
  | ## Inspecting system...
  |  
  | + rpm -q --whatprovides redhat-release \|\| rpm -q --whatprovides centos-release \|\| rpm -q --whatprovides cloudlinux-release \|\| rpm -q --whatprovides sl-release
  | + uname -m
  |  
  | ## Confirming "el7-x86_64" is supported...
  |  
  | + curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_8.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'
  |  
  | ## Downloading release setup RPM...
  |  
  | + mktemp
  | + curl -sL -o '/tmp/tmp.6se4I1VLdR' 'https://rpm.nodesource.com/pub_8.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'
  |  
  | ## Installing release setup RPM...
  |  
  | + rpm -i --nosignature --force '/tmp/tmp.6se4I1VLdR'
  |  
  | ## Cleaning up...
  |  
  | + rm -f '/tmp/tmp.6se4I1VLdR'
  |  
  | ## Checking for existing installations...
  |  
  | + rpm -qa 'node\|npm' \| grep -v nodesource
  |  
  | ## Run `sudo yum install -y nodejs` to install Node.js 8.x LTS Carbon and npm.
  | ## You may also need development tools to build native addons:
  | sudo yum install gcc-c++ make
  | ## To install the Yarn package manager, run:
  | curl -sL https://dl.yarnpkg.com/rpm/yarn.repo  \| sudo tee /etc/yum.repos.d/yarn.repo
  | sudo yum install yarn
  |  
  | Removing intermediate container 03272ef18bd7
  | ---> 424323b0f8e4
  | Step 29/45 : RUN yum install -y nodejs
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in 02620f302308
  | Loaded plugins: fastestmirror, ovl
  | Determining fastest mirrors
  | * base: ftp.antilo.de
  | * epel: mirror.imt-systems.com
  | * extras: mirror1.hs-esslingen.de
  | * updates: mirror.imt-systems.com
  | Resolving Dependencies
  | --> Running transaction check
  | ---> Package nodejs.x86_64 2:8.11.3-1nodesource will be installed
  | --> Finished Dependency Resolution
  |  
  | Dependencies Resolved
  |  
  | ================================================================================
  | Package      Arch         Version                       Repository        Size
  | ================================================================================
  | Installing:
  | nodejs       x86_64       2:8.11.3-1nodesource          nodesource        17 M
  |  
  | Transaction Summary
  | ================================================================================
  | Install  1 Package
  |  
  | Total download size: 17 M
  | Installed size: 51 M
  | Downloading packages:
  | warning: /var/cache/yum/x86_64/7/nodesource/packages/nodejs-8.11.3-1nodesource.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 34fa74dd: NOKEY
  | Public key for nodejs-8.11.3-1nodesource.x86_64.rpm is not installed
  | Retrieving key from file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
  | Importing GPG key 0x34FA74DD:
  | Userid     : "NodeSource <[email protected]>"
  | Fingerprint: 2e55 207a 95d9 944b 0cc9 3261 5ddb e8d4 34fa 74dd
  | Package    : nodesource-release-el7-1.noarch (installed)
  | From       : /etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
  | Running transaction check
  | Running transaction test
  | Transaction test succeeded
  | Running transaction
  | Warning: RPMDB altered outside of yum.
  | Installing : 2:nodejs-8.11.3-1nodesource.x86_64                           1/1
  | Verifying  : 2:nodejs-8.11.3-1nodesource.x86_64                           1/1
  |  
  | Installed:
  | nodejs.x86_64 2:8.11.3-1nodesource
  |  
  | Complete!
  | Removing intermediate container 02620f302308
  | ---> 9bb2e30ee37c
  | Step 30/45 : LABEL io.openshift.s2i.scripts-url=image:///usr/local/sti
  | ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  | ---> Running in b95e89592d74
  | Removing intermediate container b95e89592d74
  | ---> 2c78dfc27866
  | Step 31/45 : COPY ${CODE_CONTEXT}/bin/ $STI_SCRIPTS_PATH
  | error: build error: COPY failed: stat /var/lib/docker/tmp/docker-builder028163048/dsf4openshift/s2i/angular/bin: no such file or directory

Add external postgresql containers

Category: Enhancement
Severity: Medium

Description of issue / expected enhacement /Comments
H2 databases should not be used for "production-like" environments, what dsf4docker is focused on. We should add postgresql (for example) db containers to Jira, SonarQube...

Your environment: docker

Devonfw Shop Floor LOGO

Category: Enhancement
Severity: High

Description of issue / expected enhacement /Comments
We need to have a devonfw shop floor logo ASAP. It should reflect the containerized way of thinking of all the solutions proposed in this repo.

Update wiki

Category: enhancement
Severity: Low

Description of issue / expected enhacement /Comments
Update the repo wiki with latest changes.

Add kubernetes installation script

Category: Enhancement
Severity: Medium

Description of issue / expected enhacement /Comments
Add K8S installation script for dsf4kubernetes.

This script will add everything needed to have a k8s environment up and running (mononode for dsf4 v2.0).

Name: dsf4kubernetes-install.sh

Your environment - kubernetes

Add Openshift installation script

Category: Enhancement
Severity: Medium

Description of issue / expected enhacement /Comments
Add Openshift installation script for dsf4openshift.

This script will add everything needed to have a Openshift environment up and running (mononode for dsf4 v2.0).

Name: dsf4openshift-install.sh

Your environment: OPENSHIFT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.