https://github.com/cloudfoundry-community/dockerfiles
Docker docker docker docker docker docker
https://github.com/cloudfoundry-community/dockerfiles
Last synced: 9 months ago
JSON representation
Docker docker docker docker docker docker
- Host: GitHub
- URL: https://github.com/cloudfoundry-community/dockerfiles
- Owner: cloudfoundry-community
- Created: 2016-01-22T00:22:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T00:47:25.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:47:39.659Z (about 2 years ago)
- Language: Dockerfile
- Size: 354 KB
- Stars: 18
- Watchers: 25
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Docker Files
============
This repository houses our Docker image definitions.
Common base image:
```yaml
image_resource:
type: docker-image
source:
repository: starkandwayne/concourse
```
Image with Go installed:
```yaml
image_resource:
type: docker-image
source:
repository: starkandwayne/concourse-go:1.12
```
Image with Java/Maven installed:
```yaml
image_resource:
type: docker-image
source:
repository: starkandwayne/concourse-java:11
```
Image with Ruby installed:
```yaml
image_resource:
type: docker-image
source:
repository: starkandwayne/concourse-ruby:2.6
```
Image with Node installed:
```yaml
image_resource:
type: docker-image
source:
repository: starkandwayne/concourse-nodejs:10
```