atlassian

This commit is contained in:
STAM 2021-04-01 18:26:19 +03:00
parent 5e5c95e851
commit 22ce6d9099
8 changed files with 18 additions and 8 deletions

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG BITBUCKET_VERSION=7.11.1
ARG BITBUCKET_VERSION=7.11.2
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
##################################################################

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG BITBUCKET_VERSION=7.11.1
ARG BITBUCKET_VERSION=7.11.2
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
##################################################################

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=7.11.1
ARG CONFLUENCE_VERSION=7.11.2
ARG DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
##################################################################

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=7.11.1
ARG CONFLUENCE_VERSION=7.11.2
ARG DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
##################################################################

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG JIRA_VERSION=8.15.0
ARG JIRA_VERSION=8.16.0
ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz
##################################################################

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG JIRA_VERSION=8.15.0
ARG JIRA_VERSION=8.16.0
ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz
##################################################################

View File

@ -7,6 +7,12 @@ ENV chocolateyUseWindowsCompression false
# https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile
####################################################################################################################################
##################################################################
# Creating workdir for future
##################################################################
RUN mkdir C:\\EpicMorg
WORKDIR C:\\EpicMorg
##################################################################
# Installing IIS
##################################################################
@ -43,7 +49,6 @@ RUN cinst --no-progress -y -IgnoreChecksums --ignoredetectedreboot \
dotnet-windowshosting \
dotnet-runtime \
dotnet-sdk \
dotnetfx \
powershell-core
##################################################################

View File

@ -7,6 +7,12 @@ ENV chocolateyUseWindowsCompression false
# https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile
####################################################################################################################################
##################################################################
# Creating workdir for future
##################################################################
RUN mkdir C:\\EpicMorg
WORKDIR C:\\EpicMorg
##################################################################
# Installing ocolatey.org
##################################################################
@ -36,7 +42,6 @@ RUN cinst --no-progress -y -IgnoreChecksums --ignoredetectedreboot \
dotnet \
dotnet-runtime \
dotnet-sdk \
dotnetfx \
powershell-core
##################################################################