mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-28 14:47:33 +03:00
16 lines
377 B
Django/Jinja
16 lines
377 B
Django/Jinja
services:
|
|
app:
|
|
image: "quay.io/epicmorg/fisheye-crucible:{{ item }}"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk7
|
|
app-jdk6:
|
|
image: "quay.io/epicmorg/fisheye-crucible:{{ item }}-jdk6"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "quay.io/epicmorg/fisheye-crucible:{{ item }}-jdk7"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk7
|