mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
v20230124
v20230124
This commit is contained in:
parent
0eefc5caa1
commit
b6fca5e5a1
@ -28,6 +28,9 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install -y --allow-downgrades git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
&& chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}/ \
|
||||
|
@ -28,6 +28,9 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install -y --allow-downgrades git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
&& chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}/ \
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG BITBUCKET_VERSION=7.21.0
|
||||
ARG BITBUCKET_VERSION=8.7.0
|
||||
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
@ -28,6 +28,9 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install --allow-downgrades -y git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
&& chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}/ \
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG BITBUCKET_VERSION=7.21.0
|
||||
ARG BITBUCKET_VERSION=8.7.0
|
||||
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
@ -28,6 +28,9 @@ EXPOSE 7999
|
||||
##################################################################
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install --allow-downgrades -y git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
&& chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}/ \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM epicmorg/debian:bullseye-jdk8
|
||||
FROM epicmorg/debian:bullseye-jdk11
|
||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM epicmorg/debian:bullseye-jdk8
|
||||
FROM epicmorg/debian:bullseye-jdk11
|
||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM epicmorg/debian:bullseye-jdk8
|
||||
FROM epicmorg/debian:bullseye-jdk11
|
||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
FROM epicmorg/debian:bullseye-jdk8
|
||||
FROM epicmorg/debian:bullseye-jdk11
|
||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG CONFLUENCE_VERSION=7.19.1
|
||||
ARG CONFLUENCE_VERSION=8.0.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.19.1
|
||||
ARG CONFLUENCE_VERSION=8.0.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.19.1
|
||||
ARG CONFLUENCE_VERSION=8.0.2
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
|
@ -113,7 +113,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -113,7 +113,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -114,7 +114,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
# mainline
|
||||
deb https://ppa.launchpadcontent.net/git-core/candidate/ubuntu focal main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/candidate/ubuntu focal main
|
||||
deb https://ppa.launchpadcontent.net/git-core/candidate/ubuntu disco main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/candidate/ubuntu disco main
|
||||
|
@ -1,3 +1,3 @@
|
||||
# stable
|
||||
deb https://ppa.launchpadcontent.net/git-core/ppa/ubuntu focal main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/ppa/ubuntu focal main
|
||||
deb https://ppa.launchpadcontent.net/git-core/ppa/ubuntu disco main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/ppa/ubuntu disco main
|
||||
|
@ -114,7 +114,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -216,7 +216,7 @@ RUN wget -q --no-check-certificate -c https://github.com/Yelp/dumb-init/releases
|
||||
##################################################################
|
||||
# grab gosu for easy step-down from root
|
||||
##################################################################
|
||||
ARG GOSU_VER 1.14
|
||||
ENV GOSU_VER 1.14
|
||||
RUN wget -q --no-check-certificate -c https://github.com/tianon/gosu/releases/download/${GOSU_VER}/gosu-amd64 --random-wait -O /usr/local/bin/gosu && \
|
||||
chmod +x /usr/local/bin/gosu && \
|
||||
gosu --version
|
||||
|
@ -113,7 +113,7 @@ RUN apt-get update && \
|
||||
##################################################################
|
||||
# Rust compillers
|
||||
##################################################################
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
||||
|
||||
##################################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
# mainline
|
||||
deb https://ppa.launchpadcontent.net/git-core/candidate/ubuntu focal main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/candidate/ubuntu focal main
|
||||
deb https://ppa.launchpadcontent.net/git-core/candidate/ubuntu cosmic main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/candidate/ubuntu cosmic main
|
||||
|
@ -1,3 +1,3 @@
|
||||
# stable
|
||||
deb https://ppa.launchpadcontent.net/git-core/ppa/ubuntu focal main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/ppa/ubuntu focal main
|
||||
deb https://ppa.launchpadcontent.net/git-core/ppa/ubuntu cosmic main
|
||||
deb-src https://ppa.launchpadcontent.net/git-core/ppa/ubuntu cosmic main
|
||||
|
Loading…
Reference in New Issue
Block a user