An open API service indexing awesome lists of open source software.

https://github.com/telia-oss/concourse-images

Concourse docker images.
https://github.com/telia-oss/concourse-images

concourse docker

Last synced: about 1 year ago
JSON representation

Concourse docker images.

Awesome Lists containing this project

README

          

[![AWScli Concourse Docker Image Build](https://github.com/telia-oss/concourse-images/actions/workflows/awscli.yml/badge.svg?branch=master)](https://github.com/telia-oss/concourse-images/actions/workflows/awscli.yml)
[![Golang Concourse Docker Image Build](https://github.com/telia-oss/concourse-images/actions/workflows/golang.yml/badge.svg?branch=master)](https://github.com/telia-oss/concourse-images/actions/workflows/golang.yml)
[![Python Concourse Docker Image Build](https://github.com/telia-oss/concourse-images/actions/workflows/python.yml/badge.svg?branch=master)](https://github.com/telia-oss/concourse-images/actions/workflows/python.yml)
[![Terraform Concourse Docker Image Build](https://github.com/telia-oss/concourse-images/actions/workflows/terraform.yml/badge.svg?branch=master)](https://github.com/telia-oss/concourse-images/actions/workflows/terraform.yml)
[![fly Cli Concourse Docker Image Build](https://github.com/telia-oss/concourse-images/actions/workflows/fly.yml/badge.svg?branch=master)](https://github.com/telia-oss/concourse-images/actions/workflows/fly.yml)

# Concourse Images

This repository contains reusable docker images for use in Concourse tasks.

The goal is to create images for common tasks once in this repository, and then reuse them across different projects, so that everybody benefits from each others ideas and improvements.

## Usage

The Dockerfiles declared in this repository will produce images via automated builds on Dockerhub, and made available under e.g. `teliaoss/concourse-`. The
images can be used in your task definition as follows:

```yml
---
platform: linux

image_resource:
type: docker-image
source:
repository: teliaoss/concourse-awscli
tag: "latest"
...
```

## Issues

Feel free to submit issues to this repository. Please include a detailed description.

## Contributing

Submit a pull-request.