gt-sun / golang-container

Golang container image sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang container images

This repository contains the source for building of the Go application as a reproducible s2i container image. Users can choose between RHEL, Fedora and CentOS based builder images. The resulting image can be run using podman, Docker or using source-to-image. Also the whole pipeline from build to app deployment could be run on top of the Openshift Origin or Red Hat's Openshift.

For more information about contributing, see the Contribution Guidelines. For more information about concepts used in these container images, see the Landing page.

Versions

Golang versions currently provided are:

RHEL versions currently supported are:

  • RHEL7

CentOS versions currently supported are:

  • CentOS7

Fedora versions currently supported are:

  • Fedora 30

Usage

For information about usage of Dockerfile for Golang Toolset 7 and Fedora golang, see usage documentation for respective Go versions Go1.8 Go1.12.

About

Golang container image sources

License:MIT License


Languages

Language:Go 51.3%Language:Shell 43.0%Language:Dockerfile 4.9%Language:Makefile 0.8%