mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 13:45:32 +03:00
atlassian
This commit is contained in:
parent
5e5c95e851
commit
22ce6d9099
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
||||
##################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user