confluence 6 new inmages

This commit is contained in:
stam 2021-05-19 18:51:33 +03:00
parent 2bf186ccd5
commit bca945ef04
417 changed files with 2898 additions and 521 deletions

View File

@ -0,0 +1,3 @@
RELEASE=6.0.1
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.0.1.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.0.1
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.0.1 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.0.2
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.0.2.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.0.2
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.0.2 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.0.3
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.0.3.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.0.3
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.0.3 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.0.4
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.0.4.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.0.4
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.0.4 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.0.5
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.0.5.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.0.5
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.0.5 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.0.6
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.0.6.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.0.6
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.0.6 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.0.7
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.0.7.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.0.7
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.0.7 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.1.0
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.1.0.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.1.0
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.1.0 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.1.1
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.1.1.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.1.1
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.1.1 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.1.2
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.1.2.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.1.2
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.1.2 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.1.3
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.1.3.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.1.3
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.1.3 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.1.4
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.1.4.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.1.4
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,5 +1,5 @@
all: confl
confl:
docker build --compress -t epicmorg/confluence:6.1.4 .
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.10.0
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.10.0.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.10.0
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.10.0 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.10.1
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.10.1.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.10.1
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.10.1 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.10.2
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.10.2.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.10.2
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.10.2 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.10.3
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.10.3.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.10.3
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.10.3 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.11.0
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.11.0.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.11.0
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.11.0 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.11.1
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.11.1.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.11.1
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.11.1 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.11.2
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.11.2.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.11.2
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.11.2 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.12.0
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.12.0.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.12.0
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.12.0 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.12.1
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.12.1.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.12.1
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.12.1 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.12.2
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.12.2.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.12.2
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.12.2 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.12.3
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.12.3.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.12.3
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.12.3 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.12.4
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.12.4.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.12.4
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.12.4 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -0,0 +1,3 @@
RELEASE=6.13.0
DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.13.0.tar.gz

View File

@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=6.13.0
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
#configured by dockerfile / .ENV
ARG RELEASE
ARG DOWNLOAD_URL
##################################################################
# Setup

View File

@ -1,4 +1,5 @@
all: confl
all: app
confl:
docker build --compress -t epicmorg/confluence:6.13.0 .
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,9 @@
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}

Some files were not shown because too many files have changed in this diff Show More