-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ LABEL com.redhat.component="ploigos-base-java-8" \ | |
io.k8s.display-name="Ploigos Base Java 8" \ | ||
io.k8s.description="The Ploigos Base Java 8 image builds on top of the Ploigos base image to include the Java 8 JDK" \ | ||
io.openshift.tags="ploigos,openshift,java,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
USER root | ||
# Install headless Java | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ LABEL com.redhat.component="ploigos-base" \ | |
io.k8s.display-name="Ploigos Base Image" \ | ||
io.k8s.description="Ploigos Base image, including python 3.6, and miscellaneous utilities" \ | ||
io.openshift.tags="ploigos,openshift,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
ENV HOME=/home/ploigos \ | ||
LANG=en_US.UTF-8 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ LABEL com.redhat.component="ploigos-ci-agent-jenkins" \ | |
io.k8s.display-name="Jenkins Agent" \ | ||
io.k8s.description="The Ploigos jenkins agent" \ | ||
io.openshift.tags="ploigos,openshift,java,jenkins,agent,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
ENV LANG=en_US.UTF-8 \ | ||
LC_ALL=en_US.UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ LABEL com.redhat.component="ploigos-tool-argocd" \ | |
io.k8s.display-name="Ploigos argocd" \ | ||
io.k8s.description="The Ploigos argocd image provides the argocd executable" \ | ||
io.openshift.tags="ploigos,openshift,argocd,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
USER 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ LABEL architecture="x86_64" \ | |
io.k8s.description="The Ploigos config-lint image provides the config-lint executable" \ | ||
io.k8s.display-name="Ploigos config-lint scanner" \ | ||
io.openshift.tags="ploigos,openshift,config-lint,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" \ | ||
maintainer="[email protected]" \ | ||
name="ploigos/ploigos-tool-config-lint" | ||
|
||
USER 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ ARG FROM_IMAGE=quay.io/ploigos/ploigos-base:latest | |
FROM $FROM_IMAGE | ||
ARG PLOIGOS_USER_UID | ||
|
||
LABEL maintainer="napsspo+[email protected]" \ | ||
LABEL maintainer="[email protected]" \ | ||
name="ploigos/ploigos-tool-containers" \ | ||
architecture="x86_64" \ | ||
io.k8s.display-name="ploigos-tool-containers" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ LABEL com.redhat.component="ploigos-tool-helm" \ | |
io.k8s.display-name="Ploigos helm" \ | ||
io.k8s.description="Provides the helm executable" \ | ||
io.openshift.tags="ploigos,openshift,helm,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
USER 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ LABEL com.redhat.component="ploigos-ubi8-maven" \ | |
io.k8s.display-name="Ploigos Maven" \ | ||
io.k8s.description="The Ploigos Maven image builds on top of the Ploigos base Java 8 image to include maven" \ | ||
io.openshift.tags="ploigos,openshift,java,maven,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
ENV MAVEN_OPTS="-Duser.home=$HOME" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ LABEL com.redhat.component="ploigos-tool-image-scanner" \ | |
io.k8s.display-name="Ploigos image-scanner" \ | ||
io.k8s.description="The Ploigos image-scanner image provides the image-scanner executable" \ | ||
io.openshift.tags="ploigos,openshift,image-scanner,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
ENV INSTALL_PKGS="openscap-scanner" | ||
RUN dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ LABEL com.redhat.component="ploigos-tool-sonar" \ | |
io.k8s.display-name="Ploigos sonar scanner" \ | ||
io.k8s.description="The Ploigos sonar image provides the sonar scanner executable" \ | ||
io.openshift.tags="openshift,sonar,python,python3,python36" \ | ||
maintainer="napsspo+[email protected]" | ||
maintainer="[email protected]" | ||
|
||
USER 0 | ||
|
||
|