Skip to content

Commit

Permalink
ploigos rename
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Dec 18, 2020
1 parent e6cbd9e commit fe23035
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ploigos-base-java-8/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ploigos-base/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion ploigos-ci-agent-jenkins/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ploigos-tool-argocd/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ploigos-tool-config-lint/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ploigos-tool-containers/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion ploigos-tool-helm/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ploigos-tool-maven/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion ploigos-tool-openscap/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
7 changes: 3 additions & 4 deletions ploigos-tool-openscap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ podman push quay.io/ploigos/ploigos-tool-openscap:latest
## Local Test

```
export container_image_url=quay.io/tssc/tssc-reference-app-quarkus-tssc
export container_image_tag=1.0.2-feature_napsspo-535
export container_image_tag=IMAGE_TAG_TO_SCAN
podman run --rm quay.io/ploigos/ploigos-tool-openscap:latest /bin/bash -c "
echo -en \"Pulling image $container_image_url:$container_image_tag\n\n\";
buildah from --storage-driver vfs --log-level debug docker://$container_image_url:$container_image_tag;
echo -en \"Pulling image $container_image_tag\n\n\";
buildah from --storage-driver vfs --log-level debug docker://$container_image_tag;
container_id=$(buildah --storage-driver vfs containers -q);
buildah mount --storage-driver vfs $container_id;
echo -en \"\nRunning oscap-chroot scan\n\";
Expand Down
2 changes: 1 addition & 1 deletion ploigos-tool-sonar/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe23035

Please sign in to comment.