mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-07-31 17:41:46 +03:00
[dev] fix most problematic ADDs
This commit is contained in:
parent
a617a3ec40
commit
7f77de08db
@ -29,7 +29,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 8091
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 8091
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 8091
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 8091
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 8091
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
||||||
|
@ -29,7 +29,20 @@ EXPOSE 8091
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -29,7 +29,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8060
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
||||||
7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \
|
7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8060
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
||||||
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8060
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
||||||
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8060
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
||||||
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8060
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \
|
||||||
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8080
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8080
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8080
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8080
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8080
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8080
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
||||||
|
@ -28,7 +28,20 @@ EXPOSE 8080
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
RUN mkdir -p ${JIRA_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \
|
||||||
|
@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/
|
|||||||
|
|
||||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||||
|
|
||||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN echo "[testrail] Preparing folders" && \
|
RUN echo "[testrail] Preparing folders" && \
|
||||||
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||||
mkdir -p ${TR_WWW_PATH} && \
|
mkdir -p ${TR_WWW_PATH} && \
|
||||||
|
@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/
|
|||||||
|
|
||||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||||
|
|
||||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN echo "[testrail] Preparing folders" && \
|
RUN echo "[testrail] Preparing folders" && \
|
||||||
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||||
mkdir -p ${TR_WWW_PATH} && \
|
mkdir -p ${TR_WWW_PATH} && \
|
||||||
|
@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/
|
|||||||
|
|
||||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||||
|
|
||||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN echo "[testrail] Preparing folders" && \
|
RUN echo "[testrail] Preparing folders" && \
|
||||||
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||||
mkdir -p ${TR_WWW_PATH} && \
|
mkdir -p ${TR_WWW_PATH} && \
|
||||||
|
@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/
|
|||||||
|
|
||||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||||
|
|
||||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN echo "[testrail] Preparing folders" && \
|
RUN echo "[testrail] Preparing folders" && \
|
||||||
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||||
mkdir -p ${TR_WWW_PATH} && \
|
mkdir -p ${TR_WWW_PATH} && \
|
||||||
|
@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/
|
|||||||
|
|
||||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||||
|
|
||||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN echo "[testrail] Preparing folders" && \
|
RUN echo "[testrail] Preparing folders" && \
|
||||||
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||||
mkdir -p ${TR_WWW_PATH} && \
|
mkdir -p ${TR_WWW_PATH} && \
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
FROM epicmorg/edge
|
FROM epicmorg/debian:bookworm
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
ARG DOWNLOAD_URL=http://media.steampowered.com/installer/steamcmd_linux.tar.gz
|
||||||
|
|
||||||
ENV LD_LIBRARY_PATH=/steamcmd/linux64
|
ENV LD_LIBRARY_PATH=/steamcmd/linux64
|
||||||
ENV VALVE_FOLDER=/valve
|
ENV VALVE_FOLDER=/valve
|
||||||
ENV VALVE_STEAMCMD_FOLDER=${VALVE_FOLDER}/steamcmd
|
ENV VALVE_STEAMCMD_FOLDER=${VALVE_FOLDER}/steamcmd
|
||||||
@ -9,13 +11,26 @@ ENV VALVE_GAME_FOLDER=${VALVE_FOLDER}/game
|
|||||||
ENV VALVE_VOLUME_FOLDER=${VALVE_FOLDER}/volume
|
ENV VALVE_VOLUME_FOLDER=${VALVE_FOLDER}/volume
|
||||||
ENV PATH="${VALVE_STEAMCMD_FOLDER}:${PATH}"
|
ENV PATH="${VALVE_STEAMCMD_FOLDER}:${PATH}"
|
||||||
|
|
||||||
WORKDIR $VALVE_STEAMCMD_FOLDER
|
WORKDIR ${VALVE_STEAMCMD_FOLDER}
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# installing steamcmd
|
# installing steamcmd
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN mkdir -p ${VALVE_STEAMCMD_FOLDER} ${VALVE_GAME_FOLDER} ${VALVE_VOLUME_FOLDER}
|
RUN mkdir -p ${VALVE_STEAMCMD_FOLDER} ${VALVE_GAME_FOLDER} ${VALVE_VOLUME_FOLDER}
|
||||||
ADD http://media.steampowered.com/installer/steamcmd_linux.tar.gz $VALVE_STEAMCMD_FOLDER
|
|
||||||
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /${VALVE_STEAMCMD_FOLDER}/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN dpkg --add-architecture i386 && \
|
RUN dpkg --add-architecture i386 && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
@ -30,7 +30,20 @@ EXPOSE 7999
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Installing
|
# Installing
|
||||||
##################################################################
|
##################################################################
|
||||||
ADD ${DOWNLOAD_URL} /tmp
|
RUN wget -c \
|
||||||
|
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||||
|
--no-check-certificate \
|
||||||
|
--tries=5 \
|
||||||
|
--timeout=30 \
|
||||||
|
--waitretry=5 \
|
||||||
|
--retry-connrefused \
|
||||||
|
--dns-timeout=10 \
|
||||||
|
--read-timeout=20 \
|
||||||
|
--progress=dot:giga \
|
||||||
|
--no-clobber \
|
||||||
|
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||||
|
"${DOWNLOAD_URL}"
|
||||||
|
|
||||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \
|
||||||
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \
|
||||||
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user