Skip to content

Commit

Permalink
v20230124
Browse files Browse the repository at this point in the history
v20230124
  • Loading branch information
stamepicmorg authored Jan 23, 2023
1 parent 0eefc5c commit b6fca5e
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 23 deletions.
3 changes: 3 additions & 0 deletions linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}/ \
Expand Down
3 changes: 3 additions & 0 deletions linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -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}/ \
Expand Down
5 changes: 4 additions & 1 deletion linux/ecosystem/atlassian/bitbucket/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################################################################
Expand All @@ -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}/ \
Expand Down
5 changes: 4 additions & 1 deletion linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################################################################
Expand All @@ -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}/ \
Expand Down
2 changes: 1 addition & 1 deletion linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions linux/ecosystem/atlassian/confluence/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

##################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

##################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

##################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

##################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"

##################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

##################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b6fca5e

Please sign in to comment.