mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-29 16:39:26 +03:00
april update pack 16
This commit is contained in:
commit
9fc71389b3
@ -12,8 +12,8 @@ jobs:
|
||||
matrix:
|
||||
version: [
|
||||
'1.0.1a-build-br78-94',
|
||||
'1.1.3',
|
||||
'1.2.5',
|
||||
'1.1.3-build-1.1-119c',
|
||||
'1.2.5-build-201',
|
||||
'1.3.3',
|
||||
'1.3.4',
|
||||
'1.3.5',
|
||||
|
@ -1,6 +1,6 @@
|
||||
1.0.1a-build-br78-94
|
||||
1.1.3
|
||||
1.2.5
|
||||
1.1.3-build-1.1-119c
|
||||
1.2.5-build-201
|
||||
1.3.3
|
||||
1.3.4
|
||||
1.3.5
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG RELEASE=1.2.5
|
||||
ARG RELEASE=1.1.3-build-1.1-119c
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/fisheye/downloads/binary/fisheye-${RELEASE}.zip
|
||||
ARG TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip
|
||||
|
@ -0,0 +1,17 @@
|
||||
services:
|
||||
app:
|
||||
image: "quay.io/epicmorg/fisheye:1.1.3-build-1.1-119c"
|
||||
build:
|
||||
context: .
|
||||
app-jdk6:
|
||||
image: "quay.io/epicmorg/fisheye:1.1.3-build-1.1-119c-jdk6"
|
||||
build:
|
||||
context: .
|
||||
app1:
|
||||
image: "quay.io/epicmorg/fisheye:1.1.3"
|
||||
build:
|
||||
context: .
|
||||
app2:
|
||||
image: "quay.io/epicmorg/fisheye:1.1.3-jdk6"
|
||||
build:
|
||||
context: .
|
0
linux/ecosystem/atlassian/fisheye/1/1.1.3/entrypoint.sh → linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/entrypoint.sh
Executable file → Normal file
0
linux/ecosystem/atlassian/fisheye/1/1.1.3/entrypoint.sh → linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/entrypoint.sh
Executable file → Normal file
@ -1,9 +0,0 @@
|
||||
services:
|
||||
app:
|
||||
image: "quay.io/epicmorg/fisheye:1.1.3"
|
||||
build:
|
||||
context: .
|
||||
app-jdk6:
|
||||
image: "quay.io/epicmorg/fisheye:1.1.3-jdk6"
|
||||
build:
|
||||
context: .
|
@ -1,3 +1,3 @@
|
||||
RELEASE=1.2.5
|
||||
RELEASE=1.2.5-build-201
|
||||
DOWNLOAD_URL=https://www.atlassian.com/software/fisheye/downloads/binary/fisheye-${RELEASE}.zip
|
||||
TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG RELEASE=1.1.3
|
||||
ARG RELEASE=1.2.5-build-201
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/fisheye/downloads/binary/fisheye-${RELEASE}.zip
|
||||
ARG TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip
|
||||
|
@ -0,0 +1,17 @@
|
||||
services:
|
||||
app:
|
||||
image: "quay.io/epicmorg/fisheye:1.2.5-build-201"
|
||||
build:
|
||||
context: .
|
||||
app-jdk6:
|
||||
image: "quay.io/epicmorg/fisheye:1.2.5-build-201-jdk6"
|
||||
build:
|
||||
context: .
|
||||
app1:
|
||||
image: "quay.io/epicmorg/fisheye:1.2.5"
|
||||
build:
|
||||
context: .
|
||||
app2:
|
||||
image: "quay.io/epicmorg/fisheye:1.2.5-jdk6"
|
||||
build:
|
||||
context: .
|
0
linux/ecosystem/atlassian/fisheye/1/1.2.5/entrypoint.sh → linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/entrypoint.sh
Executable file → Normal file
0
linux/ecosystem/atlassian/fisheye/1/1.2.5/entrypoint.sh → linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/entrypoint.sh
Executable file → Normal file
@ -1,9 +0,0 @@
|
||||
services:
|
||||
app:
|
||||
image: "quay.io/epicmorg/fisheye:1.2.5"
|
||||
build:
|
||||
context: .
|
||||
app-jdk6:
|
||||
image: "quay.io/epicmorg/fisheye:1.2.5-jdk6"
|
||||
build:
|
||||
context: .
|
Loading…
x
Reference in New Issue
Block a user