Skip to content

josedev-union/containers-quickstarts

 
 

Repository files navigation

Build Status License

Containers Quickstarts by Red Hat's Community of Practice

This repository is meant to help bootstrap users of the OpenShift Container Platform to get started in building and using Source-to-Image to build applications to run in OpenShift.

For more details on what a Quickstart is, please read our contribution guide.

What's In This Repo?

This repo contains OpenShift related quickstarts of several different flavors.

Reference Implementations

A set of examples of deploying various technologies on OpenShift

Custom S2I Base Images

A collection of custom built S2I base images

Jenkins Agent Images

A set of images we've developed for running as agent pods in a Jenkins Pipeline on OpenShift

Customized Jenkins Masters

A set of buildConfigs for building custom Jenkins images for OpenShift.

Gitlab Runners

Gitlab Runners for your Gitlab CI/CD.

Utilities

Developer Tools

  • Tool Box - An OpenShift deployable container image that provides some necessary developer tools
  • motepair - Remote pair programming server and plugin for Atom

Github Actions

To enable actions in your fork:

  1. Fork this repository
  2. Actions -> Click the button to enable
  3. Settings -> Secrets
Secret Description
REGISTRY_URI Registry to push images to, ex: quay.io
REGISTRY_REPOSITORY Repository to push images to, ex: your quay username
REGISTRY_USERNAME Username used to push to registry
REGISTRY_PASSWORD Password used to push to registry

NOTE: It is recommended to use a service account for registry credentials, for example quay.io can create a robot account associated with your personal account.

Related Content

  • Container Pipelines - A set of Jenkins piplines for OpenShift
  • Labs CI/CD - A comprehensive end to end pipeline using many modern testing and quality tools. Suitable for OpenShift v3.x
  • Labs Ubiquitous Journey - (The New and Improved Labs CI/CD using GitOps for OpenShift v4.x) A collection of ArgoCD apps for:
    • Boostrapping a cluster with some projects, roles, bindings and creating an ArgoCD instance using the Operator
    • Deployments for an end to end pipeline using many modern testing and quality tools such as Jenkins, Nexus, Sonarqube etc
    • Project management tooling such as Wekan and Mattermost Chat
  • Labs Helm Charts - A library of OpenShift ready Helm3 Charts
  • OpenShift Templates - A library of OpenShift template examples & references
  • OpenShift Applier - An automation framework for keeping manifests and templates applied to a cluster

Contributing

Checkout out our contribution guide for more details on how to contribute content to this repo.

About

Images & templates for deploying software to OpenShift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 40.9%
  • Python 32.8%
  • Dockerfile 17.9%
  • JavaScript 2.9%
  • HTML 2.6%
  • Groovy 1.1%
  • Other 1.8%