april update pack 16

This commit is contained in:
stam 2025-04-28 01:22:54 +03:00
commit 9fc71389b3
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD
14 changed files with 41 additions and 25 deletions

View File

@ -12,8 +12,8 @@ jobs:
matrix: matrix:
version: [ version: [
'1.0.1a-build-br78-94', '1.0.1a-build-br78-94',
'1.1.3', '1.1.3-build-1.1-119c',
'1.2.5', '1.2.5-build-201',
'1.3.3', '1.3.3',
'1.3.4', '1.3.4',
'1.3.5', '1.3.5',

View File

@ -1,6 +1,6 @@
1.0.1a-build-br78-94 1.0.1a-build-br78-94
1.1.3 1.1.3-build-1.1-119c
1.2.5 1.2.5-build-201
1.3.3 1.3.3
1.3.4 1.3.4
1.3.5 1.3.5

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
################################################################## ##################################################################
# ARGuments # 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 DOWNLOAD_URL=https://www.atlassian.com/software/fisheye/downloads/binary/fisheye-${RELEASE}.zip
ARG TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip ARG TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip

View File

@ -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: .

View 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: .

View File

@ -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 DOWNLOAD_URL=https://www.atlassian.com/software/fisheye/downloads/binary/fisheye-${RELEASE}.zip
TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
################################################################## ##################################################################
# ARGuments # 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 DOWNLOAD_URL=https://www.atlassian.com/software/fisheye/downloads/binary/fisheye-${RELEASE}.zip
ARG TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip ARG TEMP_ARCHIVE=/tmp/fisheye-${RELEASE}.zip

View File

@ -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: .

View 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: .