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.
- Host: GitHub
- URL: https://github.com/telia-oss/concourse-images
- Owner: telia-oss
- License: mit
- Created: 2018-05-30T09:11:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T09:58:35.000Z (over 2 years ago)
- Last Synced: 2025-03-22T19:12:15.102Z (over 1 year ago)
- Topics: concourse, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/u/teliaoss/
- Size: 40 KB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/telia-oss/concourse-images/actions/workflows/awscli.yml)
[](https://github.com/telia-oss/concourse-images/actions/workflows/golang.yml)
[](https://github.com/telia-oss/concourse-images/actions/workflows/python.yml)
[](https://github.com/telia-oss/concourse-images/actions/workflows/terraform.yml)
[](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.