diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 index 116b43088..b5cae0283 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 index cfcfaa0fb..05e1dadcd 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 index 1220a78d7..69eb468c8 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 index c6018030e..604908124 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 index d43b8b550..5c5496e15 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 index 925e2e494..dc663a812 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile index 0a5557466..c85f66084 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile index a7a55f45a..d25605d23 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile index b8c50cc09..752410ca3 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile index 37a8f52d7..c33fd5ea9 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile index 3f6c3d080..2b44761ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile index 6f8bbec0d..3b7ba6fdc 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile index 3f5070471..04a6fe88a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile index 90e295d65..566d65eed 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile index fc0f5cc35..0dd07b465 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile index 8e22b5804..705a8b829 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile index 41a401ae2..cf9813fd9 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile index b7461dd63..67f1c0b10 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile index 7e4ac869d..605d88a7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile index 6e9f76a2e..f12a606d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile index 521ebc27d..9e8cc36be 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile index 82d13797b..b1ee8409e 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile index 2298fa955..abf28f41d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile index dbe665cfb..07ecca8c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile index ceb1255f5..21bee9f57 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile index d09c90a70..c63994d40 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile index e3eaf9fb3..a14794b03 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile index 959414cd7..03c690de8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile index 7017a4724..cce47cc7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile index cd745fc4f..9fae1b4ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile index 000480d0a..d0eb112ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile index 284d87a3e..5d6b8f963 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile index 9ab873834..7feb4418a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile index 44818cfaa..b9bbd31a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile index 4ab83ffd9..09be82f3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile index eb6107d29..6a6e9444b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile index d7957aa7e..6e8ca19f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile index a24049b02..1acccbb86 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile index 242b1ac78..7ec99f689 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile index d9d48e72c..fe3c43bb0 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile index a4fd2b740..5b3bba362 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile index 59bd7a3d1..d63c8eed6 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile index d230c2ede..91e492d3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile index 7d41e3864..e0c38253b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile index 92bc8a87e..ed5d3709c 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile index cb7cdb514..5057793fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile index 62aba6dcd..b417aa96e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile index 1d3d51e75..178b665a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile index bdfc09e79..f6c758213 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile index b391cc583..ce8151715 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile index 24f6dd565..2444cdcdd 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile index 2969a63ae..6a6e86995 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile index dc61fa93d..f51c3923c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile index d6396dc04..e01d153f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile index 6760c932f..4eee3181b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile index 803c8d7b9..b5773f628 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile index 0fa67056f..356f8db07 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile index 8ae4bcee7..49a1897fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile index ec04d80bc..8aa4b1f72 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile index bacb6c265..3f4e5b018 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile index f18edb644..83f9dfc79 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile index d1fae11ca..11684b48f 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile index da6b0a071..9433fdd79 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile index ff13e31b1..1f53a0299 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile index 5b7845015..805d9ec0f 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile index adaf479e0..025112484 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile index e2e87d1de..895947159 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile index f829eaa62..88121c3b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile index c82c7b82e..1780453d4 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile index e4f88de8c..01f57ef34 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile index 8cedfd704..1db956304 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile index 76147f770..d3fcf09d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile index 413066b75..971a21b73 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile index e4a2f6e2e..c7b85e4c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile index b82c7ed73..e3c28e9fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile index 8e7153d74..092ebc6f5 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile index 1e090e3f7..82745910e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile index f3607a90e..815cad023 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile index fea88c9f5..24f36b492 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile index bb50144a5..df543dca3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile index 24e314d4f..e62f63500 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile index 3163ce1cd..712a526eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile index 945531991..8eaf2675c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile index 4406e8d27..2e668ad66 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile index a8e9fa2bd..09b718aae 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile index 7f529ef3f..06c6a4637 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile index b81ad640a..09f1c8784 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile index 9ba4c0539..06db13a64 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile index dcd4db38c..e5f687fa1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile index 2826d0233..f1c3604b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile index 6dcb1b132..9ad5127fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile index c76e7a416..90e2c11b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile index abc221fd9..4c499ef8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile index 3f9828248..06d29ce3e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile index 7c0ef3562..ace957fb1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile @@ -41,6 +41,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile index 765c08923..0bb1573ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile index a39fafc26..7f5dba2e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile index 681025849..97869a8e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile index b7904850a..502b18d67 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile index d677c383d..77ce1a29a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile index 2bf480161..da807b987 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile index c55176259..67cd2faf1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile index 52434a84d..d1181409a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile index 3092efab1..517bda8ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile index 8a26b14d7..aa00b7aaa 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile index f6f8eba51..ba87cd1bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile index 12c858c44..8ae73e7c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile index 3134209e6..8bcc62fcd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile index 83e101fd0..7580d4c32 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile index fc020c24e..12ebde610 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile index 4787fa1db..6b39055a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile index e9cbf9014..9ff0ee3c8 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile index 5af9889f9..bcec81174 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile index 71a5371d0..648fa3184 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile index faaea2b4b..57b78325f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile index 7be7107a6..5b286f6f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile index bf4baf76a..433e61934 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile index c0f10dd75..13e3bcddd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile index e5dfe2669..f5f2eeec9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile index 7afa24238..9e6142730 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile index 88aea54dd..a4fd14ccd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile index 06b81068b..780b9b224 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile index 5b06e9e85..ad28c5e8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile index ef0fa95d4..0db181466 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile index 4a80f3b1a..940091dcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile index 403938eb4..99312bc32 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile index 7955ebf80..10832bdd9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile index b01ffb206..ff7da632e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile index bcdefc0f1..19f83affd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile index a4dfe1c48..e6d676e2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile index eeab075cd..c4dbc67f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile index b711a190e..22dec8d65 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile index 8774ab3d9..8f560081f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile index 454827f9d..b95572ff3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile index 0266e7a31..8ae161411 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile index 0feaf9fa8..f1d56e3ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile index c87a6a169..793499584 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile index e8200428b..b4d995586 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile index 96c673768..569cf0509 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile index fc8f5008d..9ce105933 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile index bdf5e14cc..c2d5e847c 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile index 236a34763..7e393476f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile index 4eebb64e1..85f23818f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile index e5633d21b..bb1896df7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile index aeee0434c..efd6b5ace 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile index f80b4e8a6..230b29bcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile index b993597d4..8ebd4bdad 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile index 4bf4563c2..2a80aaa78 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile index ddd672bcd..d25dc641a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile index 9a9aebd8a..f8ca420da 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile index ef9a493f4..228f9b5b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile index 7edda0761..09151e4e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile index c97a8692d..a71c5da74 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile index 7a123b829..66ae2c9c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile index 551095fd6..d311a0e08 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile index 6076067d8..3bbac4876 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile index f1dc29ed7..1a508c9bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile index 4cd52a346..2679cc9b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile index cb430a875..46f4642ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile index 1357606aa..dac304377 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile index dd2b9aa3f..abdf44409 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile index d86066aa2..09cfcab09 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile index d6dc6d424..80c4d3424 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile index 544074de7..dd930cb7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile index 6f3f46018..931328215 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile index 1d9564025..d0cf407d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile index 8cc97a9f4..1f95b398b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile index 2eba8a25a..d3ebd7948 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile index 17886c9e7..30a53a00f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile index cdf58d834..e2293e622 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile index e85811a28..cad33f1c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile index d45b32ba9..27a7320c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile index 1340ca090..ce811ccb5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile index e2b0d761e..c7b9fd0a4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile index d9087ba3e..7f38e2980 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile index 3246a1e5e..0faef0d55 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile index 4d93b4dc1..1d8666256 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile index 0adf4f2f6..66b6688a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile index 5d382887a..7ede4037f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile index 10a5afb48..2943a045c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile index aa554c215..c0051003e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile index a0b2f6f1c..eac5ed5ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile index 0fde583d0..058906548 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile index ea9cf5dd1..75bf13081 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile index a60ee776d..e7dd8aa2f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile index 04d225380..7b0f2443a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile index ee506fb65..b9461b497 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile index 78b654a97..35c644931 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile index 180890f65..01925e330 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile index a63206ff6..f4e6b0ebb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile index 60545aa5d..34a0509d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile index 5b3fdc5ac..b61225faf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile index 14f5d2f85..a2b81bd2a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile index 4c7e5b2bd..80059349c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile index 939ac4d73..d9b0987b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile index d2998aae7..2c1124f71 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile index 9b643de30..1deb1a608 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile index 44a07c26d..73df55e07 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile index f5f2126fb..e53497d5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile index afef31165..4e073c6ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile index 89315b2da..e4f4736f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile index dd8833451..87894a942 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile index 8e943b1a4..8a455b807 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile index e4d4d79b9..45900d6d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile index 4d9cf6eaf..889e8dc7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile index 8ac29aba0..5311fea98 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile index 79f6e6495..d14074c6f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile index a50d95ca5..381bf235b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile index 75e689a40..ad2388cba 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile index 2134c914b..40c2d5c22 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile index ad896ec35..dc9d1ed15 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile index dd416b1ee..93f77fa20 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile index 6745c010e..f07cfc58d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile index c1f345594..e32ce7d95 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile index 166b0472d..de4f9b905 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile index 4092da76c..9a0a283cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile index 398406da9..5ce7cf495 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile index 1d2dd7561..1e4b7080b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile index 77a64d20b..01d644daf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile index 8bf5c82d4..ea26b4d2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile index e1c15f6c0..69aeb4ba5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile index 935cde41c..152a74607 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile index 99b41f29b..2884dc8af 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile index 0bc7c0922..1361f19b3 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile index 7297a9a5c..9202816c8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile index 18b17d1db..75ebdccfe 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile index aa83cedfc..88e36adea 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile index 2860b09d4..d30d1dcab 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile index 1bc9531a7..2fc0c5982 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile index d43cddc35..259cad04b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile index 15b5fc219..28f7b847d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile index f8241279f..66f3171ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile index 87d6296b9..44149d95c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile index 135bb5588..d68be6bab 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile index 6cb88c562..9587925aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile index 12a502509..67f50a091 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile index a46ac70f0..2d046aaaa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile index dc533463d..f50dc50ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile index f131db096..a82b2e2f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile index 102148952..629aae13c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile index d6268b353..615a34b75 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile index 0227ca6f5..dd2ae4ed9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile index 43f1e9789..a6d1c46c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile index 40def4f0e..ea0357eff 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile index bcd536059..02b3cac91 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile index fb8f691a1..98f0f8620 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile index 34c2a65d4..c8535f57c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile index 748dc3299..11c78c24a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile index 3786f7283..cecce22f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile index aada889bb..cae84c304 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile index 39926939a..6aa8b1f1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile index e84ae1bff..cfb939ae3 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile index 4d10053d7..a535ebadf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile index cca1bcf76..2633e3083 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile index d8c999d6e..9d9df5660 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile index 9f977a220..6ae35b3bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile index 4f68c72ff..512e97e7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile index 860578d5e..f41a715cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile index 662680416..66f6cdb54 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile index 19bbbf5a2..82dd81383 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile index 5b4071b21..258a24b87 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile index d407d5cb7..afc3b1183 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile index d171b6b37..9bc77aa28 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile index 730f8841e..85287c692 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile index 3ae3dc24a..be3fe4c2d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile index 4c31cbd2b..9ac937914 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile index 180309800..0b64ed507 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile index 9ef651f19..aadb7bed8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile index 0def34353..591d4aafa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile index 6a6ff3cac..1b635a0b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile index d2a10d33f..270a7e0db 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile index 0cac586ac..67e52579c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile index 014c2d115..45fb51da1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 index 45c35846a..f4cf812c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile index 977fab352..6965b95f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 index be1ca3907..197c1736f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile index 53df64da7..fc97170d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 index f6395fe50..9e3c460af 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile index b872e8e80..74db17f00 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 index 22ae402ab..6b1729f9f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile index 6b39f1d52..574ddf3bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 index ffb1c83ca..8808714ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile index 0fd58cc05..fb8989923 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 index 8f2185046..dd11b4641 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile index 641e18929..ca93b6a69 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 index 7a9d72739..54185219e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile index fd5826148..8c40e0168 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 index 16387e72b..d26c724fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile index 72da6d377..4400508cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 index 26ef23fb3..731081367 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile index fbfbb057b..95aa44db4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 index 5be983938..8e1ad3d9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile index 89cbb8515..b38ea957f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 index a3259b179..77b809220 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile index f78dcfe46..8dac6e0c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 index 338ac4bb1..fcda5ad58 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile index f6976b443..38b198711 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 index 0e694ee6d..9714975e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile index 4ebd918e1..8ed7236fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 index fe3b2f144..de6208512 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile index d03934fa2..42e021a2a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 index c1a8e12b1..ddab2ce99 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile index 9e805e96b..572ea1ed5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 index 4aa7d53b5..0a82ebcac 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile index 09ba0d88b..902ab114a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 index 36f34fb6f..ebc4f5640 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile index f3fda4fee..8a5f7b296 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 index 4fcb5ce32..e6bd23895 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile index ce5508bd0..e574e3a42 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 index 7debf0013..f539ed8d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile index 0c85c9a8e..c33654aac 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 index 8c61f3315..b590105f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile index 49c071ef2..5fb43546c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 index a98c1188f..8c7eb4f5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile index 1ae8511df..cfdaa53e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 index 8bb6bcd98..84e167945 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile index 911b97693..19e4565f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 index a5f08a30a..f013451ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile index 90518806a..e62a3a2a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 index 74c402a58..f67bd7e76 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile index 82f6a8894..b66ba5793 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 index b88368f44..a479d14bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile index 0ec647478..36cf0121a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 index 2b28b9246..cb47e84a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile index 2fa1a880b..51f8efbda 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 index d417d53f1..1d0fca470 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile index fe2639e70..4017e2089 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 index 880caf56d..e7ef909d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile index 0512a04b9..454b2115a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 index ccd7503a9..b99777e33 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile index 6621f188c..21546910a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 index 5f3b03941..76d6af26e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile index 209928acc..b5ab96d5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 index 2e0ff51c9..c3e6cd3be 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile index 1fe4b14f1..2c0968e01 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 index 52dbbef47..80fe39d75 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile index 20b7c3a26..639a6a5bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 index abb35c072..97a5d0091 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile index 336249e38..1516a1343 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 index a75e8a004..651a9d849 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile index 2eaa4adda..4594b15cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 index af80ab395..3e49ee75d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile index 6c7a87bb7..9b7a6d65c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 index 4c4728b35..88860a3f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile index 9cc6b0464..bf93add49 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 index 3e6bbf7c5..8c15470b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile index cfb4098f3..0ede2444f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 index 95d8a3b4a..856e389ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile index 964ddb2a1..9064bf70b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 index 8f03e9416..1a1bd5631 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile index ebd6895e1..9718ba8bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 index ade20ab2e..94e232a88 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile index a9da72906..8f2923e3d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 index 29d089740..2db47ffbf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile index 783d289a4..d4129edb1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 index f3b34407b..f2a86508f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile index 13ee4f163..64f58172d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 index e5c29d7e2..c09dd4b5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile index 73db51716..f18873196 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 index 559129cfe..302708eb8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile index 9f4d7e5cd..6dfb26250 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 index 036c878c4..0c12671e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile index 5ee5d910c..3abab5369 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 index cc8561944..840ab606e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile index 322b32b95..8bd68c1cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 index abc537105..bf4dc04e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile index 64291a068..9c93311a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 index bfa71fb1c..4386d318f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile index f40a3a00f..5f4753d86 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 index d1f2fe627..2221109fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile index 710fc2480..1d6751834 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 index 91fab7558..267a78ff1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile index 5497859bb..0cd7f4b67 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 index 226ee77f3..848e80f45 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile index 520e5c9d5..303bf0784 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 index b84730553..71c43e234 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile index c9f68cf8b..6db708571 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 index d29996013..a8b1552c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile index 1ad7d0a09..e7f661947 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 index 38718bba5..b53bb2149 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile index dabe3c28c..0b7984d6c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 index e89b9af4a..5904d6c2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile index fa822de09..1aee7a989 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 index 60ca9c02c..2fd3cf81f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile index 47aca5a49..f1079c58b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 index 37fadd626..a7dae69de 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile index 656c30469..61994fda8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 index 1fcc5bff6..ea94ff52c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile index 3da4a3bba..bfe56ba84 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 index c59308b91..0e969665b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile index a0a5e8ec6..db148eda9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 index 478711c5a..b3532531d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile index 7d2ab7b4b..37516a6fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 index 222176f0f..8c88521cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile index 771f36544..388998f61 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 index ed3ed83c3..77d791e28 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile index 354713440..150f5cc8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 index 33973f01c..d98b34379 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile index a408c55a3..ff63eb2c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 index 54f6ef3c0..62fa1516d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile index e86f8d3ce..c18e7cc75 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 index 62332ebc5..1c910fa47 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile index 48f6f09d3..e123050c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 index 67f1ec009..b6417fdf9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile index 1feb73dae..7f633247e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 index 9a6aa3923..58cc52fd8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile index 03922d748..4bdf5044b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 index ac958b5d3..92fb21aeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile index 46d2f504a..d43f0bfd1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 index 6c13b58f2..3d787c5f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile index 9b7b663ea..982d21ce9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 index 68e8c759a..0bc6fec95 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile index 65f3e4f78..58a3976cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 index ae999de0b..51542084a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile index b62720462..01c2ceb16 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 index 7bf97dc14..a739aefc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile index 9b214edad..a86d3320a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 index 2746f29a4..12ae3f1ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile index 8aa2d1ba2..2d9eb6c30 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 index b49cd67e2..e56d8a476 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile index 931bd53cb..9e74f6d33 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 index c99702d4f..b16863a09 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile index dea364a74..9c6a92411 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 index d75e5b572..a39241466 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile index 459b1e0ad..282e96b0f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 index 6e69be34d..aa17bef72 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile index c66a29332..f5fbdf278 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 index 3ce13dca0..e77426fbf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile index b0feb9c04..bcd5ffe36 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 index 5b66f01d8..a782bb12a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile index 265025df3..8ccfaa70a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 index 8a956d549..2266049de 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile index 7a6006f39..f10b84268 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 index 8c20a7a30..bc5c528f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile index dbb9c6930..efa175de7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 index 2eedfd000..d6494643f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile index d39a342a0..a6faa5a52 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 index eb0b57542..73117bbee 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile index f0696cfc5..5e8dad361 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 index 74cfe6c77..e646641cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile index 8b6e91f60..99df42549 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 index 54f4e87eb..148bfc8b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile index a6911132c..42d34214b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 index 84265a01d..2802f3603 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile index d578f4527..b4b30ea55 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 index 30be4065a..0b26924c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile index 4bbb21561..015999ce9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 index 347403126..37b2dddc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile index 222d26c54..90f2e2fb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 index 72b0b80dc..d31e73bc5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile index bb1d0b9a9..bd5d4ef99 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 index a7e9054c6..4852f3050 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile index 02fdd84cf..4b53ba550 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 index 288271546..daaa8d043 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile index 51aa87c1f..235b76667 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 index 22ebf64e5..4c3a291d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile index ae424787a..2e10dbcb6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 index c56c1cc2f..844efbef6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile index c0c6ebc21..a9c46dac2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 index 32658da2a..c9f526671 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile index ab9410656..8dfcd019c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 index 21f1800f4..076c24244 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile index 14058cd0b..55dd09886 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 index 2ffdb448e..0be7e12cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile index fbb4e49fe..5b3a52beb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 index c1e3f3d7e..c112bea25 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile index 97d737842..895b74764 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 index 6b6e49cdf..34835d4bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile index ce97d4a08..17a9cda49 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 index c235063f0..21aa096bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile index 6a93c5ae6..5ec5695ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 index a07d83ac8..49284aafa 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile index 004146054..acfd82cca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 index a2f961704..37a9be017 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile index 72b14c530..ad2eb63fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 index 89aa3eb51..5bfdfb37a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile index f7c87a1a4..1e75cd97d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 index f093f6804..4d9e577ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile index b5c8b24b3..a79e0d8c8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 index bfe3d7cd7..d2e600012 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile index 98c3f3593..460331b14 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 index e03d848a7..8abf7f7d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile index a53f39ee2..aa777711f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 index 3d50b94a1..f5eebf34a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile index dbfd622ba..3b16c50c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 index 12c4786b8..f3dffee45 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile index 3940392c1..3745258f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 index df29c75ed..8744e4308 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile index c781607da..157529165 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 index 1d713bcba..dbc79ce43 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile index d91970192..8a22295a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 index 5f45a5e68..577031bcb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile index eefedba9d..b9df27187 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 index c2262670f..2b8d8db27 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile index 838065920..c858d678f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 index 75ae57c0e..ad4cc15ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile index c78fffcec..ef94d79dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 index 22387cf16..104f0ae72 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile index ca1a4e04a..8409b7d92 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 index cc21b5b5d..b5fa31e8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile index d80b04615..cb5fd1bf0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 index f1d4f1a7c..8e48b09ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile index fabfbdafb..2dcb5ee36 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 index 92e6845f9..5224a21d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile index 053ff9ab5..388daa820 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 index 7916ac6a9..c3c4894b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile index d12f28ba0..6d567c0aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 index c1d39db12..d34c46670 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile index 06510344f..b0e174fb8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 index b01e6c0df..c225a53fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile index f5b29d0b4..703094839 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 index 76bc606fc..92bc96380 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile index c2333f65f..b40e9189f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 index 8fb1db1b4..5924907e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile index cdc8ee845..48144b5b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 index a4139b268..03b955622 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile index eef761879..3724b25ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 index cb66fee43..708bf1875 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile index cbf579e03..7dceb377c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 index 96ef7c9c6..13afc31c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile index c3df92fb7..f210157d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 index b84e0ec0d..baf6efb38 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile index 07098338a..3365cf521 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 index a7ffbada4..c28289490 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile index 725866163..1344c6f05 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 index 3f3517daa..c6327ac90 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile index 3c4580044..2d80c6aa9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 index 9b4aad122..6dd49d172 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile index 9910f8ef9..72850f22b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 index 98d6e1339..c4edda27a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile index 7a8a94321..dd94a624d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 index f487338d0..3ecf946c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile index 6fa4ff5b4..6fc6145d4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 index a60b81ffd..abea83e30 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile index 7908adb16..01c0d2fc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 index 11f9aeba9..1e63e82ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile index 09cf5f4ed..0a6154b05 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 index f4ab13fa8..881a7e7e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile index 9de95e5d6..f52a59486 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 index 518f129c7..4ff13bddf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile index f5fcd0fe5..e56b8b253 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 index e7d273edc..5721f2a27 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile index 0a583a9ab..58723f81c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 index 10b50c38d..8d587f1b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile index 328c6e975..6a55d15a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 index 1bfb657c3..24fa7a9ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile index 84576ace9..a8082d2b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 index ff260c9bc..1c4bc03d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile index 09ae3feb4..b65de9ca5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 index 5692a814c..eaacbb7f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile index b0ddbda51..09222d2d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 index ae97b329b..c83d2ca9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile index 7b80bb94f..a9dd33195 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 index d8314c15b..132eef8eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile index 6080cef81..2de4f6aca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 index 4b4cf1c68..061265476 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile index 640541512..5188a903a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 index 76bd77776..13a24833c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile index dde855f25..f100c4c2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 index ed7bcd785..679a8462e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile index faff659ae..5eec42dc5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 index 217421821..23ede04b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile index e856e8d4a..e3f6a37ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 index 5ec482974..e13c9e6dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile index f7d4bea50..ad41bd6e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 index bf0184ed8..19c8d54ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile index 23a0cbebf..ba7aaa3ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 index 8fcec3c0e..277197aba 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile index 1d0e0e91f..9444f8829 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 index 5a8b3d198..838c51ee4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile index ab343fa91..c4b23d4af 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 index 28d5149d7..ef972da47 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile index b3a6a61a5..026d63988 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 index cd8b06700..24441f9dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile index be4885f39..2bcdbe55e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 index 32d796602..e1eae033f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile index f64a1dee9..6d2b14ed8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 index defb4f5b0..c0da8bf21 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile index 4c82b6e3a..7b23e9010 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 index 72800c032..911fd8a88 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile index 6792aa96d..f7c42f1ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 index b81ae520d..082d087c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile index cd4a973de..39889bcf6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 index d6e0762ac..e30084bf1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile index a14d118b1..8a84e8c12 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 index b019441b5..7cdd36a0a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile index 6351ef565..c2aeea336 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 index 85963ab55..15ef058d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile index 69f9ee415..a6d32da00 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 index c77f86247..241bf4aeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile index c5ee45ecf..5c3b4ca75 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 index 8dd6b6361..329ec1652 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile index 473a0429f..fccb83f07 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 index 8e934f03f..a51bab11f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile index 02b4bca15..babe1cf2a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 index 24d67e0dd..cdd84663e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile index 72d07dff8..3b5120f55 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 index 5c9e227fb..d22f382d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile index 1fcbdbf1d..dbca6d55d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 index 4a6787e37..228eabd77 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile index 47bbad595..e75dffe13 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 index 7191d1db5..e19f40292 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile index 0625ab59b..ac5c1cea0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 index 73a9afc63..fac9983ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile index f1346c4a2..2f23bfcce 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 index 2bb2a6af0..65375793b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile index 0c54791fc..747a256ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 index f67a69c8c..9a1ca3b80 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile index 206d5edd1..9cb06c08b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 index ebe5752f9..228cc8fe9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile index f13b7ce34..f83042aa5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 index 4c370d563..0ec890ebd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile index 32e71084c..91a9ce99a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 index ff0a42ea9..33c7694bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile index f51cd6b2c..59358c9bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 index 2d68b5ea4..20e1ee59c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile index 1d19a1a39..2fc7bd98d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 index 481cbd5c7..b095334f5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile index 55af87bb2..33ccadf91 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 index 9e682c078..ccc73cd69 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile index b81bc6fae..baf7fdb92 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 index 043794e3a..ba7a0efa1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile index 60421e8d4..c7004cee5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 index 2373c7496..3b68e4ef7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile index dfdf584eb..8e22cadf4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 index 6485045a5..f898dfecb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile index fdb345bda..7e59d1951 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 index f2f85bd6e..341ad89be 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile index 2f83b4f2b..80f6c8cfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 index 3eb33c6ab..8c8c9eb77 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile index 46f0bb597..90ac86422 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 index 075350471..52a4aacfd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile index 17f948790..852ae23ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 index 693a41d50..3ae5888f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile index a14d6a9f0..5054a9b29 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 index de93f497a..c9bb197c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile index 9f55487f2..287360e49 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 index dc5ace198..ebc26ae1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile index b811d254a..e85c4dc47 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 index 9038d5f74..9903f639a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile index 5e884d0d4..fae6b152f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 index 5c9841905..5b6dd9fb0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile index 7be282e4d..60515d3b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 index e3880e0a7..8fc12feb6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile index ca23607c6..2e86732f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 index dacebf891..df0cc8fe5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile index 3d65ecb0f..badfca5d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 index e7a5205ba..8bef5da1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile index e5276984f..3ea9b3e63 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 index 563e7fa16..d121beb72 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile index 20c47d8aa..f83d23b5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 index 7f4dcef3c..11bb7a954 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile index 2300119e1..b0d1c1dfe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 index fe25b06e1..7c97b6d92 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile index 5c5e188e5..13490dd83 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 index 0cb64f3d0..020ea1dfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile index ec4d94bbb..d1402a815 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 index 64152f08e..96a7e29ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile index 2b5f706de..58888f47f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 index 119ab5708..2b544a7f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile index f75775414..8a9f8c308 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 index 035317b2f..52898e3a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile index 7bfa8fa68..0f8a770c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 index e8ba79a0e..1ec3c3532 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile index 939e7175d..6029b8730 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 index a0ea9c78e..3b8dcdb8f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile index 349534391..9cdad4144 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 index 4cec49d6b..b37fb976e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile index 6c019e14f..8a5182ab0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 index 75d7d79d2..249f361b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile index 1b3932880..fa3187cb2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 index 3dd99fd3d..8a1d6fd99 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile index 0398dbe32..c4ac18e2a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 index 47f28c75f..1b12b7378 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile index 57861ad3b..12d720f5c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 index 537e08379..01f7e379a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile index 083ed7b22..83a68e01b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 index 9f18d1e5c..b776baf86 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile index 7cf65fd76..f91bbbc0c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 index 625e5d917..cb8189591 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile index 5cc4ad017..3334cda8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 index c7c207ec3..24a4d459a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile index a6ce7803c..1db48cc66 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 index 2a21de114..fea057d3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile index 34629f189..1a52f2aad 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 index 3531091be..3cf719b9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile index a03ebbb40..055e45e29 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 index 067972773..7d851b364 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile index 8fb992849..0e7570bc4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 index 1a93d43b3..41c7ad728 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile index 8e8286520..91abcaabe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 index 35f70b0cd..1528711b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile index b274e6a03..271e5b204 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 index e9576aff5..b991f4af9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile index 351c50111..5a625839c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 index c87b7e39d..823447b8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile index cfdd6dd0b..f88376866 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 index 524c45a41..d81e0d8a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile index 2691b7258..d8a7008d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 index 82a2ef6bd..4784a3ec8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile index f4ce6a4a5..58a8e2915 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 index 963907aab..63c06a64d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile index e7cc40107..bcd275135 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 index 58b2b3be1..847c151c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile index 8f86aecad..3c772631e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 index 4f80712e4..59492b7d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile index 334631d3d..f0625db27 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 index 36878d484..c8920d9b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile index 5ebd7cd79..216bf6770 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 index fd50ad07f..f46392524 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile index 59e7e62df..acf8f25aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 index 6ce6efcd1..adb7ba4fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile index e14886440..c7e8d32da 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 index c53fa6e32..2671618bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile index 394af8b7b..f3b9ef58a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 index 4630c80ac..e1d474f53 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile index 76a09faaa..c08981b5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 index 947109a22..4f9908912 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile index 8c65a54cb..9216cb8fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 index 1818ae824..f0cf73ab6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile index 92108f56b..347b34954 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 index 852f005cd..06bb58596 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile index 173844746..f6f34429c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 index 4ee8f2103..f918acb67 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile index 0d183f5a4..b2224a16b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 index a02d578ad..23f19ef00 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile index ef4a9855e..413f34623 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 index d69526a48..2ebb2b1b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 index b7db76528..bc823853f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile index 1f0125929..d5c0d9012 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 index 04caa19a8..bc41183f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 index 920d9467e..a7eae52c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile index 7dfcf4c87..aa5db80c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 index 6d00ccdf5..69e2a7622 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 index 8d4603f7e..727a9933d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile index 9baad253f..478d949d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 index 183da3188..4d9daf049 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 index 3f01d058d..bbc89b479 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile index 7d3bf2eab..e6263ff2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 index 6b2555460..5a7508c36 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 index d6d416717..8e0ba57be 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile index 1a36488f9..73ad7c68e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 index 88e3bebfd..ad8f57837 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 index c19d1a1c7..db32f585d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile index 3cffe5018..2bf676d87 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 index d129fca30..00c8ca744 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 index 2b545a668..413dd11b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile index 529ed95cf..f2cfe2cca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 index a9821962d..40e2e280b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 index a0f6e8121..dfe9157ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile index 6774fd5fc..e2a047bd3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 index 9387c61d4..1bf2a4027 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 index 5cf4a9f58..faae22a7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile index 175e7f8d5..a8c86dcaf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 index b18db5666..8a408fba7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 index efae1eacf..700ebe3fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile index b5940a86b..4a42937e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 index 27eeac734..1002f5935 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 index bc678bc88..2c12143eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile index 504354c7c..cb0c93261 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 index 479f804b8..e56191dc7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 index 2916c03b7..1c9962d8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile index 5a4915e76..1db3ebc9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 index 2a2e54b0d..ca0bcd4b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 index fcb729fea..52b327159 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile index a0f020e8f..1359a474a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 index 2847e7fa9..86f6a2596 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 index 5b676502c..471a11a22 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile index bcbfa6823..34af59ebd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 index e389bcf65..b5beebf94 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 index cd5b6b570..0c0115aec 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile index 834b44a76..38356d5b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 index 4e8a4f9d4..98faf85b3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 index 3024056d7..cf73b10d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile index f2822e818..d59084f9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 index c0cd03c89..998d661de 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 index 31fcea1b2..60c89ad3d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile index 60788e1fd..1461938e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 index c0adfeb58..631a194f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 index 2e8186436..a24902339 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile index 1ccfd114a..55a0d31e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 index dc943898c..635191989 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 index f35f77595..1370804f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile index b98877afd..0f3205fe0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 index 6761dfa8b..cd35d8303 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 index 37c3984db..bf1b844ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile index 5dfb9f6e4..6c299a60a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 index 1864e1f0a..9ebd8d9d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 index c72c1bb1e..9060e1bb7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile index a81964be9..8abdde358 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 index 427130d96..53690cce9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 index 71a85eeb8..27cd6d67e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile index 89c8e0a3c..4da2cde0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 index a94fd0ae6..16fa54056 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 index aac933da4..edaec2c01 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile index 023ca6bd1..3e572d437 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 index 7c1857c34..95c44ea99 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 index 3532c15ca..8bd94a0a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile index f804f1a4e..2adaad3c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 index 6c94ce33f..2e1c1e3bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 index 3cbd1282d..5a2165462 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile index 7cba00510..8b4fd7e25 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 index d05a4cb12..285e0abfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 index 813357300..da24614b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile index f154fd3d3..e52811e60 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 index 17e3b46e9..5374a4e7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 index d09a057ae..71f86e9da 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile index 023c42a88..558b22531 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 index 387774e98..571fd84f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 index 505c07533..fefdad61b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile index d3e17d391..02d8ce29c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 index 25add2219..1252879f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 index 5197f538b..5ff1410c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile index e812a8400..fc95cdfe0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 index 4e7224847..6e458885a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 index d7708f322..e469951cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile index 4889ee551..5cf709331 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 index 8af9ad71d..bba44ff87 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 index 2ba1abd5d..784200962 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile index 8cf6d4b99..74469b512 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 index 34dee9e12..f4294b6a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 index 8f9018bc9..dd76ff6a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile index 5b7a54cae..c4a0df4c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 index 694cf060c..b48f90948 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 index 03c599895..a339fa0a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile index 7b4740259..9e0725db0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 index a06e7338c..87b6b44c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 index 4f675e507..f4b584197 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile index abd05db0a..166c3f70e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 index 19d7729a0..3d56d8361 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 index 820e33acb..f08c3648d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile index 1e63cc48e..446f18c4c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 index 7b20daf7f..f97fb7d1c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 index f6b578e96..b807fcbf2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile index d4c40075a..24ea49917 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 index 7f28d9515..65833b399 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 index a9d939f21..d6331488e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile index f61f5855d..d84b2997b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 index fdf72f254..df4b934dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 index 5bbb87444..7c11e6a67 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile index 96d2ea369..be6057edf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 index 31ef2c2b7..95d17f8cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 index 3daa435cc..1ff9e13c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile index 81c7d299a..cd8d39059 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 index 2729e7935..61d1391e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 index a9ef5dad5..5d12f6651 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile index 814ad9225..cba5ba615 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 index 6fc918887..ae5528df0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 index 1219651ef..683c2f08e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile index 4e5f5db4f..fcec6ee5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 index cf4827f2c..b65f791e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 index 7a3b94f24..89b4e7046 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile index fc588f918..5635229c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 index a6fecfae4..0a3ae7c73 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 index 9130b2c8c..76f037322 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile index 5e9e1f6c8..40cb1f254 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 index 956d938e8..340804b60 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 index fa6ff0ee9..610c4580f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile index 82ce998e9..bc0286c90 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 index 580ff1ead..b2c2c41eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 index b3efca5ac..c4995ef2e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile index 1401d7ef5..483d0f247 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 index 658563a97..987ae4e75 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 index 8369d1d4a..41c8db8c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile index 2800e0da3..1efd9c15a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile index 1a3b58b1a..fc1daad22 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile index ee3100f8b..bfb85934b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile index e9a902ae8..c78d6c58a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile index 851a05178..535c764f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile index 25fa1ba07..c34271de7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile index 8559a53e4..65c554435 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile index 80b918067..38e30e627 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile index ed57c78a2..61c7d9b2d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile index 966bc3994..c70c05d98 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile index b08bf5900..7fa602723 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile index 20f23d3e3..6f6972982 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile index 6e71de078..7424c2026 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile index 8aad521f6..44566577c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile index edafe5d9d..014f75965 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile index d13975021..39d1e10ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile index 6f63024ca..f2d131583 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile index 65efb284d..9183ea7d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile index ade454228..8c1eeae02 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 index 9c57addde..864250429 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile index 2255a22bb..df7ebc09a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 index 03d3b0c0a..d9cabb71c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile index 89857778b..5c5997032 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 index a6ae4df79..ea22d14ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile index 249d31a65..e6780b54d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 index 8ea5b348e..734534381 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile index d3ee2625e..ba057d757 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 index 1a7c77c59..c42a55d58 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile index 0f32ab9df..6836c67de 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 index ff085177d..0bcf567e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile index c62b55e9a..ec804b846 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 index 7d27332ef..3c3a2464d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile index d973699d7..a7d7ef78c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 index 304550850..aead0b3b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile index ad8b613d3..454ad3c13 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 index dd8a3bfb8..2bda8de5f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile index a33cd3d08..6e1feb4af 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 index f77e527d8..2d888a9ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile index 9e06f4cca..f2c94ad38 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 index 94aafc91c..53298e0b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile index 39b15eb4b..53d170b49 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 index aa2cfcb8a..fb9ce9603 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile index 7579dcc04..b183d7b79 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 index 4f538bb80..deb6e9e42 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile index 912b1ecab..eb3893395 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 index dec0ffaa7..ffb273e93 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile index 8262e3d10..47970a5f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 index d474c3340..958a65861 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile index d9216d487..5b651aa1a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 index 8a77a44a7..0f6238a18 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile index d7caa0fe6..fd22fdf9c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 index c7b198288..31e7f3bc7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile index bda19a781..cd40d6d64 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 index f505321c8..fa48dc39e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile index 765b0a409..fecd70f7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 index 152b7de04..a05e33e33 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile index 9a049b4ba..90cf78644 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 index f4918c471..b575948ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile index 5d041a20a..3c852de34 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 index b3e547986..ea202842f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile index 8a5779680..d3c4ac3ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 index b1943f2cd..14004afb0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile index 1e1cce8e6..9798b3569 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 index 1ce071c2a..aa60a389d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile index 5ebdca273..5038560c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 index 26f944c2f..a7d0d50ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile index be4cd9f8b..77c61f7b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 index 40432161c..9aa7007ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile index df9d3bc31..c14e8b6d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 index f3cab2610..62b8a2c55 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile index fe307cbbd..f9e6f2c9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 index 9d94e96f7..8163df5e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile index d01c98c4b..1354758bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 index 29cd3cfa6..75bfcd798 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile index 6d5c4949d..7724c75d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 index 74cef3b42..94f683131 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile index a901b36a5..cbbc9fbdb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 index 69b087dc1..cdf2ce469 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile index bfa0fde93..f262ddf30 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 index 97d728d76..7147eae47 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile index d7f5b12a7..9dd865dad 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 index 2aae97080..a392af80e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 index fdbd18e85..633b90737 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile index 42c7667c9..69471911f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 index 0d4ff11b4..65dd6f8fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 index ddae223c3..8e59a7b88 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile index 2afbdd373..8b4e40087 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 index 83620dfdc..9be12115b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 index 7c320e0ba..165ce9aa2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile index 9b408f2fe..50726ad14 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 index 87dda73a2..3d303b341 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 index 376fd5f18..86dd1463d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile index 3ffa0cc7e..f1da4a7f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 index 756081718..bf1c3774c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 index 27fb3d5e3..457a55942 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile index 3ba995a65..a98375c73 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 index e3f4529b3..4ecf97f36 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 index aac6fcff5..8960e0495 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile index 9b94577fc..b1655a50a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 index e825a3a56..4c3a9a5a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 index d1828e7df..6b7c6c18c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile index a039ef6f4..c2720d564 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 index 1c27520f3..357efbf90 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 index 3ba498e80..aa8c823b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile index 5cd3eba13..cd99ae570 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 index 39c385a0d..8b1c5ea06 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 index 376f35bdf..5f4c0780c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile index 0a920629d..47e785d42 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 index 1e1d51270..ebb401c04 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 index 28ead6756..c73f0d50c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile index 20bc50901..9678f0684 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 index 43a686cf0..7bc2f65f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 index 36984d5f8..df4f8b405 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile index 66720a313..7d8677d3d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 index 3cd87550f..2d259ec76 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 index 4b6d50eb1..aee9b05fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile index 9e47d69ca..070762cc4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 index 4fd644151..5b4b4e12a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 index 3dc83b3b4..8eb2801eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile index 5fd31f04f..0ba372e4c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 index c791476c9..c24b44d51 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 index abbb13d5c..ca0edbe51 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile index a92df1f00..1af615a50 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 index 0da8c1061..57b2a5003 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 index b7359a4ab..14063cace 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile index a32c7401d..c164d74f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 index 930996a95..cc28c7d32 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 index b9ea54668..37374f95c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile index 6049611fc..2afb1c3e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 index 10ee9fd55..fa08cea63 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 index 98b3dfb0f..ae958238a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile index 2fa9eecb7..b374891ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 index 640d9f31f..aeedae38d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 index 7bfc1e04b..2356dd224 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile index ab4641dd6..e7e340862 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 index 55f47a570..39a53d423 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 index af313ae2e..583800bcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile index f4e11058b..c3bf52cd5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 index 2dc7fe817..09daba156 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 index 4b22f6b20..85f73392e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile index b5c1383c5..253499f1c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 index 7a06e2805..8750a01e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 index 14eb3da02..bec302d29 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile index 4d6a5caef..e0f586ce7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 index 7c87d0f95..e648aef08 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 index 50ebbbd0f..27f3df0e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile index f06456774..b27a63c64 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 index 5adf1d921..7d7b2e31e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 index 68e69c759..e08619e50 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile index 8a2657622..17ce25349 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 index 5aee8ca4b..8fc3038b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 index 3a79cdac6..a5a93518a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile index 34773f9d2..20e224c46 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 index 4ee91fa07..293c07192 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 index fac3786be..7fabda96c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile index 496c70c6d..551da62d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 index 73651b952..d7f90d7fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 index 376e8c382..f9532e7ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile index 979267f7a..8e3dce732 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 index 22570f497..727a4fbca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 index 957644379..09440d90e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile index 4f2ead97e..b054dfeeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 index 0e9d39044..c58f2f73d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 index a770a342c..742432ce0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile index e2174840b..beaf560cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 index 478b0e1d2..35267afe4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 index 396d66024..b3b0bea7a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile index a03308cc3..e3ae6c5b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 index a75ba0018..ea201d197 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 index 8d7ebabe9..39faa779e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile index 02d2c9603..d49ee5b66 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 index 730dc365c..5243f8e5f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 index 310497d5f..ea44d2a67 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile index 6b7d3d5c2..13c901a4d 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile index 448f7fa8e..846141554 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile index afda2f1ac..6db32ce57 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile index 0d30dc9b6..7f01c4164 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile index 5d59fea19..73c648ac4 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile index 3356135db..20ea1e40f 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile index 91645b24f..5096cee85 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 index 9bf3b9f10..f3923b16b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile index 8b9d6c5d9..15594b15b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 index 0b0dd5114..e1db81ff0 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile index 77ced4853..9eef95eb7 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 index 1032851da..8ac530490 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile index 71624618e..6b5343626 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 index 603ad9b87..d11c06c6a 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 @@ -40,6 +40,8 @@ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ rm -rfv /var/cache/apt/archives/*.deb && \ rm -rfv /tmp/* +RUN updatedb + CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/usr/bin/tini", "--"] COPY entrypoint.sh /entrypoint.sh