Git Product home page Git Product logo

ploigos-containers's Introduction

ploigos-containers

GitHub Workflow Status (branch)
license

Container image definitions for the Ploigos project

ploigos-base

ploigos-base

Defines the base Ploigos container image, from which all other Ploigos images derive.

ploigos-ci-agent-jenkins

ploigos-ci-agent-jenkins

Defines a jenkins agent as a sidecar for the ploigos-tool-* containers. Built from ploigos-tool-java.

ploigos-jenkins

To be deprecated.

Custom Jenkins Controller that allows for CA root trust to be updated.

ploigos-jenkins-init

To be deprecated.

Custom Jenkins init image which installs a preset set of Jenkins plugins.

ploigos-tool-argocd

ploigos-tool-argocd

Defines an ArgoCD container image. Built from ploigos-base.

ploigos-tool-config-lint

ploigos-tool-config-lint

Defines a config-lint container image. Built from ploigos-base.

ploigos-tool-containers

ploigos-tool-containers

Defines a tools container that has tools for working with containers.

  • buildah
  • podman
  • skopeo
  • s2i

Required Capabilities for rootless container building:

  • SETUID
  • SETGID

ploigos-tool-helm

ploigos-tool-helm

Defines a tools container that has helm and helpful helm plugins.

Helm Plugins

ploigos-tool-java

ploigos-tool-java

Defines a Java base container image, built on top of ploigos-base, from which many Ploigos tool images derive.

ploigos-tool-maven

ploigos-tool-maven

Defines a maven container image. Built from ploigos-tool-java.

ploigos-tool-jkube

ploigos-tool-jkube

Defines a Maven JKube container image. Built from ploigos-tool-maven.

ploigos-tool-javascript

ploigos-tool-javascript

Defines a javascript container image. Built from ploigos-base.

ploigos-tool-openscap

ploigos-tool-openscap

Defines an OpenSCAP based image scanning container image. Built from ploigos-base.

ploigos-tool-autogov

ploigos-tool-autogov

Defines a tools container that has the tools for doing auto governance. Built from ploigos-base.

Tools

ploigos-tool-sonar

ploigos-tool-sonar

Defines a sonar-scanner container image. Built from ploigos-base.

argocd-repo-server-sops

Layers sops and the helm-secrets plugin ontop of the base argocd-repo-server image.

Automatic Build, Test, and Publish

The following github events to this repository will cause the publish GitHub workflow to kick off which will build, test, publish the images (that can) to quay.io/ploigos.

Events

  • schedule
    • everyday at 10:00am
  • push
    • branches
      • main
    • tags
      • v*.*.*
    • pull_request

Images

  • ploigos-base
    • ubi8
  • ploigos-tool-java
    • .java8.ubi8
    • .java11.ubi8 (default)
  • ploigos-ci-agent-jenkins
    • .java8.ubi8
    • .java11.ubi8 (default)
  • ploigos-jenkins
    • ubi8
  • ploigos-jenkins-init
    • ubi8
  • ploigos-tool-argocd
    • ubi8
  • ploigos-tool-config-lint
    • ubi8
  • ploigos-tool-containers
    • ubi8
  • ploigos-tool-helm
    • ubi8
  • ploigos-tool-maven
    • .java8.ubi8
    • .java11.ubi8 (default)
  • ploigos-tool-jkube
    • .java8.ubi8
    • .java11.ubi8 (default)
  • ploigos-tool-javascript
    • ubi8
  • ploigos-tool-openscap
    • ubi8
  • ploigos-tool-autogov
    • ubi8
  • ploigos-tool-sonar
    • ubi8

Local Build, Test, and Publish

Build

The following commands can be used for building these images locally.

podman build --tag ploigos-base                                                            ploigos-base
podman build --tag ploigos-ci-agent-jenkins --build-arg BASE_IMAGE=ploigos-tool-java       ploigos-ci-agent-jenkins
podman build --tag ploigos-jenkins                                                         ploigos-jenkins
podman build --tag ploigos-jenkins-init                                                    ploigos-jenkins-init
podman build --tag ploigos-tool-argocd      --build-arg BASE_IMAGE=ploigos-base            ploigos-tool-argocd
podman build --tag ploigos-tool-config-lint --build-arg BASE_IMAGE=ploigos-base            ploigos-tool-config-lint
podman build --tag ploigos-tool-containers  --build-arg BASE_IMAGE=ploigos-base            ploigos-tool-containers
podman build --tag ploigos-tool-helm        --build-arg BASE_IMAGE=ploigos-base            ploigos-tool-helm
podman build --tag ploigos-tool-java        --build-arg BASE_IMAGE=ploigos-base            ploigos-tool-java
podman build --tag ploigos-tool-maven       --build-arg BASE_IMAGE=ploigos-tool-java       ploigos-tool-maven
podman build --tag ploigos-tool-javascript  --build-arg BASE_IMAGE=ploigos-base            ploigos-tool-javascript
podman build --tag ploigos-tool-jkube       --build-arg BASE_IMAGE=ploigos-tool-maven      ploigos-tool-jkube
podman build --tag ploigos-tool-openscap    --build-arg BASE_IMAGE=ploigos-tool-containers ploigos-tool-openscap
podman build --tag ploigos-tool-autogov     --build-arg BASE_IMAGE=ploigos-autogov         ploigos-tool-autogov
podman build --tag ploigos-tool-sonar       --build-arg BASE_IMAGE=ploigos-base            ploigos-tool-sonar
podman build --tag argocd-repo-server-sops  argocd-repo-server-sops -f ./Containerfile.ubi8

Test

TODO

How to Release?

  1. tag this repository with the release version
    • ex: v1.42.0
    • NOTE: must start with v

ploigos-containers's People

Contributors

itewk avatar kharyam avatar ppremru avatar andykrohg avatar huntergerlach avatar kfrankli avatar jthompkins avatar adamgoossens avatar akim309 avatar christophermay07 avatar dwinchell avatar gfulton-redhat avatar humzam96 avatar jbride avatar sroth1 avatar

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.