diff --git a/.github/workflows/epicmorg.advanced.mattermost.yml b/.github/workflows/epicmorg.advanced.mattermost.yml index 42e5fdb78..3de4910a0 100644 --- a/.github/workflows/epicmorg.advanced.mattermost.yml +++ b/.github/workflows/epicmorg.advanced.mattermost.yml @@ -1,4 +1,4 @@ -name: EpicMorg Advanced Mattermost Image +name: EpicMorg Mattermost Image on: workflow_dispatch: @@ -8,7 +8,7 @@ on: jobs: build-images: - name: EpicMorg Advanced Images + name: EpicMorg Mattermost Images runs-on: [ ubuntu-24.04 ] strategy: matrix: 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 55df46c21..f253522ee 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 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9272027f8..8b2ac2ebe 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 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f294617ee..5eca7ad26 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 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef4409585..0b380d789 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 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 13d242ff8..22af92731 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 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3bf64fdc1..187c896c8 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 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 index 2a436660b..91c6ad711 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 index 048c396fd..d96a99776 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 index 2776a3d0d..586231114 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 index 063d54592..6b9d79521 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 index 15bac63a8..5cecb9241 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 index 4b82cc064..6aaad3b34 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 index bce76d33c..1def0a43e 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 index 2a2ab4502..1ba447d6f 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 index fdb5b35aa..f14c2ba7c 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 index 0eb47e49a..813d0a167 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 index fcf1f124a..dba82cfdc 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 index a1f3056a8..1a1a66396 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 index 1c3c0c104..cef7b0d34 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 index 6850517ca..782a9828f 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 index 31a81b936..d3563a329 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 index d955fd3b5..36c928349 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 index 21f80e9b4..fcf39b822 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 index 1084184e8..f10a54029 100644 --- a/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 index ae58aeca1..9c23d023f 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 index cf02d5aa0..10a8527e1 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 index 8cff2cb74..678d60184 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 index 68c7960b0..8640c6aae 100644 --- a/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 index 2eef0a820..5b3dd8aff 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 index 2754ed0ee..c75829c63 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 index 8cbe06b8c..1fd884ef6 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 index 51e817a3f..30d1c6d73 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 index e244234bb..57e1e8f7f 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 index de57352f3..664cf5e0c 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 index f7fe16c30..583a019e6 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 index 96952ca89..f47220f4f 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 index dae850eca..61db9d0b7 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 index 88305928a..ce2df215f 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 index 96952ca89..f47220f4f 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 index dae850eca..61db9d0b7 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 index 9482de552..04a4da2a9 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 index 96952ca89..f47220f4f 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 index dae850eca..61db9d0b7 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 index 4bbacd96c..d4dd1b7df 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 index 96952ca89..f47220f4f 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 index dae850eca..61db9d0b7 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 index 5850fcc7d..35b095cf9 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 index 96952ca89..f47220f4f 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 index dae850eca..61db9d0b7 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:{{ item }} +FROM docker.io/epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 index cf68bded0..10074311e 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/games/7d2d/Dockerfile b/games/7d2d/Dockerfile index cb1c05f49..4f577beb2 100644 --- a/games/7d2d/Dockerfile +++ b/games/7d2d/Dockerfile @@ -1,7 +1,7 @@ ############################################## # 7d2d dedicated server ############################################## -FROM epicmorg/steamcmd:linux +FROM docker.io/epicmorg/steamcmd:linux LABEL maintainer="Guahos, chipmunkzombie@gmail.com" #Steam App ID diff --git a/games/csgo/Dockerfile b/games/csgo/Dockerfile index c83c35492..9b098ee8c 100644 --- a/games/csgo/Dockerfile +++ b/games/csgo/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/steamcmd:linux +FROM docker.io/epicmorg/steamcmd:linux LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/mattermost/10-stable/Dockerfile b/linux/advanced/mattermost/10-stable/Dockerfile index aaf1df6b9..638a7a2ff 100644 --- a/linux/advanced/mattermost/10-stable/Dockerfile +++ b/linux/advanced/mattermost/10-stable/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.0/Dockerfile b/linux/advanced/mattermost/10.0/Dockerfile index 9b199f064..dcc70d620 100644 --- a/linux/advanced/mattermost/10.0/Dockerfile +++ b/linux/advanced/mattermost/10.0/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.0 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.0 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.0 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.0 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.1/Dockerfile b/linux/advanced/mattermost/10.1/Dockerfile index 22725aee2..2a98c70bd 100644 --- a/linux/advanced/mattermost/10.1/Dockerfile +++ b/linux/advanced/mattermost/10.1/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.1 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.1 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.1 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.10/Dockerfile b/linux/advanced/mattermost/10.10/Dockerfile index 87c36f2f7..2f2fd33ed 100644 --- a/linux/advanced/mattermost/10.10/Dockerfile +++ b/linux/advanced/mattermost/10.10/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.10 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.10 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.10 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.10 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.11/Dockerfile b/linux/advanced/mattermost/10.11/Dockerfile index 1c8c2ba81..3639c1934 100644 --- a/linux/advanced/mattermost/10.11/Dockerfile +++ b/linux/advanced/mattermost/10.11/Dockerfile @@ -1,15 +1,15 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.11 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.11 as bootstrap RUN cd ./bin && \ ls -las -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.11 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.11 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.2/Dockerfile b/linux/advanced/mattermost/10.2/Dockerfile index 6f1c9ad84..6fbf07ee1 100644 --- a/linux/advanced/mattermost/10.2/Dockerfile +++ b/linux/advanced/mattermost/10.2/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.2 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.2 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.2 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.3/Dockerfile b/linux/advanced/mattermost/10.3/Dockerfile index 3e0e2fc99..0deef3748 100644 --- a/linux/advanced/mattermost/10.3/Dockerfile +++ b/linux/advanced/mattermost/10.3/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.3 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.3 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.3 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.4/Dockerfile b/linux/advanced/mattermost/10.4/Dockerfile index 596c7ab0c..fdfe34d18 100644 --- a/linux/advanced/mattermost/10.4/Dockerfile +++ b/linux/advanced/mattermost/10.4/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.4 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.4 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.4 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.4 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.5/Dockerfile b/linux/advanced/mattermost/10.5/Dockerfile index 66c50228c..416f3afbe 100644 --- a/linux/advanced/mattermost/10.5/Dockerfile +++ b/linux/advanced/mattermost/10.5/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.5 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.5 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.5 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.5 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.6/Dockerfile b/linux/advanced/mattermost/10.6/Dockerfile index 54c41f836..ed29884ee 100644 --- a/linux/advanced/mattermost/10.6/Dockerfile +++ b/linux/advanced/mattermost/10.6/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.6 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.6 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.6 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.6 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.7/Dockerfile b/linux/advanced/mattermost/10.7/Dockerfile index 028d66b07..f7065e07e 100644 --- a/linux/advanced/mattermost/10.7/Dockerfile +++ b/linux/advanced/mattermost/10.7/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.7 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.7 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.7 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.7 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.8/Dockerfile b/linux/advanced/mattermost/10.8/Dockerfile index ccdc590dc..45bc76bd4 100644 --- a/linux/advanced/mattermost/10.8/Dockerfile +++ b/linux/advanced/mattermost/10.8/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.8 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.8 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.8 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.8 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.9/Dockerfile b/linux/advanced/mattermost/10.9/Dockerfile index 1f5ea53a7..0887860cf 100644 --- a/linux/advanced/mattermost/10.9/Dockerfile +++ b/linux/advanced/mattermost/10.9/Dockerfile @@ -1,16 +1,16 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.9 as bootstrap +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.9 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version -FROM python:2.7 as edit +FROM docker.io/python:2.7 as edit COPY edit.py2 /tmp/edit.py COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.9 +FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.9 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/patched/14/Dockerfile b/linux/advanced/nextcloud/patched/14/Dockerfile index ca2db6e4f..6272f2ab6 100644 --- a/linux/advanced/nextcloud/patched/14/Dockerfile +++ b/linux/advanced/nextcloud/patched/14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:14 +FROM docker.io/epicmorg/nextcloud:14 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/15/Dockerfile b/linux/advanced/nextcloud/patched/15/Dockerfile index 4c8aa5f3c..7c18ae4fd 100644 --- a/linux/advanced/nextcloud/patched/15/Dockerfile +++ b/linux/advanced/nextcloud/patched/15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:15 +FROM docker.io/epicmorg/nextcloud:15 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/16/Dockerfile b/linux/advanced/nextcloud/patched/16/Dockerfile index c16b7ceb2..8e5c6e697 100644 --- a/linux/advanced/nextcloud/patched/16/Dockerfile +++ b/linux/advanced/nextcloud/patched/16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:16 +FROM docker.io/epicmorg/nextcloud:16 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/17/Dockerfile b/linux/advanced/nextcloud/patched/17/Dockerfile index 8bce4c202..d1cba7b25 100644 --- a/linux/advanced/nextcloud/patched/17/Dockerfile +++ b/linux/advanced/nextcloud/patched/17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:17 +FROM docker.io/epicmorg/nextcloud:17 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/18/Dockerfile b/linux/advanced/nextcloud/patched/18/Dockerfile index 13e0ba464..2e03eca8e 100644 --- a/linux/advanced/nextcloud/patched/18/Dockerfile +++ b/linux/advanced/nextcloud/patched/18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:18 +FROM docker.io/epicmorg/nextcloud:18 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/19/Dockerfile b/linux/advanced/nextcloud/patched/19/Dockerfile index 57643bc83..1e7bf482e 100644 --- a/linux/advanced/nextcloud/patched/19/Dockerfile +++ b/linux/advanced/nextcloud/patched/19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:19 +FROM docker.io/epicmorg/nextcloud:19 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/20/Dockerfile b/linux/advanced/nextcloud/patched/20/Dockerfile index c14a32c56..62e987b91 100644 --- a/linux/advanced/nextcloud/patched/20/Dockerfile +++ b/linux/advanced/nextcloud/patched/20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:20 +FROM docker.io/epicmorg/nextcloud:20 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/21/Dockerfile b/linux/advanced/nextcloud/patched/21/Dockerfile index d00bd4a77..37896cb50 100644 --- a/linux/advanced/nextcloud/patched/21/Dockerfile +++ b/linux/advanced/nextcloud/patched/21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:21 +FROM docker.io/epicmorg/nextcloud:21 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/22/Dockerfile b/linux/advanced/nextcloud/patched/22/Dockerfile index a3e26aa8d..ebeadf8c2 100644 --- a/linux/advanced/nextcloud/patched/22/Dockerfile +++ b/linux/advanced/nextcloud/patched/22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:22 +FROM docker.io/epicmorg/nextcloud:22 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/23/Dockerfile b/linux/advanced/nextcloud/patched/23/Dockerfile index ee6904fcc..f4bfb4020 100644 --- a/linux/advanced/nextcloud/patched/23/Dockerfile +++ b/linux/advanced/nextcloud/patched/23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:23 +FROM docker.io/epicmorg/nextcloud:23 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/24/Dockerfile b/linux/advanced/nextcloud/patched/24/Dockerfile index 0b1f07219..269933c11 100644 --- a/linux/advanced/nextcloud/patched/24/Dockerfile +++ b/linux/advanced/nextcloud/patched/24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:24 +FROM docker.io/epicmorg/nextcloud:24 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/25/Dockerfile b/linux/advanced/nextcloud/patched/25/Dockerfile index a291cf2b9..230220047 100644 --- a/linux/advanced/nextcloud/patched/25/Dockerfile +++ b/linux/advanced/nextcloud/patched/25/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:25 +FROM docker.io/epicmorg/nextcloud:25 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/26/Dockerfile b/linux/advanced/nextcloud/patched/26/Dockerfile index 289119e27..5be93e05e 100644 --- a/linux/advanced/nextcloud/patched/26/Dockerfile +++ b/linux/advanced/nextcloud/patched/26/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:26 +FROM docker.io/epicmorg/nextcloud:26 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/27/Dockerfile b/linux/advanced/nextcloud/patched/27/Dockerfile index 4f0396c5d..386446c1c 100644 --- a/linux/advanced/nextcloud/patched/27/Dockerfile +++ b/linux/advanced/nextcloud/patched/27/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:27 +FROM docker.io/epicmorg/nextcloud:27 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/28/Dockerfile b/linux/advanced/nextcloud/patched/28/Dockerfile index adf9f9bad..31a693d6e 100644 --- a/linux/advanced/nextcloud/patched/28/Dockerfile +++ b/linux/advanced/nextcloud/patched/28/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:28 +FROM docker.io/epicmorg/nextcloud:28 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/29/Dockerfile b/linux/advanced/nextcloud/patched/29/Dockerfile index 56dc5cd3c..751d419a6 100644 --- a/linux/advanced/nextcloud/patched/29/Dockerfile +++ b/linux/advanced/nextcloud/patched/29/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:29 +FROM docker.io/epicmorg/nextcloud:29 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/30/Dockerfile b/linux/advanced/nextcloud/patched/30/Dockerfile index d2c237a33..242c3cb07 100644 --- a/linux/advanced/nextcloud/patched/30/Dockerfile +++ b/linux/advanced/nextcloud/patched/30/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:30 +FROM docker.io/epicmorg/nextcloud:30 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/31/Dockerfile b/linux/advanced/nextcloud/patched/31/Dockerfile index 4ad5362f3..6654e66c2 100644 --- a/linux/advanced/nextcloud/patched/31/Dockerfile +++ b/linux/advanced/nextcloud/patched/31/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:31 +FROM docker.io/epicmorg/nextcloud:31 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/latest/Dockerfile b/linux/advanced/nextcloud/patched/latest/Dockerfile index 365e01819..21b7081cf 100644 --- a/linux/advanced/nextcloud/patched/latest/Dockerfile +++ b/linux/advanced/nextcloud/patched/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/nextcloud:latest +FROM docker.io/epicmorg/nextcloud:latest ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/pure/14/Dockerfile b/linux/advanced/nextcloud/pure/14/Dockerfile index 4c8d96b99..ed9d09862 100644 --- a/linux/advanced/nextcloud/pure/14/Dockerfile +++ b/linux/advanced/nextcloud/pure/14/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:14 +FROM docker.io/nextcloud:14 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/15/Dockerfile b/linux/advanced/nextcloud/pure/15/Dockerfile index 279c7cdba..15607f7f4 100644 --- a/linux/advanced/nextcloud/pure/15/Dockerfile +++ b/linux/advanced/nextcloud/pure/15/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:15 +FROM docker.io/nextcloud:15 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/16/Dockerfile b/linux/advanced/nextcloud/pure/16/Dockerfile index 69598195d..5d5bb583f 100644 --- a/linux/advanced/nextcloud/pure/16/Dockerfile +++ b/linux/advanced/nextcloud/pure/16/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:16 +FROM docker.io/nextcloud:16 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/17/Dockerfile b/linux/advanced/nextcloud/pure/17/Dockerfile index 1b999fbf7..d7156c972 100644 --- a/linux/advanced/nextcloud/pure/17/Dockerfile +++ b/linux/advanced/nextcloud/pure/17/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:17 +FROM docker.io/nextcloud:17 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/18/Dockerfile b/linux/advanced/nextcloud/pure/18/Dockerfile index e237533a4..4eb4630f0 100644 --- a/linux/advanced/nextcloud/pure/18/Dockerfile +++ b/linux/advanced/nextcloud/pure/18/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:18 +FROM docker.io/nextcloud:18 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/19/Dockerfile b/linux/advanced/nextcloud/pure/19/Dockerfile index c50976e1d..90ea0846a 100644 --- a/linux/advanced/nextcloud/pure/19/Dockerfile +++ b/linux/advanced/nextcloud/pure/19/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:19 +FROM docker.io/nextcloud:19 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/20/Dockerfile b/linux/advanced/nextcloud/pure/20/Dockerfile index 77bbdba7c..5857b0a8f 100644 --- a/linux/advanced/nextcloud/pure/20/Dockerfile +++ b/linux/advanced/nextcloud/pure/20/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:20 +FROM docker.io/nextcloud:20 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/21/Dockerfile b/linux/advanced/nextcloud/pure/21/Dockerfile index 6b1e80c05..9515db38d 100644 --- a/linux/advanced/nextcloud/pure/21/Dockerfile +++ b/linux/advanced/nextcloud/pure/21/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:21 +FROM docker.io/nextcloud:21 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/22/Dockerfile b/linux/advanced/nextcloud/pure/22/Dockerfile index be8a992b3..4514ca661 100644 --- a/linux/advanced/nextcloud/pure/22/Dockerfile +++ b/linux/advanced/nextcloud/pure/22/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:22 +FROM docker.io/nextcloud:22 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/23/Dockerfile b/linux/advanced/nextcloud/pure/23/Dockerfile index 66cac152c..46b9b5b6f 100644 --- a/linux/advanced/nextcloud/pure/23/Dockerfile +++ b/linux/advanced/nextcloud/pure/23/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:23 +FROM docker.io/nextcloud:23 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/24/Dockerfile b/linux/advanced/nextcloud/pure/24/Dockerfile index e1affd4f1..766ac793e 100644 --- a/linux/advanced/nextcloud/pure/24/Dockerfile +++ b/linux/advanced/nextcloud/pure/24/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:24 +FROM docker.io/nextcloud:24 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/25/Dockerfile b/linux/advanced/nextcloud/pure/25/Dockerfile index ba0af5802..daeffbaa0 100644 --- a/linux/advanced/nextcloud/pure/25/Dockerfile +++ b/linux/advanced/nextcloud/pure/25/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:25 +FROM docker.io/nextcloud:25 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/26/Dockerfile b/linux/advanced/nextcloud/pure/26/Dockerfile index f6c598b7d..24f6e42ed 100644 --- a/linux/advanced/nextcloud/pure/26/Dockerfile +++ b/linux/advanced/nextcloud/pure/26/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:26 +FROM docker.io/nextcloud:26 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/27/Dockerfile b/linux/advanced/nextcloud/pure/27/Dockerfile index 59687e158..d3fc9d331 100644 --- a/linux/advanced/nextcloud/pure/27/Dockerfile +++ b/linux/advanced/nextcloud/pure/27/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:27 +FROM docker.io/nextcloud:27 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/28/Dockerfile b/linux/advanced/nextcloud/pure/28/Dockerfile index 7ce60b971..b8d3a56f3 100644 --- a/linux/advanced/nextcloud/pure/28/Dockerfile +++ b/linux/advanced/nextcloud/pure/28/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:28 +FROM docker.io/nextcloud:28 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/29/Dockerfile b/linux/advanced/nextcloud/pure/29/Dockerfile index a2998d619..80ee0a340 100644 --- a/linux/advanced/nextcloud/pure/29/Dockerfile +++ b/linux/advanced/nextcloud/pure/29/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:29 +FROM docker.io/nextcloud:29 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/30/Dockerfile b/linux/advanced/nextcloud/pure/30/Dockerfile index 27b0ee8f9..43c72fe58 100644 --- a/linux/advanced/nextcloud/pure/30/Dockerfile +++ b/linux/advanced/nextcloud/pure/30/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:30 +FROM docker.io/nextcloud:30 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/31/Dockerfile b/linux/advanced/nextcloud/pure/31/Dockerfile index ebf265e67..95840273e 100644 --- a/linux/advanced/nextcloud/pure/31/Dockerfile +++ b/linux/advanced/nextcloud/pure/31/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:31 +FROM docker.io/nextcloud:31 ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/nextcloud/pure/latest/Dockerfile b/linux/advanced/nextcloud/pure/latest/Dockerfile index 4851ce359..19caabc05 100644 --- a/linux/advanced/nextcloud/pure/latest/Dockerfile +++ b/linux/advanced/nextcloud/pure/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:latest +FROM docker.io/nextcloud:latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/teamcity/server/2022.04.7/Dockerfile b/linux/advanced/teamcity/server/2022.04.7/Dockerfile index 66351e8dd..a9c1c470b 100644 --- a/linux/advanced/teamcity/server/2022.04.7/Dockerfile +++ b/linux/advanced/teamcity/server/2022.04.7/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:2022.04.7 +FROM docker.io/jetbrains/teamcity-server:2022.04.7 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -325,7 +325,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/teamcity/server/2022.10.6/Dockerfile b/linux/advanced/teamcity/server/2022.10.6/Dockerfile index 55d19bb07..4c16376c8 100644 --- a/linux/advanced/teamcity/server/2022.10.6/Dockerfile +++ b/linux/advanced/teamcity/server/2022.10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:2022.10.6 +FROM docker.io/jetbrains/teamcity-server:2022.10.6 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -325,7 +325,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/teamcity/server/2023.05.6/Dockerfile b/linux/advanced/teamcity/server/2023.05.6/Dockerfile index 016761968..e5739573c 100644 --- a/linux/advanced/teamcity/server/2023.05.6/Dockerfile +++ b/linux/advanced/teamcity/server/2023.05.6/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:2023.05.6 +FROM docker.io/jetbrains/teamcity-server:2023.05.6 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -325,7 +325,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/teamcity/server/2024.03.3/Dockerfile b/linux/advanced/teamcity/server/2024.03.3/Dockerfile index bb36e837a..e53d1c857 100644 --- a/linux/advanced/teamcity/server/2024.03.3/Dockerfile +++ b/linux/advanced/teamcity/server/2024.03.3/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:2024.03.3 +FROM docker.io/jetbrains/teamcity-server:2024.03.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -325,7 +325,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/teamcity/server/2024.07.3/Dockerfile b/linux/advanced/teamcity/server/2024.07.3/Dockerfile index f0c50f2cc..ef058dd67 100644 --- a/linux/advanced/teamcity/server/2024.07.3/Dockerfile +++ b/linux/advanced/teamcity/server/2024.07.3/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:2024.07.3 +FROM docker.io/jetbrains/teamcity-server:2024.07.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -325,7 +325,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/teamcity/server/2024.12/Dockerfile b/linux/advanced/teamcity/server/2024.12/Dockerfile index 8af51ce07..ff8495675 100644 --- a/linux/advanced/teamcity/server/2024.12/Dockerfile +++ b/linux/advanced/teamcity/server/2024.12/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:2024.12 +FROM docker.io/jetbrains/teamcity-server:2024.12 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -325,7 +325,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/teamcity/server/2025.03/Dockerfile b/linux/advanced/teamcity/server/2025.03/Dockerfile index 07f8f8025..42c5fb0db 100644 --- a/linux/advanced/teamcity/server/2025.03/Dockerfile +++ b/linux/advanced/teamcity/server/2025.03/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:2025.03 +FROM docker.io/jetbrains/teamcity-server:2025.03 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -331,7 +331,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/teamcity/server/latest/Dockerfile b/linux/advanced/teamcity/server/latest/Dockerfile index 19ae3ecc3..f46e43f39 100644 --- a/linux/advanced/teamcity/server/latest/Dockerfile +++ b/linux/advanced/teamcity/server/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-server:latest +FROM docker.io/jetbrains/teamcity-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" @@ -331,7 +331,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/vscode-server/amxx/1.10/Dockerfile b/linux/advanced/vscode-server/amxx/1.10/Dockerfile index badbfc362..f5c89c7b3 100644 --- a/linux/advanced/vscode-server/amxx/1.10/Dockerfile +++ b/linux/advanced/vscode-server/amxx/1.10/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/amxx/1.9/Dockerfile b/linux/advanced/vscode-server/amxx/1.9/Dockerfile index fac73dea6..3bcec7699 100644 --- a/linux/advanced/vscode-server/amxx/1.9/Dockerfile +++ b/linux/advanced/vscode-server/amxx/1.9/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/android/Dockerfile b/linux/advanced/vscode-server/android/Dockerfile index e50a84bc3..f3e3552ec 100644 --- a/linux/advanced/vscode-server/android/Dockerfile +++ b/linux/advanced/vscode-server/android/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:cpp +FROM docker.io/epicmorg/vscode-server:cpp LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/cpp/Dockerfile b/linux/advanced/vscode-server/cpp/Dockerfile index b86bb726d..88ed03a05 100644 --- a/linux/advanced/vscode-server/cpp/Dockerfile +++ b/linux/advanced/vscode-server/cpp/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/docker/Dockerfile b/linux/advanced/vscode-server/docker/Dockerfile index 8abdcdf0c..d0ff93022 100644 --- a/linux/advanced/vscode-server/docker/Dockerfile +++ b/linux/advanced/vscode-server/docker/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/dotnet-full/Dockerfile b/linux/advanced/vscode-server/dotnet-full/Dockerfile index 1877b29fc..dc2f80b51 100644 --- a/linux/advanced/vscode-server/dotnet-full/Dockerfile +++ b/linux/advanced/vscode-server/dotnet-full/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/dotnet/Dockerfile b/linux/advanced/vscode-server/dotnet/Dockerfile index 8b0887604..a693853f6 100644 --- a/linux/advanced/vscode-server/dotnet/Dockerfile +++ b/linux/advanced/vscode-server/dotnet/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/latest/Dockerfile b/linux/advanced/vscode-server/latest/Dockerfile index 4841f473a..fedb91cab 100644 --- a/linux/advanced/vscode-server/latest/Dockerfile +++ b/linux/advanced/vscode-server/latest/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM ghcr.io/linuxserver/code-server:latest +FROM docker.io/ghcr.io/linuxserver/code-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" @@ -293,7 +293,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/advanced/vscode-server/mono/Dockerfile b/linux/advanced/vscode-server/mono/Dockerfile index 042724ee5..ac130df70 100644 --- a/linux/advanced/vscode-server/mono/Dockerfile +++ b/linux/advanced/vscode-server/mono/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/nodejs/Dockerfile b/linux/advanced/vscode-server/nodejs/Dockerfile index bf91d0fe9..2f7975d08 100644 --- a/linux/advanced/vscode-server/nodejs/Dockerfile +++ b/linux/advanced/vscode-server/nodejs/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM epicmorg/vscode-server:latest +FROM docker.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/zabbix/3.0/agent/Dockerfile b/linux/advanced/zabbix/3.0/agent/Dockerfile index f93bd6faa..413e18b50 100644 --- a/linux/advanced/zabbix/3.0/agent/Dockerfile +++ b/linux/advanced/zabbix/3.0/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/java-gateway/Dockerfile b/linux/advanced/zabbix/3.0/java-gateway/Dockerfile index f9be41097..576aa6188 100644 --- a/linux/advanced/zabbix/3.0/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/3.0/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/proxy-mysql/Dockerfile b/linux/advanced/zabbix/3.0/proxy-mysql/Dockerfile index 46632f284..48ad5baeb 100644 --- a/linux/advanced/zabbix/3.0/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/3.0/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/3.0/proxy-sqlite3/Dockerfile index 476f12acd..aef910546 100644 --- a/linux/advanced/zabbix/3.0/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/3.0/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/server-mysql/Dockerfile b/linux/advanced/zabbix/3.0/server-mysql/Dockerfile index 3f21507ee..2393485d0 100644 --- a/linux/advanced/zabbix/3.0/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/3.0/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/server-pgsql/Dockerfile b/linux/advanced/zabbix/3.0/server-pgsql/Dockerfile index 63bb49397..c79d9129d 100644 --- a/linux/advanced/zabbix/3.0/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/3.0/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/snmptraps/Dockerfile b/linux/advanced/zabbix/3.0/snmptraps/Dockerfile index 555fd8553..dfbd38743 100644 --- a/linux/advanced/zabbix/3.0/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/3.0/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/web-mysql/Dockerfile b/linux/advanced/zabbix/3.0/web-mysql/Dockerfile index 1c97e13fa..80dee080f 100644 --- a/linux/advanced/zabbix/3.0/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/3.0/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/3.0/web-pgsql/Dockerfile b/linux/advanced/zabbix/3.0/web-pgsql/Dockerfile index cecd7a440..3e575c8bf 100644 --- a/linux/advanced/zabbix/3.0/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/3.0/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:3.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:3.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/agent/Dockerfile b/linux/advanced/zabbix/4.0/agent/Dockerfile index 36996371d..e5ad9af29 100644 --- a/linux/advanced/zabbix/4.0/agent/Dockerfile +++ b/linux/advanced/zabbix/4.0/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/java-gateway/Dockerfile b/linux/advanced/zabbix/4.0/java-gateway/Dockerfile index c0ef0836d..8aca34a83 100644 --- a/linux/advanced/zabbix/4.0/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/4.0/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/proxy-mysql/Dockerfile b/linux/advanced/zabbix/4.0/proxy-mysql/Dockerfile index 2dd348edf..1b8352dcd 100644 --- a/linux/advanced/zabbix/4.0/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/4.0/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/4.0/proxy-sqlite3/Dockerfile index e2f7f9bc3..1b29272f1 100644 --- a/linux/advanced/zabbix/4.0/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/4.0/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/server-mysql/Dockerfile b/linux/advanced/zabbix/4.0/server-mysql/Dockerfile index 9754fa1e5..81dab9a7c 100644 --- a/linux/advanced/zabbix/4.0/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/4.0/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/server-pgsql/Dockerfile b/linux/advanced/zabbix/4.0/server-pgsql/Dockerfile index 7c1f487a4..0b477fc05 100644 --- a/linux/advanced/zabbix/4.0/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/4.0/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/snmptraps/Dockerfile b/linux/advanced/zabbix/4.0/snmptraps/Dockerfile index 2c61e4981..e21f5796c 100644 --- a/linux/advanced/zabbix/4.0/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/4.0/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/web-mysql/Dockerfile b/linux/advanced/zabbix/4.0/web-mysql/Dockerfile index e0ab8670f..11be0b0f0 100644 --- a/linux/advanced/zabbix/4.0/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/4.0/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/4.0/web-pgsql/Dockerfile b/linux/advanced/zabbix/4.0/web-pgsql/Dockerfile index f1a7c7fa9..76788fa38 100644 --- a/linux/advanced/zabbix/4.0/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/4.0/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:4.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:4.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/agent/Dockerfile b/linux/advanced/zabbix/5.0/agent/Dockerfile index ee49f4a1c..3e0aa4171 100644 --- a/linux/advanced/zabbix/5.0/agent/Dockerfile +++ b/linux/advanced/zabbix/5.0/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/agent2/Dockerfile b/linux/advanced/zabbix/5.0/agent2/Dockerfile index 13818470a..2d06a7e71 100644 --- a/linux/advanced/zabbix/5.0/agent2/Dockerfile +++ b/linux/advanced/zabbix/5.0/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/java-gateway/Dockerfile b/linux/advanced/zabbix/5.0/java-gateway/Dockerfile index ffcfae7a0..b708a2576 100644 --- a/linux/advanced/zabbix/5.0/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/5.0/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/proxy-mysql/Dockerfile b/linux/advanced/zabbix/5.0/proxy-mysql/Dockerfile index bcf8d5d9b..9b0fa3118 100644 --- a/linux/advanced/zabbix/5.0/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.0/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/5.0/proxy-sqlite3/Dockerfile index 8fd6426f6..6b30a7a08 100644 --- a/linux/advanced/zabbix/5.0/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/5.0/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/server-mysql/Dockerfile b/linux/advanced/zabbix/5.0/server-mysql/Dockerfile index 86180092d..4d1f5819b 100644 --- a/linux/advanced/zabbix/5.0/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.0/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/server-pgsql/Dockerfile b/linux/advanced/zabbix/5.0/server-pgsql/Dockerfile index 3d351f3c7..ea88fe383 100644 --- a/linux/advanced/zabbix/5.0/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/5.0/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/snmptraps/Dockerfile b/linux/advanced/zabbix/5.0/snmptraps/Dockerfile index d7c2dac79..bca338022 100644 --- a/linux/advanced/zabbix/5.0/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/5.0/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/web-mysql/Dockerfile b/linux/advanced/zabbix/5.0/web-mysql/Dockerfile index d508daaea..7d87213de 100644 --- a/linux/advanced/zabbix/5.0/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.0/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.0/web-pgsql/Dockerfile b/linux/advanced/zabbix/5.0/web-pgsql/Dockerfile index 370c380fd..6b2dc7378 100644 --- a/linux/advanced/zabbix/5.0/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/5.0/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:5.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:5.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/agent/Dockerfile b/linux/advanced/zabbix/5.2/agent/Dockerfile index 0d6fa11a8..2bf17ec7d 100644 --- a/linux/advanced/zabbix/5.2/agent/Dockerfile +++ b/linux/advanced/zabbix/5.2/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/agent2/Dockerfile b/linux/advanced/zabbix/5.2/agent2/Dockerfile index 9e542d9c4..2e237414c 100644 --- a/linux/advanced/zabbix/5.2/agent2/Dockerfile +++ b/linux/advanced/zabbix/5.2/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/java-gateway/Dockerfile b/linux/advanced/zabbix/5.2/java-gateway/Dockerfile index 2c8ca8ce2..88e0c2d1e 100644 --- a/linux/advanced/zabbix/5.2/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/5.2/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/proxy-mysql/Dockerfile b/linux/advanced/zabbix/5.2/proxy-mysql/Dockerfile index 5491eceb7..a66846607 100644 --- a/linux/advanced/zabbix/5.2/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.2/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/5.2/proxy-sqlite3/Dockerfile index 1f4dc23a3..caee90ec5 100644 --- a/linux/advanced/zabbix/5.2/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/5.2/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/server-mysql/Dockerfile b/linux/advanced/zabbix/5.2/server-mysql/Dockerfile index 8d2ded903..c600e82cf 100644 --- a/linux/advanced/zabbix/5.2/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.2/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/server-pgsql/Dockerfile b/linux/advanced/zabbix/5.2/server-pgsql/Dockerfile index 2b95db35a..f7e3c9eee 100644 --- a/linux/advanced/zabbix/5.2/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/5.2/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/snmptraps/Dockerfile b/linux/advanced/zabbix/5.2/snmptraps/Dockerfile index c5012b99a..56837c1c4 100644 --- a/linux/advanced/zabbix/5.2/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/5.2/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/web-mysql/Dockerfile b/linux/advanced/zabbix/5.2/web-mysql/Dockerfile index 1c3c78fe5..e8a207346 100644 --- a/linux/advanced/zabbix/5.2/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.2/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.2/web-pgsql/Dockerfile b/linux/advanced/zabbix/5.2/web-pgsql/Dockerfile index 0b6c68395..d196d4ac9 100644 --- a/linux/advanced/zabbix/5.2/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/5.2/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:5.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:5.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/agent/Dockerfile b/linux/advanced/zabbix/5.4/agent/Dockerfile index debdee9da..8351b3292 100644 --- a/linux/advanced/zabbix/5.4/agent/Dockerfile +++ b/linux/advanced/zabbix/5.4/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/agent2/Dockerfile b/linux/advanced/zabbix/5.4/agent2/Dockerfile index d50fbe5ec..68b6cc9d8 100644 --- a/linux/advanced/zabbix/5.4/agent2/Dockerfile +++ b/linux/advanced/zabbix/5.4/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/java-gateway/Dockerfile b/linux/advanced/zabbix/5.4/java-gateway/Dockerfile index 35ccbb90b..209a1109d 100644 --- a/linux/advanced/zabbix/5.4/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/5.4/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/proxy-mysql/Dockerfile b/linux/advanced/zabbix/5.4/proxy-mysql/Dockerfile index 902931d0a..c62493017 100644 --- a/linux/advanced/zabbix/5.4/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.4/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/5.4/proxy-sqlite3/Dockerfile index a43d92809..576845080 100644 --- a/linux/advanced/zabbix/5.4/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/5.4/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/server-mysql/Dockerfile b/linux/advanced/zabbix/5.4/server-mysql/Dockerfile index 0d8a3a8fa..610113a49 100644 --- a/linux/advanced/zabbix/5.4/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.4/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/server-pgsql/Dockerfile b/linux/advanced/zabbix/5.4/server-pgsql/Dockerfile index 1cd17895c..19d9ac4b6 100644 --- a/linux/advanced/zabbix/5.4/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/5.4/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/snmptraps/Dockerfile b/linux/advanced/zabbix/5.4/snmptraps/Dockerfile index a3d6145a5..de9c5ed63 100644 --- a/linux/advanced/zabbix/5.4/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/5.4/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/web-mysql/Dockerfile b/linux/advanced/zabbix/5.4/web-mysql/Dockerfile index 7033b50ad..e1f8f2735 100644 --- a/linux/advanced/zabbix/5.4/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/5.4/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/5.4/web-pgsql/Dockerfile b/linux/advanced/zabbix/5.4/web-pgsql/Dockerfile index 47a08c7eb..96f846af5 100644 --- a/linux/advanced/zabbix/5.4/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/5.4/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:5.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:5.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/agent/Dockerfile b/linux/advanced/zabbix/6.0/agent/Dockerfile index e19294315..510babccf 100644 --- a/linux/advanced/zabbix/6.0/agent/Dockerfile +++ b/linux/advanced/zabbix/6.0/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/agent2/Dockerfile b/linux/advanced/zabbix/6.0/agent2/Dockerfile index 120c665ca..f3d5fcf05 100644 --- a/linux/advanced/zabbix/6.0/agent2/Dockerfile +++ b/linux/advanced/zabbix/6.0/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/java-gateway/Dockerfile b/linux/advanced/zabbix/6.0/java-gateway/Dockerfile index 4d2884a13..d6e968d2f 100644 --- a/linux/advanced/zabbix/6.0/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/6.0/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/proxy-mysql/Dockerfile b/linux/advanced/zabbix/6.0/proxy-mysql/Dockerfile index e81fb95f6..7a4936077 100644 --- a/linux/advanced/zabbix/6.0/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.0/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/6.0/proxy-sqlite3/Dockerfile index 38252656c..722162014 100644 --- a/linux/advanced/zabbix/6.0/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/6.0/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/server-mysql/Dockerfile b/linux/advanced/zabbix/6.0/server-mysql/Dockerfile index a60a03a57..0f35f644b 100644 --- a/linux/advanced/zabbix/6.0/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.0/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/server-pgsql/Dockerfile b/linux/advanced/zabbix/6.0/server-pgsql/Dockerfile index a32098855..20a962ed5 100644 --- a/linux/advanced/zabbix/6.0/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/6.0/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/snmptraps/Dockerfile b/linux/advanced/zabbix/6.0/snmptraps/Dockerfile index 2863b3a91..866eca3cc 100644 --- a/linux/advanced/zabbix/6.0/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/6.0/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/web-mysql/Dockerfile b/linux/advanced/zabbix/6.0/web-mysql/Dockerfile index f947e8107..a0642639a 100644 --- a/linux/advanced/zabbix/6.0/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.0/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.0/web-pgsql/Dockerfile b/linux/advanced/zabbix/6.0/web-pgsql/Dockerfile index 71d0b0b56..5292c5253 100644 --- a/linux/advanced/zabbix/6.0/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/6.0/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:6.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:6.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/agent/Dockerfile b/linux/advanced/zabbix/6.2/agent/Dockerfile index 6d58ce15c..09fe85cc0 100644 --- a/linux/advanced/zabbix/6.2/agent/Dockerfile +++ b/linux/advanced/zabbix/6.2/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/agent2/Dockerfile b/linux/advanced/zabbix/6.2/agent2/Dockerfile index 3c783ad08..83250cd52 100644 --- a/linux/advanced/zabbix/6.2/agent2/Dockerfile +++ b/linux/advanced/zabbix/6.2/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/java-gateway/Dockerfile b/linux/advanced/zabbix/6.2/java-gateway/Dockerfile index 364d40a03..c8b939f4d 100644 --- a/linux/advanced/zabbix/6.2/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/6.2/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/proxy-mysql/Dockerfile b/linux/advanced/zabbix/6.2/proxy-mysql/Dockerfile index 4a95f37c4..46b6ddc09 100644 --- a/linux/advanced/zabbix/6.2/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.2/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/6.2/proxy-sqlite3/Dockerfile index a376f1646..4e2fc0f5e 100644 --- a/linux/advanced/zabbix/6.2/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/6.2/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/server-mysql/Dockerfile b/linux/advanced/zabbix/6.2/server-mysql/Dockerfile index e60fde281..4e11ba8e2 100644 --- a/linux/advanced/zabbix/6.2/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.2/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/server-pgsql/Dockerfile b/linux/advanced/zabbix/6.2/server-pgsql/Dockerfile index 077dae291..83eeab297 100644 --- a/linux/advanced/zabbix/6.2/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/6.2/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/snmptraps/Dockerfile b/linux/advanced/zabbix/6.2/snmptraps/Dockerfile index 26e55b1b7..4d2bc3729 100644 --- a/linux/advanced/zabbix/6.2/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/6.2/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/web-mysql/Dockerfile b/linux/advanced/zabbix/6.2/web-mysql/Dockerfile index fadfaee27..1758a5a1c 100644 --- a/linux/advanced/zabbix/6.2/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.2/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.2/web-pgsql/Dockerfile b/linux/advanced/zabbix/6.2/web-pgsql/Dockerfile index 5201d34e3..62f120b0e 100644 --- a/linux/advanced/zabbix/6.2/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/6.2/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:6.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:6.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/agent/Dockerfile b/linux/advanced/zabbix/6.4/agent/Dockerfile index 8e0014c38..6214860bc 100644 --- a/linux/advanced/zabbix/6.4/agent/Dockerfile +++ b/linux/advanced/zabbix/6.4/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/agent2/Dockerfile b/linux/advanced/zabbix/6.4/agent2/Dockerfile index 1dcf9d0d6..44f53ba31 100644 --- a/linux/advanced/zabbix/6.4/agent2/Dockerfile +++ b/linux/advanced/zabbix/6.4/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/java-gateway/Dockerfile b/linux/advanced/zabbix/6.4/java-gateway/Dockerfile index c53c52f45..5b1986859 100644 --- a/linux/advanced/zabbix/6.4/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/6.4/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/proxy-mysql/Dockerfile b/linux/advanced/zabbix/6.4/proxy-mysql/Dockerfile index 41a05b5e0..ea60b3ad5 100644 --- a/linux/advanced/zabbix/6.4/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.4/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/6.4/proxy-sqlite3/Dockerfile index 8fa63bb3d..e2cf2e79d 100644 --- a/linux/advanced/zabbix/6.4/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/6.4/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/server-mysql/Dockerfile b/linux/advanced/zabbix/6.4/server-mysql/Dockerfile index 021286bcd..cc6aeb18b 100644 --- a/linux/advanced/zabbix/6.4/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.4/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/server-pgsql/Dockerfile b/linux/advanced/zabbix/6.4/server-pgsql/Dockerfile index 857b13d3b..601e0044e 100644 --- a/linux/advanced/zabbix/6.4/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/6.4/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/snmptraps/Dockerfile b/linux/advanced/zabbix/6.4/snmptraps/Dockerfile index d5b0696a0..0dd5b9613 100644 --- a/linux/advanced/zabbix/6.4/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/6.4/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/web-mysql/Dockerfile b/linux/advanced/zabbix/6.4/web-mysql/Dockerfile index 79ad1d338..39ed78a17 100644 --- a/linux/advanced/zabbix/6.4/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/6.4/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/6.4/web-pgsql/Dockerfile b/linux/advanced/zabbix/6.4/web-pgsql/Dockerfile index 1163cb348..2c7df15bd 100644 --- a/linux/advanced/zabbix/6.4/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/6.4/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:6.4-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:6.4-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/agent/Dockerfile b/linux/advanced/zabbix/7.0/agent/Dockerfile index d25aaccb1..3ab75ac80 100644 --- a/linux/advanced/zabbix/7.0/agent/Dockerfile +++ b/linux/advanced/zabbix/7.0/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/agent2/Dockerfile b/linux/advanced/zabbix/7.0/agent2/Dockerfile index 40403d0e3..823da0efe 100644 --- a/linux/advanced/zabbix/7.0/agent2/Dockerfile +++ b/linux/advanced/zabbix/7.0/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/java-gateway/Dockerfile b/linux/advanced/zabbix/7.0/java-gateway/Dockerfile index c3ca6963f..1ce5cb4fa 100644 --- a/linux/advanced/zabbix/7.0/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/7.0/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/proxy-mysql/Dockerfile b/linux/advanced/zabbix/7.0/proxy-mysql/Dockerfile index 9557b3cf8..45fc9435e 100644 --- a/linux/advanced/zabbix/7.0/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/7.0/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/7.0/proxy-sqlite3/Dockerfile index 4632023d2..0bfa8f103 100644 --- a/linux/advanced/zabbix/7.0/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/7.0/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/server-mysql/Dockerfile b/linux/advanced/zabbix/7.0/server-mysql/Dockerfile index eb7c4fa59..b3cb40d6d 100644 --- a/linux/advanced/zabbix/7.0/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/7.0/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/server-pgsql/Dockerfile b/linux/advanced/zabbix/7.0/server-pgsql/Dockerfile index 5b37e00e0..da9d6eee3 100644 --- a/linux/advanced/zabbix/7.0/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/7.0/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/snmptraps/Dockerfile b/linux/advanced/zabbix/7.0/snmptraps/Dockerfile index 45dedaf4e..dffe5d16a 100644 --- a/linux/advanced/zabbix/7.0/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/7.0/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/web-mysql/Dockerfile b/linux/advanced/zabbix/7.0/web-mysql/Dockerfile index 7153930e5..3bd168078 100644 --- a/linux/advanced/zabbix/7.0/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/7.0/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.0/web-pgsql/Dockerfile b/linux/advanced/zabbix/7.0/web-pgsql/Dockerfile index 37f1d06ab..a2b04e747 100644 --- a/linux/advanced/zabbix/7.0/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/7.0/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:7.0-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:7.0-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/agent/Dockerfile b/linux/advanced/zabbix/7.2/agent/Dockerfile index 21cb41688..b4f29cfe1 100644 --- a/linux/advanced/zabbix/7.2/agent/Dockerfile +++ b/linux/advanced/zabbix/7.2/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/agent2/Dockerfile b/linux/advanced/zabbix/7.2/agent2/Dockerfile index 765f88541..08472c1df 100644 --- a/linux/advanced/zabbix/7.2/agent2/Dockerfile +++ b/linux/advanced/zabbix/7.2/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/java-gateway/Dockerfile b/linux/advanced/zabbix/7.2/java-gateway/Dockerfile index e4d95458d..689131769 100644 --- a/linux/advanced/zabbix/7.2/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/7.2/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/proxy-mysql/Dockerfile b/linux/advanced/zabbix/7.2/proxy-mysql/Dockerfile index 2125bbf14..f29073f05 100644 --- a/linux/advanced/zabbix/7.2/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/7.2/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/7.2/proxy-sqlite3/Dockerfile index 2a1a438b5..136b4e6aa 100644 --- a/linux/advanced/zabbix/7.2/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/7.2/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/server-mysql/Dockerfile b/linux/advanced/zabbix/7.2/server-mysql/Dockerfile index 70d105cc7..d691493b7 100644 --- a/linux/advanced/zabbix/7.2/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/7.2/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/server-pgsql/Dockerfile b/linux/advanced/zabbix/7.2/server-pgsql/Dockerfile index 7ea0a240a..79256275e 100644 --- a/linux/advanced/zabbix/7.2/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/7.2/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/snmptraps/Dockerfile b/linux/advanced/zabbix/7.2/snmptraps/Dockerfile index bc1176507..6bd42367d 100644 --- a/linux/advanced/zabbix/7.2/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/7.2/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/web-mysql/Dockerfile b/linux/advanced/zabbix/7.2/web-mysql/Dockerfile index ec7046851..66806d4de 100644 --- a/linux/advanced/zabbix/7.2/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/7.2/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/7.2/web-pgsql/Dockerfile b/linux/advanced/zabbix/7.2/web-pgsql/Dockerfile index eab2ca7ad..7b67a40bb 100644 --- a/linux/advanced/zabbix/7.2/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/7.2/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:7.2-ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:7.2-ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/agent/Dockerfile b/linux/advanced/zabbix/latest/agent/Dockerfile index 826d480c5..260619951 100644 --- a/linux/advanced/zabbix/latest/agent/Dockerfile +++ b/linux/advanced/zabbix/latest/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:ubuntu-latest +FROM docker.io/zabbix/zabbix-agent:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/agent2/Dockerfile b/linux/advanced/zabbix/latest/agent2/Dockerfile index 9459e1b77..1edab2ee8 100644 --- a/linux/advanced/zabbix/latest/agent2/Dockerfile +++ b/linux/advanced/zabbix/latest/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:ubuntu-latest +FROM docker.io/zabbix/zabbix-agent2:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/java-gateway/Dockerfile b/linux/advanced/zabbix/latest/java-gateway/Dockerfile index 1d8ccafe4..1a853a9d4 100644 --- a/linux/advanced/zabbix/latest/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/latest/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:ubuntu-latest +FROM docker.io/zabbix/zabbix-java-gateway:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/proxy-mysql/Dockerfile b/linux/advanced/zabbix/latest/proxy-mysql/Dockerfile index 91188afae..912babdf2 100644 --- a/linux/advanced/zabbix/latest/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/latest/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-mysql:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/latest/proxy-sqlite3/Dockerfile index c4842f7a3..96cbb50b0 100644 --- a/linux/advanced/zabbix/latest/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/latest/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:ubuntu-latest +FROM docker.io/zabbix/zabbix-proxy-sqlite3:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/server-mysql/Dockerfile b/linux/advanced/zabbix/latest/server-mysql/Dockerfile index 80d4962d8..c73465dff 100644 --- a/linux/advanced/zabbix/latest/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/latest/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:ubuntu-latest +FROM docker.io/zabbix/zabbix-server-mysql:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/server-pgsql/Dockerfile b/linux/advanced/zabbix/latest/server-pgsql/Dockerfile index e7750d14f..6d8de6713 100644 --- a/linux/advanced/zabbix/latest/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/latest/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:ubuntu-latest +FROM docker.io/zabbix/zabbix-server-pgsql:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/snmptraps/Dockerfile b/linux/advanced/zabbix/latest/snmptraps/Dockerfile index 214324ad3..c8cf2a4ac 100644 --- a/linux/advanced/zabbix/latest/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/latest/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:ubuntu-latest +FROM docker.io/zabbix/zabbix-snmptraps:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/web-mysql/Dockerfile b/linux/advanced/zabbix/latest/web-mysql/Dockerfile index 78d3c8e81..e9d281181 100644 --- a/linux/advanced/zabbix/latest/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/latest/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-mysql:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/latest/web-pgsql/Dockerfile b/linux/advanced/zabbix/latest/web-pgsql/Dockerfile index 05ea41843..3a6285ba6 100644 --- a/linux/advanced/zabbix/latest/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/latest/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:ubuntu-latest +FROM docker.io/zabbix/zabbix-web-apache-pgsql:ubuntu-latest ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/agent/Dockerfile b/linux/advanced/zabbix/trunk/agent/Dockerfile index d82ca5f99..120a13f91 100644 --- a/linux/advanced/zabbix/trunk/agent/Dockerfile +++ b/linux/advanced/zabbix/trunk/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent:ubuntu-trunk +FROM docker.io/zabbix/zabbix-agent:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/agent2/Dockerfile b/linux/advanced/zabbix/trunk/agent2/Dockerfile index e363fa0eb..c8a52c0b8 100644 --- a/linux/advanced/zabbix/trunk/agent2/Dockerfile +++ b/linux/advanced/zabbix/trunk/agent2/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:ubuntu-trunk +FROM docker.io/zabbix/zabbix-agent2:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/java-gateway/Dockerfile b/linux/advanced/zabbix/trunk/java-gateway/Dockerfile index 2f69a98a7..d838ad829 100644 --- a/linux/advanced/zabbix/trunk/java-gateway/Dockerfile +++ b/linux/advanced/zabbix/trunk/java-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-java-gateway:ubuntu-trunk +FROM docker.io/zabbix/zabbix-java-gateway:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/proxy-mysql/Dockerfile b/linux/advanced/zabbix/trunk/proxy-mysql/Dockerfile index c491025d5..8610ea538 100644 --- a/linux/advanced/zabbix/trunk/proxy-mysql/Dockerfile +++ b/linux/advanced/zabbix/trunk/proxy-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-mysql:ubuntu-trunk +FROM docker.io/zabbix/zabbix-proxy-mysql:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/proxy-sqlite3/Dockerfile b/linux/advanced/zabbix/trunk/proxy-sqlite3/Dockerfile index 6444b6c3f..a77cbf654 100644 --- a/linux/advanced/zabbix/trunk/proxy-sqlite3/Dockerfile +++ b/linux/advanced/zabbix/trunk/proxy-sqlite3/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-proxy-sqlite3:ubuntu-trunk +FROM docker.io/zabbix/zabbix-proxy-sqlite3:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/server-mysql/Dockerfile b/linux/advanced/zabbix/trunk/server-mysql/Dockerfile index fb1647740..b937b6727 100644 --- a/linux/advanced/zabbix/trunk/server-mysql/Dockerfile +++ b/linux/advanced/zabbix/trunk/server-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-mysql:ubuntu-trunk +FROM docker.io/zabbix/zabbix-server-mysql:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/server-pgsql/Dockerfile b/linux/advanced/zabbix/trunk/server-pgsql/Dockerfile index 78653f32f..a7ce16757 100644 --- a/linux/advanced/zabbix/trunk/server-pgsql/Dockerfile +++ b/linux/advanced/zabbix/trunk/server-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-server-pgsql:ubuntu-trunk +FROM docker.io/zabbix/zabbix-server-pgsql:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/snmptraps/Dockerfile b/linux/advanced/zabbix/trunk/snmptraps/Dockerfile index ae6645bb0..874c71b99 100644 --- a/linux/advanced/zabbix/trunk/snmptraps/Dockerfile +++ b/linux/advanced/zabbix/trunk/snmptraps/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-snmptraps:ubuntu-trunk +FROM docker.io/zabbix/zabbix-snmptraps:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/web-mysql/Dockerfile b/linux/advanced/zabbix/trunk/web-mysql/Dockerfile index d1dd0c570..4e6f86a81 100644 --- a/linux/advanced/zabbix/trunk/web-mysql/Dockerfile +++ b/linux/advanced/zabbix/trunk/web-mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-mysql:ubuntu-trunk +FROM docker.io/zabbix/zabbix-web-apache-mysql:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/zabbix/trunk/web-pgsql/Dockerfile b/linux/advanced/zabbix/trunk/web-pgsql/Dockerfile index fc73ddaad..d73f8e961 100644 --- a/linux/advanced/zabbix/trunk/web-pgsql/Dockerfile +++ b/linux/advanced/zabbix/trunk/web-pgsql/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-web-apache-pgsql:ubuntu-trunk +FROM docker.io/zabbix/zabbix-web-apache-pgsql:ubuntu-trunk ENV DEBIAN_FRONTEND noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/ecosystem/apache2/php5.5/Dockerfile b/linux/ecosystem/apache2/php5.5/Dockerfile index 81a31dd49..ffba1e02d 100644 --- a/linux/ecosystem/apache2/php5.5/Dockerfile +++ b/linux/ecosystem/apache2/php5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php5.5 +FROM docker.io/epicmorg/debian:bookworm-php5.5 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php5.6/Dockerfile b/linux/ecosystem/apache2/php5.6/Dockerfile index bdf148017..16841fdfd 100644 --- a/linux/ecosystem/apache2/php5.6/Dockerfile +++ b/linux/ecosystem/apache2/php5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php5.6 +FROM docker.io/epicmorg/debian:bookworm-php5.6 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.0/Dockerfile b/linux/ecosystem/apache2/php7.0/Dockerfile index 198e8e6c6..8088f4f92 100644 --- a/linux/ecosystem/apache2/php7.0/Dockerfile +++ b/linux/ecosystem/apache2/php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php7.0 +FROM docker.io/epicmorg/debian:bookworm-php7.0 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.1/Dockerfile b/linux/ecosystem/apache2/php7.1/Dockerfile index 7e7687aca..753d5d570 100644 --- a/linux/ecosystem/apache2/php7.1/Dockerfile +++ b/linux/ecosystem/apache2/php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php7.1 +FROM docker.io/epicmorg/debian:bookworm-php7.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.2/Dockerfile b/linux/ecosystem/apache2/php7.2/Dockerfile index 01525d039..7b33ae137 100644 --- a/linux/ecosystem/apache2/php7.2/Dockerfile +++ b/linux/ecosystem/apache2/php7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php7.2 +FROM docker.io/epicmorg/debian:bookworm-php7.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.3/Dockerfile b/linux/ecosystem/apache2/php7.3/Dockerfile index c1c7f0a64..9088107dd 100644 --- a/linux/ecosystem/apache2/php7.3/Dockerfile +++ b/linux/ecosystem/apache2/php7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php7.3 +FROM docker.io/epicmorg/debian:bookworm-php7.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.4/Dockerfile b/linux/ecosystem/apache2/php7.4/Dockerfile index 719764130..84d2f7106 100644 --- a/linux/ecosystem/apache2/php7.4/Dockerfile +++ b/linux/ecosystem/apache2/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php7.4 +FROM docker.io/epicmorg/debian:bookworm-php7.4 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.0/Dockerfile b/linux/ecosystem/apache2/php8.0/Dockerfile index fdfc8a759..4efedc883 100644 --- a/linux/ecosystem/apache2/php8.0/Dockerfile +++ b/linux/ecosystem/apache2/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php8.0 +FROM docker.io/epicmorg/debian:bookworm-php8.0 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.1/Dockerfile b/linux/ecosystem/apache2/php8.1/Dockerfile index 514580406..37de15221 100644 --- a/linux/ecosystem/apache2/php8.1/Dockerfile +++ b/linux/ecosystem/apache2/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php8.1 +FROM docker.io/epicmorg/debian:bookworm-php8.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.2/Dockerfile b/linux/ecosystem/apache2/php8.2/Dockerfile index 4b44e885a..37eb2a585 100644 --- a/linux/ecosystem/apache2/php8.2/Dockerfile +++ b/linux/ecosystem/apache2/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php8.2 +FROM docker.io/epicmorg/debian:bookworm-php8.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.3/Dockerfile b/linux/ecosystem/apache2/php8.3/Dockerfile index 84fc1738d..a5367725e 100644 --- a/linux/ecosystem/apache2/php8.3/Dockerfile +++ b/linux/ecosystem/apache2/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php8.3 +FROM docker.io/epicmorg/debian:bookworm-php8.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.4/Dockerfile b/linux/ecosystem/apache2/php8.4/Dockerfile index 1532596ac..83c82d08c 100644 --- a/linux/ecosystem/apache2/php8.4/Dockerfile +++ b/linux/ecosystem/apache2/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-php8.4 +FROM docker.io/epicmorg/debian:bookworm-php8.4 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile index 8b0ed3672..20e9935a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile index 645cab6b0..8158f5028 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile index 951899316..b330392a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile index 37ccc04a1..8f2a614be 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile index 44b4fce2c..08b0e51c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile index 167734887..858fec9c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile index 0e861abc1..db763fbe8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile index 54a364c21..a679040b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile index 96e1c4fd6..61c36017e 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile index 63e348b65..1bab15101 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile index 970d9d984..be843d945 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile index ba7ed7a16..489985b35 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile index f94358e8a..0379358b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile index ca2777b89..695b8c374 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile index 824e9e6ca..1f313e6f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile index cce096d9a..6fc3b0321 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile index df027820d..97213ae1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile index b9a3a6de7..d1cf565a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile index 68475ef39..ea0c4efa6 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile index 12f116a30..45792bbe0 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile index 637f54646..5ba16ee5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile index fc98004a9..288dbb4d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile index e15b9bac1..cf06ece54 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile index c635b7f93..87141c33f 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile index 02d38efd8..ba52c3f8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile index 1933608f9..5546c0ec6 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile index 17a4cd136..29e67d6eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile index c181413c2..d99784dfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile index 35b6b5d5f..960abc47e 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile index a1b0164d3..852b61831 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile index 5d255c988..172580f3d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile index 3d2594db0..b0a654b70 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile index d1d30e285..f849a34ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile index 746edb62b..081cc63fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile index e976029fc..0b4a7d9a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile index 96949e279..2caa4ead8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile index b2cbb8868..be663151e 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile index 95055dc1b..d21b5bba2 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile index 0c1511d8a..5b256b84a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile index 7d9408415..45dd9fe23 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile index e4ecc41dc..dbcdabb0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile index 374be3652..eaa74b7c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile index b020ff5ab..0a8f526ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile index bf23990f3..e86790a58 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile index 89f5b8637..5df1256a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile index 2fb230bcc..4653ea833 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile index d43b1d3b3..39f7df648 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile index a632253a7..d70f5d25c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile index 9960bba5a..f315670d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile index a93498b3c..f90076370 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile index b5d3879ee..b33a50605 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile index d951d6f2a..479a60cc2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile index edf4ad1ce..34a0f208f 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile index f1c07f85f..89f4f68cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile index 965384bc3..116ae36d3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile index 84f75a653..9412fee22 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile index 2c85310d9..b96ce5076 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile index f4d9b16a3..a2b6c03b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile index 69e587972..6052cf346 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile index 25656d4e6..fdab61543 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile index 875a2ddcd..a02d2acd1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile index a46418e1f..44bc86415 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile index 7c02bf53d..9610c1466 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile index d2509f510..e1f979cc4 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile index cddeee6e1..b239a1eca 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile index 0b09d2b7e..5afcecf46 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile index 9e011e947..55bad2627 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile index ded3944bd..d01db84f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile index e33df0dc8..7022051f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile index ec6792d61..ce0b893bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile index 5e7198bb9..7a49497b4 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile index b6bddef79..03c610943 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile index 72ec6c0f9..5f2b32ffa 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile index b6a1f00bb..44b8cfb6b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile index 2e4c2b45c..52f561308 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile index 0f165ba49..6b8701a62 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile index 560b13d0e..1f9504f92 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile index 5bfa4e6c9..bfbc62ee1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile index d884f1de4..eb2e5bc3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile index a47657e50..1762c0af6 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile index 1d755eeca..8a3e4bc77 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile index 8f1b95f39..0a599a08c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile index 2cbe86461..694f0df2d 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile index f85ca0e2c..f01c2962b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile index 8f4a03091..9df0d1b39 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile index c42837a44..67ee9908a 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile index 65ea70c83..3ad6f8461 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile index 018a66aa0..c6c23da80 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile index ba3e7f1cf..50445add7 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile index b0f38880c..ea517743e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile index 89f1d0e67..6987d3cd3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile index a482fb2d7..f88b669dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile index 95ebbb6da..7a938123d 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile index e819a1ff8..dad1e23aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile index b3c61f651..248ea7c9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile index 212305470..f82fc16a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile index f91786156..a4b38c141 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile index f6447a2e4..ac7683f80 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile index ad7b774f7..5256b2622 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile index fe014fc8a..14a7c9879 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile index 03d6f5925..186e391c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile index a16fecfb2..12cef64a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile index 94c88d944..4904e3d58 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile index 13c8de6d6..7415ed65a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile index 1358a2945..548eb48a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile index 96b20e371..6e67a140a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile index b95a4c290..597816979 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile index 34373e17e..5fd19e2c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile index c70e1c379..50dc77de4 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile index 6e6806180..8a05229b4 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile index eacb690b9..53339cc79 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile index 69e1a9fdb..a8f65dc35 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile index 8905f307e..e2b3fd998 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile index 352c10bbd..55ec692ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile index 94f173ec9..74d005d5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile index 42029bb2e..8edf96378 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile index 74c551233..e5b9ea86a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile index 4495c2135..c5c2bcc76 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile index 7ec280cec..3ca509308 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile index 1198a2dab..e5ae939b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile index 1a17ce15b..1c1147674 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile index 8eb07e383..7f9d82efe 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile index 35fbe28d9..53152d227 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile index 0e0c2b539..aa52aa5b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile index e002e4dbf..982a161b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile index bafc3a1b6..e9f447964 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile index 6ef34c643..3bd66f486 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile index 8066d3a1b..95007cdee 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile index e91918db1..3a27016ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile index 63be54bfe..830bd63c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile index a47353fc4..2f1182232 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile index 323c81d8c..e859ee3e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile index dffa30c0d..280cc1c7a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile index 6f74ce011..517d6d6dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile index d6ae41020..d759ba7ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile index c5d8b11c9..dc8b9aa02 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile index 71e7d7f92..2fcf9f836 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile index 8bc10ee9f..b4cc04f3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile index fdaedbc10..14050dc55 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile index ebe890cf3..47b4b6cc2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile index 5d5dedda6..fbb75ff3b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile index 62fdac9c2..d05501d2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile index 57a7a2f37..170b9e8bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile index be4925c6e..ca1f3ee8f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile index 6b8eed383..5cb550c87 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile index 1392df4d7..022e1741c 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile index 89debc821..ce6418437 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile index d3c62bbcd..3ef30e139 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile index 25de94079..ae209017c 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile index 46a3783a1..7524cf07e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile index b79680fc9..09697ff8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile index 1cb622c39..fba06b1e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile index 372b48cea..58a1c4628 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile index 7ecbd563a..e0c2d6528 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile index 7bbc545cc..2d68ca516 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile index e99e106a2..a7de06a22 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile index d2ae6ed7f..b6578b2f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile index 653a114ec..98a3ae4fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile index 52fc27c61..db83ec6ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile index 0bcfbb7f8..0e3da7e5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile index fc8bcd5e7..f86b87d94 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile index 73d25cbba..e7d49e5fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile index 6f4c9b105..9a6af3426 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile index 17d5d7025..f32de243f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile index ae35e887e..ec3d8cb6b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile index 312fce0ec..d84ef7f4d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile index dc411b0a5..8a6a28107 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile index 27eecb1a1..9b314025b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile index 9a87f113a..49c506d4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile index 184719e40..903aa7bd7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile index 9437a6ba2..83d44ef16 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile index de42dde27..b0b9ad8de 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile index 6036c3afe..760d186d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile index 2ce32750a..2cd646d10 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile index a595f7d90..c4096ab94 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile index c2b258577..f01209bdb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile index bdb92553d..ac3d8a5f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile index 99904fc63..296182c40 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile index f283a660a..bd5a7dc09 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile index 25c00581b..00b0b0f4d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile index 990f7c5c5..906996432 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile index 9c6262132..2fe07363f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile index 5a0ef77b9..3c9d6e382 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile index 01dc15271..1dd34613c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile index 0d2c6555f..687b750ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile index c75fd01ee..873136c86 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile index 803a6ce66..4fa4d2bb2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile index 0ecf87820..a8349159a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile index 371eb7b7e..6c8a5255a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile index 192d0de73..cd24f1819 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile index 1f4407356..5b3a91731 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile index 9896cf51d..a9d354336 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile index 411aaecb5..c10604ecf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile index db74d6920..928d86a6d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile index 7aa1b70f8..6069172fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile index a6caa0e11..6fe161660 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile index a845c522c..fc95e4908 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile index 44b15c30e..ae5a4bb82 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile index 8f03921b8..1ef974ccc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile index e53df56c4..8dee945ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile index bdfb11325..4326a440a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile index 721a6cec0..416148ef4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile index 55d0707fb..961590d94 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile index 304b1d4d6..d0386de39 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile index 5b8388dc0..30a711c67 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile index bfa33b390..849e68692 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile index 439343717..aea00ed9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile index 4ac63ccc4..7d6e953b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile index f5cb0a8a9..4e744e74a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile index def2a071a..6abb2fffa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile index 2b6ce8926..c00d69e11 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile index 4e71c5277..389782f20 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile index f151d08a9..85088ebb8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile index fef87e3a2..276f3b0a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile index b95f51f10..f973d375b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile index 60bff9632..f459c2714 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile index 3be7efdac..b64600e46 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile index 47fd07fea..265f681cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile index da083e540..5012a9707 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile index 70f0d5d39..43187fc32 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile index db4de124d..16c30e96a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile index 9cf81dc04..84367e2fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile index 889bffc44..6f067f3b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile index ec28884bb..16f43c5fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile index dfc63c7ca..7f494ba58 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile index 0ef6a3f46..092ff2f0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile index a9a6b994c..49187f3ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile index e9827f760..1d5f690de 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile index ca9d70ac6..fdc9b3978 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile index 89106e273..fb9e40117 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile index 706484be4..d2166763a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile index e206064ff..e75fcb34a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile index 5d8e829d1..5b5d12c56 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile index 14d7f512d..2274bd82a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile index 2f9898350..a08d188f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile index 9968d1789..1ac3a4bea 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile index e29ceb645..c9289d157 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile index c14ed1d84..ac6fcc7be 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile index bd78c9990..ebedc213e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile index 6698edfdd..44f76c8de 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile index 6a3a82aaf..332728907 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile index e9a6957f9..8d316cb0c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile index 598d95a02..a2926ff09 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile index 49ea774a6..9eafa69eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile index 19c1d36b1..fdd2d838e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile index 24caff9a9..4a12fc707 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile index 7efc6d187..989942d57 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile index b919fa4d6..288162004 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile index eff44f232..f2f21273a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile index b777a9360..51a814d61 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile index eec941872..0318232cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile index 144e8da22..2cff74114 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile index c5a3baee6..50f0dbaf6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile index e130af127..efb17aa0a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile index 88cb78952..88525e285 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile index 2c6587895..dafbea494 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile index 8767a28b2..0ef4a0dbc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile index 804e10382..da6829234 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile index 005c1c81b..724b4f005 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile index 44e7e2fe6..87563c34a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile index 330294241..8a2c28f27 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile index 49b2d2968..0e35d8224 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile index 4273f1438..800fb04d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile index b036dd715..9453369e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile index 55e016e05..e49b5f94d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile index 4534857be..c110ab787 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile index 858c71b17..4bd4330fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b21cf68df..03caf16a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile index 63ae6db8d..7846008a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9d59c6a2..2e3d5a172 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile index e4e704542..f64fb4995 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad0feb26b..9bfb1792b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile index 4afffc81c..2333927fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7307b7805..6a219353b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile index 972b34687..db97c593f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 806ff2d77..6dd88796c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile index ff9f36fb6..54dfb0b34 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b638af88..e225c039b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile index 3ead4a16c..4c2f546c3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7f9e16546..f02dd66b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile index 3f2cb75dc..ecd8b3084 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18c3a1553..11dd425c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile index c6cccb1e3..3aaec9fa0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c98614e14..6548178ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile index cf42fbf88..b6335af9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9d1ff4755..23e4a4e11 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile index 3ba71d9d6..27b5cd174 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 64b89b0c1..761bb86a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile index f38c617d5..bda688f47 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8eec44fb..78c200c7a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile index a1df0015a..cc5f1a57a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b227d51f1..ad52c37f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile index c187ffb1e..779b687c3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be86d2f25..ddd4018b3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile index bd9cd37f5..bab292f19 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 375a609f6..2e0cb5f32 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile index b751d0172..f1a2f0b92 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bde86c1ad..530668aeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile index 28710a586..8d303f768 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3a7ceb7f9..b8f88a84d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile index bf0f70f89..34378e743 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c5e3965f1..e01141309 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile index 04b859327..0c37e1ed3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3890832f7..8f324cdf1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile index bb2df7258..4c1ea848c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e419f01b5..2930e5977 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile index 8bf9bb1d1..5886e4b61 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2923a465b..9ad58dae5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile index 1c1b02361..fc86dea81 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 65a254885..87a2ca387 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile index dc1374e13..d6b244ca0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 301446ee5..c619552ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile index 71a191544..8588f9dde 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 da560514b..e385a1e47 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile index 6a4275dfa..3ac49edbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06b62ac20..93a85e4b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile index 107a88277..aab3cb7ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 283af8690..93ff64ad2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile index edbfdd91c..a57e5da31 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6e325874a..3c6c7c886 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile index a5ede19a0..a8903d475 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53f40acb3..9c7c6d100 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile index ca93e4ab8..89369e406 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 89cb05ddc..b95808f0d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile index ff9520f53..50b850905 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 964360353..1d16fbfb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile index 1f29b81bc..e23c72cbd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a070c38c5..022a4e498 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile index 96468ac96..64aaa0312 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8fe906e76..95c37aedd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile index 8850748b7..885e03d09 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ffd0ab98f..c998372eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile index 654c31faf..7af6ff082 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 053fce6a1..d2db8fd75 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile index 27740c108..b4c05be18 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3d54f612..1748d8756 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile index 8e9fd689d..b520d6539 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fdce6c955..90b5700c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile index d76f5eb3e..af5a35fba 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6ff0a4186..05a60cd49 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile index a8a3fe6c0..8c1ebc410 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e1a1e6a80..69e104bda 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile index bb39cad48..a94d010ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f334d331..00941283a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile index ecba812c4..460c4cb72 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18ca6a8cc..f7c1fbf60 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile index 7d27ef36d..dd5d8b435 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a48eb7bc0..93a4955d4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile index 681f37ee6..fb38c1d98 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dc24c3d38..e86452a24 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile index b72057fec..093cc76e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dd1b39e17..0a3bdf315 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile index 883b95e17..389688b95 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 347f11cdd..98f3cd236 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile index f94df0ef7..f65b6e156 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd6a5bac7..c76e094cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile index cc30a85b3..88e3dfcdf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a19fce232..2b501221e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile index 38b3c34da..dd8968eb1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 626489d01..3c8f538d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile index 50b67a4f7..12e87d618 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b1c17a30b..54f976b12 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile index 9a4600c09..783ef7899 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14647e11c..b5b3b5af6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile index 54a7f8741..f380c6126 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 60b2df805..8fa0cb04e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile index 5cdeb72d4..10ff7b247 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5e4685ebf..f119379da 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile index 1ae9b3977..fe699f17b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7cd84a4ce..7669d4454 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile index 8f22dfc66..e05d3b1d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 afef78bd0..a8d345ff7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile index f2a7232be..7a4673f1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18017741b..a2288f076 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile index f289388c6..46f1fc91e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90898bb3a..f69d04081 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile index d8091ef64..596f70d9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6cfcaeac3..2c33212ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile index 3ffbf13f5..e4d4009ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 54250f222..a01d97276 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile index d38dfe104..d8271f9eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e58c719d..ae1b83395 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile index 8b014e365..0256a1885 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2afd4091a..98a503235 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile index 35ac4b4c7..3d9616749 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aff81ed12..f65de9547 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile index 933d445f8..9e914bb64 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 249ad3704..5c77c9e36 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile index 9bd19325a..48821c01b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c53f7f44..ad95d69ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile index 183d92060..be66107fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 28f0ecacd..8e6330ac0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile index 728912f44..8435929f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 24bad2513..886fa90e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile index c532c5432..f3e816736 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48da08efe..3e9522325 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile index 023793da3..b1dd9fa07 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36bec3d80..f9f69c43f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile index 9a4a85bc6..b7c1d6db4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4609d8b30..f0f5d5ffd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile index 5c9006b36..d0d4dc798 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c18a1363d..efa639467 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile index e1af54012..6521c8259 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7471b85c3..17c47cbdc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile index 673177ac6..e49ec2eae 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99cc83bb7..f62f7b56e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile index 38ef5d281..ed6202077 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05abfcb99..f735556fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile index f5032f6a9..4e981c4e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44926538a..aa4957292 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile index 36334850d..080867995 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68fcd45c6..95d8a1571 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile index 2263a2fcc..7b63b6478 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4fc6c888..18d9af6bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile index 1b6f8aab1..aef3f9075 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 39a6e618c..04a745540 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile index 18709d7ba..1a61518bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db62b0afc..7a2a141e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile index 63dc2b5ef..eb86267db 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b5368860..ba313e160 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile index b6b4c5ab5..b167c7b0c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d720383d1..4ce15ec63 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile index e7ec6c39f..403854d9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d7569d639..5e796a95b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile index f4ac076bd..81142b18d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b1a354ec..80b1f3fc9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile index d18bd61e7..5256005a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6115f0bd1..3f14e45ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile index fa358be22..7df1bd387 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c0d1d4c4a..0ac9e1b4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile index d0ba2172d..b41a79852 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4506670e3..dc18468cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile index a9fb8b08a..9eb2b6da5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4454f67f2..2335d9348 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile index b516731e9..2754421f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c0665fa8a..927c85eb1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile index fe0174624..85ad1da1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cef07ee98..fbb667fbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile index c63fe5f3f..3fe0ba590 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90201e77e..101991507 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile index ebee1e032..6e6e3e012 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 826fb4843..da786c509 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile index 698f729e0..685685b4e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ec942aaed..b9c81d4a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile index 370771776..eb16f2b73 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c4ffd9bea..ce59af78e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile index 809ec2245..329c62969 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bbe36e477..7aafc3c77 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile index cd7eb49c0..f015b0d22 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a68ad5c2e..3f6dc490f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile index 318c97e90..c8c7db18e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 976e580ce..0821b48ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile index f7cafe438..e33e2ebca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8025debb7..f12286e70 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile index ad2ac37d6..3e1b256a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b873f57bc..2f6056d84 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile index 412bd797a..c61dbcdcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4cf32cedb..a20d4658b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile index 9a54cbacb..47da4ebb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18d8e5a97..b27419b23 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile index 8a841a545..00545e716 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8be1042e9..0fbc92aaa 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile index 37252c502..c2e5fab78 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d6a46d463..dc3377491 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile index ea326b40d..0cef3764a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b97528326..1b7f91cef 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile index 41d621532..0fceafd5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56e30550a..48dffa197 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile index 2d8b64211..1fcb7b2af 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d58b4da14..f80e5f6ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile index 4de395f07..121241021 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96712e8eb..5ff7d2356 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile index 8db875f77..2e68d7e81 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bad852af8..a1f07401a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile index 064b656ec..cdc00f57a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b7fb9c09a..6ee5ae8a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile index db0ec8825..c43fd852c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e420d6430..47e69b2fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile index f9e32f945..940551f0f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 62e9df2ed..bb31ef9e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile index 57abc787f..8d44f3848 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 979673f85..32711a6c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile index 22b4d5252..cde989e2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 625ce4be2..a0fbac4c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile index 0dfd990ce..aeb167067 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd98184a9..05e4bea0c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile index 240677f02..cbff4ecda 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b50c0663..58a068623 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile index ed5ed2c2d..802d10ee2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1eff7ad2a..a9323d980 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile index 5535a307c..e7479a59f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 005288279..74953b03e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile index e3b6f3d06..5400c7dc3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06237e5db..b3bbac0ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile index 28266a843..5c8277bb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e2ac1b4dc..80bcb9a0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile index 9607c2b34..383739394 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c480295dc..8f01debdf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile index f1c084cfb..c3daed6f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43c15dc39..9146152b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile index 254b46548..4bffaf504 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af340a5e4..7e718d9b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile index 5c06acd02..5ed5e377a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 07b434c9b..0ae4e42a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile index b550cdc4f..7776e9f90 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aeacc3b5d..4399dadb4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile index ded711efb..0e99dd443 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e913a61cd..c5c3c0fd8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile index 740d42143..d55fe3b46 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5e4698442..bde56c2bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile index 9f742e2f6..905ee877c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 23fccfb4a..317d62c8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile index 25c4a21b5..47534b498 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8fbdf072..24299d065 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile index 23f09c40d..129f51b3e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0c9581cc9..2cb955795 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile index e3cd4e75e..6658ddbad 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9ac00ec0..f4b3d1052 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile index c151a94a9..96eccb7a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b17fc0566..123714351 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile index 9735cac62..c42c80615 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a25d571c1..3f329e869 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile index 88005d76c..f09fc94db 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 229192009..56247da07 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile index f3c94aba9..93f10117d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a7a847132..b5b444c41 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile index 14669a2ea..2f2c51e1b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b19f4fa58..9941d71d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile index f11d06b81..3193f07bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ce2db7e7..55f88ec5c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile index b3e04a575..d66233c30 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e1adcabf0..703828876 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile index 8fdbb5fa3..2c279715c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32946b9c9..f61b2b2c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile index e4893443e..9bde4975b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6771f31fd..76fd8b752 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile index 5405ee824..94c401439 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ff4a9108..65bb5a387 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile index 3d184984c..d0aff28e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee57017fd..3204b6ce0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile index a2366f025..165c1c630 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 339edc3a9..545ad6f86 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile index b003313c7..49c784859 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 707465709..396eebefd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile index 6fc3a3a88..30e3e1f7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a053acf9..460e41712 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile index 589af856b..0063dc7ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f41be4ef7..f3d673e3e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile index 98c828896..47e1f0fae 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98f276370..98ce84a6c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile index c1aa3347b..2f1e5401a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 224be3d76..3aeffcf55 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile index 36aa810db..48a0650c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dd0057b09..0699b1211 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile index 8fde18c10..c6bc716da 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 41b7e794e..f4caa86dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile index 52ee4eb5a..efb0a759c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35fcc8c29..0c7d2e01f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile index ddc509042..4f12dc6f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b9e35e73..9d5b6bd20 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile index 80a80c18f..7600fada4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cd5df7e24..a0f18e793 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile index 8ad9a6895..097466a89 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37184a80c..42de9e735 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile index 5dce5ad95..a488b36b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d162fe15..7c3066ee4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile index 99fa6c80f..978150c63 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3014c4acc..b65d812b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile index e2f321976..84f8a702f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a469dfa95..a1e8dca61 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile index a4d2587b0..5b63cd100 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8d328376..45865effe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile index e39b34ba5..f59e5fe54 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ff8f55cfd..98588f750 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile index 75e03de57..4d300df94 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9c68d81ac..f9566c6c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile index 3f5c144e0..fb9e786cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e381c6490..ebb71271b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile index 8eaa49413..fa8776bcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee3b5c490..3ae15690e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile index 945b63566..3fceca38d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 533a65bdf..b654ea9e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile index c164b5062..d057ed6f5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5f36252fc..208c4ead1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile index 911fc246d..3ad2fd14b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebdb112c2..af428c1de 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile index 750d66f41..9425e3158 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 95df3fafa..46c250f9e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile index 888bcc51f..fcb7bd52e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 854ae7c63..fa71ebdbc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile index 4fe52ad12..6e5f8136a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 063675e4f..ad0b62bda 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile index 235cebc78..050de3632 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e3fa346c..2f5e05b08 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile index 118e64180..026097406 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e9fbdb21..4788705f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile index cbca0be69..b371830a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 938dd3097..b042daf44 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile index 836eb3fca..c2e77f231 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d151bc0cd..38412cb40 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile index fd1fa541f..6ba6653c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63a1a940c..5a5b9b757 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile index ff32f3001..7d0cf318a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c5ac006d7..88848dbd0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile index 3975b6291..7c7469bcc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04f0a2853..386730f56 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile index ffa3fbb91..6085b3b82 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e3984313b..b296a701d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile index 85026e240..d964e4c3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d6568e332..410de335e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile index 362224f51..580db3d67 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8e128a4c3..5761d192a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile index ae5ef21bb..e0446d04b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1be245fc8..8abb786bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile index 16dd0ef64..d58bc2e98 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 856bc56ae..a3bfd2e67 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile index 9bab5aed4..a72cafe3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bcda69a9b..df1231bd7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile index 046a75e27..80b28b679 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5670b32e..8eecdb6dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile index c08eef2d2..fc3f24cc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e659970d6..2ea39b621 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile index 8c26269da..eb301dd84 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 670f3afd2..a170cdfd7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile index 389cc6f01..b8717e6f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94bb1432a..9e9b059d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile index 1542bbe40..72fce95eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 041bfd095..2d22c1862 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile index 795bf9b8e..f851d8558 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fedd2c4e2..b79222c3c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile index cd1660ab9..a5d9b7b63 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68e078298..d8dbbc1f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile index 811ec0d8c..7c59e88bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e3d1a77a0..94df35651 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile index 0ac2c10ad..96dc2abbd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 109e82edf..602ae4303 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile index 8803700a5..a306ad803 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 562ae1c21..0c190679c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile index d9fa5ed0c..e1d277dd9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f17b11a89..9f4aea918 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile index befdf45c0..9675c92c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db0c596eb..65dae8c82 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile index 6bd87c7bd..3eb73eb52 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c219ab1d..1c79a2b35 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile index 0d2cafd7e..4871fc3b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9ed176b0..504128c3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile index d400ad727..03c60b204 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6f9b4106e..c83658d3c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile index 66c5d681e..523596e74 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bccc484ae..ef66cfb62 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile index ee250c34a..d8f43dea3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fa4926914..48a47661d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile index f1e23cc34..d0aff5fda 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 379f3e869..23a2b6336 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile index 838848672..703228741 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bb54cd953..895960435 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile index 5ab8bd24c..cb6ceb970 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc80568f4..db22a3212 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile index 9dab71a60..91777962b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c14732d79..a97d0a8bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile index e68626a63..e83eccdd2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e04408dd1..bb3d33099 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile index 329a9ff5a..f8179f0ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5d94e877b..865e6ee80 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile index 571da8f7f..805575478 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ea449056..b8d23742a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile index f1fea420a..56baea3d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e0703f755..b8bb3bdb8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile index 91d1711dc..a6b16c2a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e183fc9a7..fe715bc9e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile index b3b8ad322..e543a5c41 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d5064a9e..4e8bc441f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile index 184ae3100..c92898146 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a11521592..760ebb5ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile index b49c5144a..f0f548cce 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53cb1f832..c7367afe4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile index 62f69dd00..d35d8eb88 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 319059636..915153a85 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile index 3a5897f40..7c289c26e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32dc9feea..0f6ca09f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile index c4cbdd4dc..f5cb4f39c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2926776bb..d951ed330 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile index 7e9960e89..dfd73f4d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94aa9bbe8..8c505e8df 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile index 33569256f..b178330dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f46ab6d67..9df621f67 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile index 77162c91d..72af0ef1b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b471dc874..19089699a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile index 087cee335..9eb3f2550 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 82d2dffa3..86ef3d523 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile index cdbb3a744..576b23560 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a329e580..eb88761b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile index 248111dec..ea6cc0419 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a75d7fae..85daabddf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile index 6825f2a5e..7feb2fdc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e57b47d5..ee652e0f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile index 8d1e1757a..896ad9e0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 29dd745e8..2e979541c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile index 639c53a34..142f82100 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e9610785..dbe97ab99 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile index 5b1e034dd..321c070e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0b591cfe9..d41a93d7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile index c4536a54f..ea5ef3601 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cf765d9bd..e98ea89d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile index 28f9d2dbd..3305bfe32 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 922990243..d8c8ecb61 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile index fb8904a6c..938773b2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6837b7936..e2c0c2cab 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile index 3c537c925..c85c0af15 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4fc7cdb03..1462d99b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile index 8dd508fcf..1d74698fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3fe163507..4ed5e082f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile index 81b738deb..bd9b01c1a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c20b64eda..9336b91e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile index fdd457d3b..313ea9f4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5560c15ed..f45f2ca57 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile index 13fd745c1..bf2604bb9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 291fae5b4..9f6d1e0ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile index 19f211536..8f231025a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 130f54540..ff7c27623 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile index 9ddaf2fea..82a8b7fc4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fa6e44581..57d9654a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd4804c1c..cc10d8c81 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile index 1323dc67d..5ca5a3223 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5e3f961ca..91dde8477 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f985dfa91..7bfe2a205 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile index 55f519473..947884360 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32490c55b..165af3a22 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c90631678..ec43680d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile index 1ffc087a7..445f054fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0dff9f1c7..211e60d16 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b1d76baeb..20371a6bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile index 770d3a233..c98117c01 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe0a61de3..e85e9d44a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d43ed5be..a57bc34f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile index cdc170822..493ea43a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3bfed427..cbba74cd3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7f6211bbc..f0ce18af0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile index f176a9192..d4cc6beb4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 08c618fed..8713e6449 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a77bf024c..a8140abf6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile index b145c5752..91a7a4d3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 000e52e59..cc96dd3cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 01b4f3b7d..6849e52ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile index 2f6bd4e15..e64d45a50 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 262670648..85744dece 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a81ef0959..fb39c8965 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile index 54d8286b1..a3624182d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 455a69373..46544af21 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af24d420d..af24b1217 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile index 1b547b326..759a98645 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2edd5f6ca..4b88ca768 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9dd8adde5..a642d0d01 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile index cf482496f..b288d87da 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d91a2e2f4..d3ed8f900 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc5c1c070..a1d75c2e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile index 439ed9b38..00a1f21ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d7031b4e..6265ac0ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a7cfc078e..817d233e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile index d73a28ae1..3d8640657 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af13cb73d..1a793a599 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a23a8142..ab571e840 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile index b568cbb26..5419b438a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d92695675..af958a520 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5bfee9a5b..4f7ac969e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile index fea81b885..cd3f53039 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87dbbc8c7..32b79e0e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c45fb1755..506c63a8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile index 5000ba86c..cc0817131 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f3cc7e077..7e556cb94 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 950f0f8b9..fd3097d17 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile index f2534e502..3010abe31 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43116386c..ee5e6378f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 289fe0a32..a15432f5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile index e8a5ad691..f58a185d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dc4265b15..bea12ebaa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70a9b4073..8aa778dec 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile index 6b4ce32af..53cc50b47 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c67ff4bd8..124bf7d12 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 55e4c9786..acaa13a28 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile index 78a868334..d6b72d731 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6ac096f51..b8ed25cd5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 60a85062d..8a5b017be 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile index f91e1c7d5..4c982d148 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e54288839..cf56215b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47f7741bb..9d88c6728 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile index c702e254d..e0c4fdb85 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5ac186553..c24ab8575 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 560063502..9cd37ab67 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile index b850eed7d..ed627480f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b6c5ec9c..e8b6a6854 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dbca14c5b..daee92cd4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile index 218303423..4bf431e91 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc3c83451..b7b6fb617 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 82ac26534..ae276716f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile index bdabc69f8..21c3611be 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a75886e9..6c1eaa40f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 efec5c1aa..64c1ee580 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile index 6ff7a103f..654711919 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 83f0392a8..14d82e09b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfe328fae..6c9f39fa5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile index 24a1bbfa3..150dc223a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c4c99999..5ecceffac 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48872f7c7..a7c917e77 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile index ab2ad53b3..a1fc27635 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 51d25ab1b..45f95d9c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5fc17e05b..e4e9fba6b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile index d6c9e38ce..b7ee6a657 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 334a89fde..4e0ab99fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b228f8a34..c4d9bbc4e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile index b7c8fb003..8466534d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5bfd5b75..00bca9a91 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4816dc84a..2fb28ad4b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile index 4c81ad726..6d92d590d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 317d371f1..b3c769db7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 506420de2..c6880d601 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile index b0a708692..e863e49e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3f53d1ed5..84912b0f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f78afa152..b4e52fbee 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile index a02fdcc4e..9ea8c566e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ce9c690f4..db4497eb7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c34129cbe..ae806bd29 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile index 915b8b085..13a9e94a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e709ad983..654b3356a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 816cf1856..3b8a5047e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile index acde55d61..ab6497441 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ffcd4aaa6..7c2066df8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebc0d5dcf..c916e2d87 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile index cf8ffd3d6..e46132543 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9c34ef952..ef14cf799 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79fb658df..fb13dd5b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile index 385b42b8d..9a80883c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 070d46520..7c4a0d015 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e3b4c5110..6a028ff4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile index db8963133..9f4e05dd4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69c8a6d35..2de81bb5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 deb494173..746887a71 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile index c775cdce0..1dc691397 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dce0fcf25..94e19e979 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f687481e4..7a78d7490 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile index 91426e224..136b22be0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d50eb47a7..2d60b8ee5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d54de7eb3..0482baabc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile index 7716fe67e..cfd13b218 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8c7e55d34..e722dbba2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68b2a01db..4e524c875 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile index a7ca5be94..5357c6cd3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dcdb20ebe..576fefdaa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 19c4daa23..df4092173 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile index 97b8f4b66..1742186d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d627843a0..43556a07b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9d5119f49..e442f69ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile index 8e033535c..243139c9e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9abc9f0b2..d4e3c74d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ada10f90a..69ee8ebee 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile index d53986bc8..dfd036b55 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebb82842d..1ec81eee4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a9cbdf12..a8172ad14 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile index 620a2a325..8eef5f8d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 index d3545b2c7..73b552225 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-jdk11 +FROM docker.io/epicmorg/debian:bullseye-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 index 1af5ed773..cdb4f5c63 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-jdk17 +FROM docker.io/epicmorg/debian:bullseye-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile index c1368d240..ccdbe6ed5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile index 8ce35ba6c..9480cf5e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile index 8e6a78401..2e1c45e0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile index 56380ac96..16b2150ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile index d7eeb51f3..fcde13100 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile index 6e662bbb5..23ae8a1af 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile index 583f8d1dd..6e70fe653 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile index 5fae89777..54d991f30 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile index ecb0a6c32..adee1660f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile index 6fb0d46e9..fa689b6a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile index 01bc1119a..4365decfe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile index c0b0111eb..19d13cbcc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile index 3f61714f7..13aaed5a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile index 5f3b33993..019bd1bf8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile index 4f0e5e5a5..cf7b3927d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile index fa76b28d4..2dc0329ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile index 94636fe10..d610d6395 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile index 99001663c..f91d5c124 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile index 4a3f13ed3..c072d4204 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 index d2486748b..2e9e368ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 index 13218429e..ebc16273b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile index 5e710ad67..46901f3c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile index 6b1af41c9..64b6b5536 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile index 34254dff9..561432f1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile index 004c3c813..8a3acbf5c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8c725d83..20d02c0ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile index bbc7a624a..1a2528b4d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 acbcc8b97..646b5d65a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile index e0640353c..dd76916c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0de1ef694..4812a89e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile index 1f785cc07..6b023f9ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1f75cb62b..e3e8009c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile index c0787e263..c2860b12f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d8889c27..ae0119d10 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile index f69f4593b..774785db6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2a2859594..21874f903 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile index b9aa07c27..062326aae 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a2985d0d4..c94319fbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile index 18a5cddf4..cdb9a7c3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e22534471..0a0234e5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile index 1f5a06862..8e6931774 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d8cf03db..037bef318 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile index b2efdeab8..64df64a95 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fdbd0a4d2..85fdbdaae 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile index cfb1c8095..ce951eb82 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a004a95dc..91579237b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile index 1fa96cd05..ded92a053 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b9d2e794..dd030da75 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile index aea55915b..efe0284fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8912231be..c2bc6792d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile index b78db7c5f..a8fd5997d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b283be45..9ed28a707 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile index fd9a45aaa..3ca7d9524 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05f56151b..ee2042b6e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile index d61921dcb..a38fa9d66 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebc713eda..4ee64a0c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile index e1923b686..8934743f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf111eea1..72169a682 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile index 45f4af5cc..599c32baf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 88f97a34a..02049ec2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile index 62ed0cfc0..c3f75cbb6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58e41466c..508c8d679 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile index e6d757d75..3885e417e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 40062ab06..6165aebb2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile index 274e643f7..3b13545ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5f41bfb12..4f0368f99 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile index d9693ea22..05b3cb4a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b998af44d..4101ccecf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile index 5cd00802c..3ff3efaff 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3f4be7e7b..d0d13f91f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile index fb714eb28..452fc25d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56ca33d4f..2d6b0ed21 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile index e81a91d45..6cb2d6da5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94b920fe9..e995bc59c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile index 44b68c2d2..73116d770 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e1d101aac..64c8f548b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile index 2ae96ba2c..09c126c52 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dcfd8ab40..0cc965795 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile index c3bf9d662..4d5284973 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a5ca425f..b91381088 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile index ffb2ba8ac..0c2178654 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0df7db37e..714ace2aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile index d59cdce58..4b376c599 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 793a9e88f..1eff5924f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile index 412432e99..411e53cd6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44dd6b625..86bbf1f30 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile index 953f0d751..ae799cd1a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4fc333590..a2289e358 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 39b4846cc..2f4a5c3a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile index e477cb7b0..b31c7a970 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c80d5e862..264ec76dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7021feb25..cd602f323 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile index 4063cca28..425ea7aa5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d56ff2f19..dce5a09d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1dd14d6e4..d9b77631d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile index f75a5bbb9..c61bfc986 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3ae44561e..bfbd1183f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 91934f2f6..cfcbfa985 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile index 73faa9f9f..ed2a9c50e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ef4646c2..1f3951c9f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7068d8ac..f2b8c6a7a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile index 41baadb25..8a4205a6b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e20283c15..1c6523269 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52568f515..e1d76aa63 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile index c2dfdb050..317c420f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 57f624948..b7f9c1ed0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96423f8e0..d5f57f4d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile index ed6543c53..ac50e443f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 00b17d6e5..97b4908b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 309797688..15e3e3d3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile index b979bc7ba..8117446e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 416cbc533..5846b359d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99aadc4d0..d5d2c591a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile index 2305d18da..caabf01e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0846e159b..96a9b2212 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ee0cec77..a32055c70 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile index 89342b299..4a2d84018 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53c576f47..439844085 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 052058655..4e76fbcca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile index 6d270db81..27eac2432 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 942e62167..0e3ef62b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8afe3b8f4..95c22d1c8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile index 2c9bdb637..4e4e4d8f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5348f396d..16528ca38 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d593b7b6f..e0f2435b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile index 6c3075bfa..1c8018414 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f9367e420..7b984a4fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0dbafd1d8..5b7b5aa4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile index f15936ccd..3cd55a30e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ca0a79920..18ce943c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 117559018..a7fcd0c09 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile index ff1e0ec9d..24eacdae6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70b8d84f7..d1c912179 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f0059c309..3ff07fc36 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile index 8aae894e8..8c91a6ab9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c44b2aa40..cadc36689 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33b6c31b6..91599aeb4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile index bbcceb4d9..01bdb68db 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68f31fd7b..7bda7232c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed199db67..e024b50b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile index a434cb30a..0b181f17f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3bd6066cd..9fa0446a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6eedfa16c..30bd42323 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile index c585a0295..e7c93a4a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb6589480..227b0b2bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 629fcc631..b9623a46d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile index 2a020f2bd..eee296821 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 637356542..2592829cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53b8fa9aa..c1ffb0d06 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile index 3be400815..486fd68f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d1ea5b3c..7070c4910 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14b4abdfc..ef69711c3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile index 316f9d1d3..0236b7e92 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0207a231a..0c491c613 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4dbbcb3d..4c693c22d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile index c761c041f..39974e679 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b30c443e..7dea2f66e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a9e6b1b1..34680d2e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile index 5c4cca56b..592afdcac 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c07e3bd1d..37b68a69f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb62862ca..1b86898a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile index 6003f1d5a..a3df5c118 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b03a0dd8..a5d8f7107 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b3ff772b2..600faa48c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile index ded2d52e2..5aa15f78d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5a837226..0b4b7750e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1fb1be698..b14bc595f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile index 6a1e8e3b1..70d907600 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30cf46054..699cec78f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ac5a0b748..9e753e129 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile index 33326b085..4c48dc9fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79304450d..58a3473e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8fa0c386e..2f9e7fdc5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile index 50dc47c02..1cc05d178 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8227e729..3c2e2a214 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad0e75587..cff2a3924 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile index 5a2dd6ef0..1190d77bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5c979b858..de2fa4453 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e78bbf4d3..f4573d087 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile index dee7f2f13..9b01058b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 index 57167dd98..16fd641a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 index 2a4f2f8c1..9d645e5dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile index a10753f18..14f31c31b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile index ca4ca21c7..6d328b5c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile index 049055577..b3eeef58b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile index d2fcaa506..f42e785e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile index ad088739a..88bddbd9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile index 769048817..7e7e9935f 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c692d2bb..a99e08545 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile index 9b8cadbe7..b14a9b0fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b89ca81b..291a3fb22 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile index 0bf309015..8f679136f 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc803ebc6..93a59657b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile index 2e357d36c..1e7eb23ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81621e398..f296fb762 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile index 6372e1fe5..5ff8bc24a 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 index bf22a9f5e..1a7e9511f 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile index de96b6fab..68e0dc361 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 index 5db07073a..58a900fd6 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile index ca7fa55ea..67bc10ac2 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 index cd3d901b8..9f99a24a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile index 3c8600c34..4c956042c 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 index e545e2b8c..4cb6d0000 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile index b2d447d5d..f1da51442 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile index 970c9e0a8..0e8125b9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 index e238d9901..752bc4b8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile index d41f95062..87694af8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 index 1c1d1bbeb..5145e8318 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile index a52f54d9c..c29d3d782 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 index 4ea81b18f..1f8463cbd 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile index da1e0c522..cc5f4db6d 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 index 5b3ef04ac..906da22bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile index ebae8bf3b..07b91a0ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile index ebae8bf3b..07b91a0ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 index 0380178f5..35bffe68c 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile index 97bd921c6..17012e82d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile index d0c6bf8b9..45444b094 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile index 1a9ba171f..fb0af8dd7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile index 5d682ab91..0d7679184 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile index da2db3208..46e4875aa 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile index 86cea9690..5fe022988 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile index a251eb346..7014c800d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile index 9e3e799b9..0a31a552c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile index 19432de9e..4222717a9 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile index e78003b6c..a09839f27 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile index 5075cf28c..0ac35ae48 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile index efae53a49..ffe521c04 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile index 4a75a8a56..552e7ab25 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile index 7be9bd996..05332f59a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile index 5abf3dc45..c7349a93d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 index 985aa8f51..3a94b09e8 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile index c047698bb..1bb75b3eb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 index cdc53171a..435747158 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile index 5776d4074..d93119e01 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 index fc85fee3f..a4aeec24a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile index ee90a1a2a..9f1f19e34 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 index 4089a2327..d8493ade1 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile index 24fc4a822..c482f0351 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 index 31fcbacce..3ab9ba694 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile index a6e479665..875c122e9 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 index 2d205503a..cc6e3271a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile index 6c18e2f22..0c7a80da7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 index 054ca4d6a..a36db7803 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile index 77ce3f33a..285a8e187 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 index 07688ce6d..8c0a60ae6 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile index 4e455d10f..72c003d66 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 index 17f405187..5ee1d5ba6 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile index 2f9661016..42b30e2a4 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 index 68c5ecfc1..2fd0eac16 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile index 9821cda2e..08b88e84e 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 index d0fb43666..b195cd0cf 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile index d11220abb..eebc1880d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 index 1c18ad774..bbdef4fc7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile index c939bdb29..f36e45f86 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 index c6cebf8ba..7f7afc172 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile index 3b344231b..b7aa6c3af 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 index 25cbddf06..21a5327ea 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile index ec13914b5..b4c3fa9b3 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 index 9e360cfd1..d555e82ae 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile index 81d30667a..2b840c2c4 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 index ddc3f2e70..d73e96665 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile index ea54f06e5..630145b5d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 index f28be4b6b..971fb0ebd 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile index ff85babc7..01a1e9f67 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 index 1d43a77de..a4794ec68 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile index bf4652bbe..185d4144e 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 index 0496199a1..9b2ae02f4 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile index a945d4f85..3a82abd94 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile index 27ac690b1..98da76688 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile index 995e47dc4..92b1b89be 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile index 2cdaeafdc..63e0793b7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile index 0afd78839..c2c6bc6da 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile index 030914cf8..74cfc0383 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile index e8538204e..bc5a942fc 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile index 7e631eb3c..ba3830556 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile index e71a24bda..664c632ba 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile index bdb969593..8165320e6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile index d051385b9..b061d864c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 index c40091e29..fc51a2f62 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile index 4a14a1043..2dc1a9e99 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 index 25fd6bf15..f39241ba1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile index 332642d95..46874f339 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 index 33947e8ac..0415d2b31 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile index 1dd754b18..b9a68d89c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 index be5fc600e..a15461a1d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile index 280b1b6cd..81a9cb919 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 index 2abb6ac95..bfd1500a8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile index 8395b1ba0..b6c5fc9c7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 index 36f186419..b0ae0efec 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile index 731c357d7..e1b85ddb0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 index 293e39a77..79b4e9e42 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile index f0fe9732d..534040397 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 index 8309b926a..5e4e3e474 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile index 63dc986a0..6cee16a20 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 index d8fa5bfd2..f95e43b62 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile index cb21a9a94..bfd420104 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile index 93e5788be..8c70585e3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile index c2a6fbc20..bb27a495f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile index 1c00c690d..ce5b71fa6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile index 09f15e8de..16222c83a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile index 18d34d263..9aedd0f90 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile index eb2862905..9453bbafe 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile index a1937935e..a6f231738 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile index 27e8053f0..a8bb446ae 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile index 5d2922c0e..a76a25594 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile index d5c3e0849..aed054ed8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile index 7fcb3844f..77a621258 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile index 1f73ebdfb..68625623d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile index 222dde73e..4b5f57a69 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile index 5f729a6fb..d13e5046e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile index 2d85a1d2c..2fff29e61 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile index ebc101aef..ac47f4828 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile index a3b84b218..0cd6b3bbd 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile index 154dfed71..fffd511ad 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile index 0f7ef7af1..b249a95e8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile index 7edc21201..8c407807d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile index 58d64c310..a3b9832d0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 index 6c559c95f..ae34b0ec2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile index 116a17238..53143ade4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 index 6a80417aa..66d8613be 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile index f3aba01d2..08eecbed5 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 index bec434184..b2b97be86 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile index a0cf2c32d..347872250 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 index 2d08a93d2..00aeeabcf 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile index 951ed77da..2ab915677 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 index 5f1fa109d..d7a351fb6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile index 8823da32f..dbd98db12 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 index bab0a4623..f1942a193 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile index f11652bde..2ce92fa53 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 index ff4c9d053..dd70a48ac 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile index 31d889b26..9e5665695 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 index dcc21d956..d98ca3fbf 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile index 46060e70e..2ffd2e9aa 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 index 64d746171..7cf767243 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile index cdfa5f396..c1cc6e0f4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 index af830482f..65dbfd8e1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile index 14cf2c640..2b6852ab8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 index 1deb48051..0e2b639b6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile index a16474d0f..9736ef9da 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 index f1f16a0b7..4d4375ec3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile index f45591ee5..e3e633288 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 index cb55140ff..2d6f56d6b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile index f18182637..ec5c6b8c6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 index beb410156..48d59779e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile index 1a70540b2..984acd3da 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 index 3c88b3971..e864fcffa 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile index f8878716e..9081353b4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 index 2f61caeec..71708ae73 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile index c1ff372fe..9b634626f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 index 01dbb2a4e..db8e6a247 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile index 3cd76499f..5a94b81ed 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 index 5dcadbb99..58dd59d16 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile index cca40136f..38ebb3753 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 index 586216e9f..e58d3f85a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile index 0a75efa72..10817e496 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 index 9027f592b..5c7d825e1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile index 599a4a044..31fd56051 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 index 77d8dea39..9b8cb1860 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile index 7a1fd077d..55c2a227e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 index e6ac1e743..29e0f6faa 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile index 2db840d82..921573dfa 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 index 9b450d1fb..39f20f825 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile index 924302b89..a6190ff0a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 index 877cd823a..485af1e0a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile index 32041083d..216bd4ca2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 index 3cd24dae8..d5164de46 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile index 3d9c8b937..029b41a98 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 index 38bb532ed..e0a85e7a9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile index 194e74b7f..4227d4361 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 index bbb026e69..113d865ba 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile index ce6cf90a4..e56273200 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 index 64d63b9b9..e4cc81e2b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile index 64aadb862..e1d2d267a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 index 54f71997a..10e0ddb6d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile index 71350fbb2..6b65a9146 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 index 54758f2b3..6241f74cb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile index da1f81886..bee174ac6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 index 226accf8d..4fd83b35b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile index c28732e7c..2f9e6cdde 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 index d1e0c29e6..83c849f10 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile index c4710df28..98de6cd18 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 index a99453b96..a6f5d4581 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile index a13e031d2..07e646288 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile index 7600b98d0..93909274e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile index fa8191240..18364ba68 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile index 54feab336..4a45ff3c9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile index b3eb8681b..4324a7148 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile index ef41eaf08..03d014e45 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile index 25edb0727..729248b1e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile index a675890b6..99dc9e83f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile index aea5d51bf..6014e332f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile index 5a608ed83..6f5c6e19b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile index 941947a21..c8c6daf50 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile index e0e380b44..92f4b257b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile index 5906a0111..35f81ae72 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile index d34f8de49..c1aefe270 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile index 9835e9cae..85800d4ab 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile index 5c4ea62e1..dd0d91619 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile index c04614b15..ea87de5a4 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile index b5bf3ee4c..a33752acd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile index 88de928f2..238ed36c9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile index 9e617c8b7..8f63b6982 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile index 5aed91708..935930d64 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile index 5be612259..cfdc6ba48 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile index 9682bbe85..6dfbbb23c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile index 2feb7de25..f297c6915 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile index 1e7660b32..e96817c75 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile index 940f76c14..40e7eeb34 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile index 5995a3828..3f2dd9b31 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile index 0ec086cb2..98f4f8fec 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile index 1e56c5f0e..f3e6d1f11 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile index 77e9ada7f..d7a3547d3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile index 91e53bc60..fee8affdd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile index f523ae65e..64f27b327 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile index 1742e789e..44a108a91 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile index f278d0f2e..748057fbc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile index cca823d24..81253440b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile index dc92bdbd6..b299610f0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile index 0aea34cdc..c6690c03a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile index bf902fa47..9fc5d009f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile index 1b5e5a921..4be93d6cb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile index 7248d55fa..35d69a0b1 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile index 8c53d3e34..3c393ffb9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile index a23fa1d31..91ce76f3f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile index 3d96f5d0b..25594bbe1 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile index ec9e73b3e..5dc976b13 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile index 798158e97..282167d67 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile index e2a7d2784..0fb75c58a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile index dd882633e..296623256 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile index 2e448122d..e70c33111 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile index 016ee6678..c50d5981a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile index 03295b127..2a47e2911 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile index 222e1561c..388af2099 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile index 7f0474d42..392fc027d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile index ab7f83a23..545969e7f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile index 63c57b7f1..6dae740b0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile index e0923029c..2704b5b2e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile index 97a40c770..209a42ce2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile index 98f8bef89..68f3b93a5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile index 2b9bce6f7..f4784cd23 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile index 2bbf1d0fd..87911196e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile index 4f08c614f..afaa370ae 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile index 000394359..d5695ea60 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile index ec1e17a89..23a385c14 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile index 50853cf42..8545b77ff 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile index c26d95d13..dc4fcda6a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile index ef1544b38..e332ce35b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile index 5c65d55fb..3ed697ed6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile index 164806b9b..b73aa0db5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile index 804260bb9..b9a760a23 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile index c2b369c6c..448541003 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile index e47742e12..ed5abeb7a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile index 53a6f4664..5fdf5b6a5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile index e96574193..67ce8f85e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile index 54bd6120a..368f89848 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile index f05a3b0d6..a56865ace 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile index be9c2de02..fd4cc56af 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile index 17c3a1c53..524cae4c5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile index 9db1d6179..9a3946d3e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile index c92ba12f2..0e3fb8c21 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile index 3ac27fe36..6eb81ee03 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile index 718c6efd4..ed77dc7b2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile index c1a06c7b5..50c8bfd61 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile index c13c3ddc0..a9d520564 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile index 49b3870b2..ebf8ddc06 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile index 73c66c650..6fbb7b0fd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile index 17dc1e989..2b859c98f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile index b56def039..a0bef385c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile index 95ee74600..67315ce2f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile index 6db9cd8f6..2ea4aa83b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile index 06a4ffeb8..84490a240 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile index 3c4533d32..6034e1b9e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile index b5a2eeb15..4a42ffd49 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile index 60a330daf..454ebe9d8 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile index 5a834ec76..027350ed2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile index 6efc03267..6b999c82e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile index 4b70a62a4..838a435b0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile index 02d823a09..8857d0a01 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile index f354ef5e9..4c0f9cc5d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile index 53a0415be..65a55bbfc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile index 458dcc84b..b644c2e97 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile index 8a7309eb9..f4c31cf19 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile index cb5811a8e..999d6bda3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile index 8ca5bca6c..2e413cb8b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile index 4b13ddd42..24fbae190 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile index 7c23ebe67..158b0ae0d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile index de821b072..0a6b8fe63 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 index 0d4b1c12d..046e2ac76 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile index fee454916..aa52ee079 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 index 3468f70a0..e34fe7c1d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile index 44c6190ef..002c1e501 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 index da1c7ec7f..885e49240 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile index a842c8d49..81f39ebc1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 index a45dd8960..00fcd708d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile index b24622f36..3d68f4ed1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 index f8a186e2d..a335c0abf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile index b153686bb..1533ef5c0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 index e2dd63c0b..d509dd3f7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile index ac578bb9f..b472cd14c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 index b755147ff..1ae2bd127 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile index 302c1403b..0cfc07cd5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 index 9346d8a2e..a6dab3d8a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile index 753ca7454..01afb235f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 index 7bf748c04..1c4086ee7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile index 4e0335e81..1ec7cc21d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 index 25ce4e1e4..36cce25c4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile index b2a05f1be..2079d40f2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 index 28bdd16a5..0e914ac7d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile index 1cf76c624..25b6e33d5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 index 4c4f3c0b3..0870e1f49 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile index ea878fff7..0261709a7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 index 13986cdc1..4168480c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile index 8fb60c89b..6acd4dd7e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 index 2990ebf97..8562cfb73 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile index 1fca80aaa..6ae1ebdcb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 index a87461e01..e3f26df1e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile index 51031a195..7df2c5f5a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 index a960f0f58..42471af0f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile index e435b2012..96e4a707d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 index 36eaf8580..a4c7d707e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile index e8704b94a..dd7df67cf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 index f948972e4..110b9a1b9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile index 8b1fa8c3c..08a4ebe2e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 index 33ba689c8..cc1522a07 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile index 62ef26029..313f7fb15 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 index 7c0d02408..c90f3ab91 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile index 3b2567a43..f53735797 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 index 3c0580f66..ec53e9909 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile index 622d485a1..c3bd8ddd7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 index c736a2150..9fc8ab2e6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile index 6c0035374..aaf8d6539 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 index d27ef5da6..3a6af7771 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile index 1c4faba7d..32deb53cf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 index c3d49fee0..bb4d775bc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile index 3c5f754f5..142373d9d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 index b61fce9ae..b8a9d6dee 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile index 8f4b2aa5f..3cd527ede 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 index 371670069..beccdfe46 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile index 64bf4a5f0..e763423ef 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 index 76c1a23d6..c4333def4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile index fa8b31cbc..170d5a6a9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 index 34006f432..5860b49d7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile index 86adbb674..d77b147b2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 index 5a57aef73..11b068ca1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile index d6ee7b293..7d759904e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 index 530e2e3c3..00efa5e57 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile index 8ae8962aa..f4e20a793 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 index 7ddbf3538..89c0609c1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile index ba4311043..68b442592 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 index 717d8b75a..cf011cfce 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile index 2a7e8383a..1b1005725 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 index b6c4dec3a..0998ed3b4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile index 01d79f0a0..28c23e75e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 index 0773738eb..ebc7d7b9d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile index eac847765..c7ee692be 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 index 84f8d3d2e..03c7491a7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile index 40d5dda9b..8bbdcaae2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 index 4a076bb54..c75cf7c12 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile index 3b778a91a..2be7933bd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 index c061bbe80..7565ffe6b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile index 34f0bd2bd..4008549e3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 index c67bfe28d..ac6e94a65 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile index db2a2da97..97579ff63 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 index 268d63498..8535630a5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile index e22b4589a..c7e90b378 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 index b986ed4d1..073ae1349 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile index ca9874c01..14bda1ca0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 index 37ed5fd05..5924009d3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile index 9ff0c1257..722d247e4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 index 95293c280..7dadd7213 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile index e71842ee6..9d38623bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 index 2be2787fc..12cba101c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile index 3a9f88887..de143f017 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 index c862699ef..4c4dbecc6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile index a1afb1aff..e49961110 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 index 0b006cd13..358b57318 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile index b7b57278c..fd02d236e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 index 2b58c8371..dd8b9c838 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile index 985cf6e1a..bb96d266b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 index dcfe717c9..b53fd3c32 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile index 06078f123..5ee679ccd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 index bddf0c734..85d783c8d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile index a70958bdd..0b81aa60d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 index 89b5acda7..5bb1b3201 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile index fa1ac8cbb..9f68f5881 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 index 0e63b3211..84c40cfb1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile index e3ced5528..8742dd1e2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 index b5a401803..dca1421ea 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile index 16d160094..df5c35504 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 index 882356137..9d2bc85c4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile index 3fdb5a7f0..a1b1a0b8a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 index 7f40ae8e2..17b1be564 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile index 31dcad273..784d17d1a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 index 4adcc141e..3cabdb2be 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile index e37684cd1..dd42bbfce 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 index 2858db6cc..72d0cba93 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile index 03e915a17..9262ab719 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 index 609988dfe..ab3ef89e4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile index e6bb1f3b3..cf7d4c51d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 index 6e68e5143..90d1a6c66 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile index 707a371d8..5d2ae43e2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 index 691add392..25c38fd1e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile index 7146eaf0f..baf958f9f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 index 49672a1b1..d519cfc29 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile index 7c33f99da..a4fe428ce 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 index 5f9512d09..35fff2e9f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile index a460ae175..5bfd0466d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 index 1e981be78..b9c595174 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile index 563e9d904..723d5fe2f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 index 346368c54..167f884ee 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile index 2e53a8c43..b982940c0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 index ea9600985..ab8e50fe8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile index 2759348f9..e8027760e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 index a564ddf4d..2e594fd94 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile index 618d1ae8e..91910b5cc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 index df859db56..e216d8cef 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile index bcea0bf7a..1d2f61e29 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 index d7ffdd0a0..83416f549 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile index db53d6c7f..c85bfcaf1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 index 4f2f7f8de..2e6f56823 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile index 43137b065..65ef873cc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 index d19b63518..a38f327f3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile index b9d68686e..094f01783 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 index db25b64a0..40b1cd3a9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile index f183b2b44..e0cc097ca 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 index 6d354b1a4..ca10a4d21 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile index 72b2898ff..734d9a092 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 index e6ed0dc19..ee9cd8de3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile index b2be0c135..4bb2e443f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 index 7c1463aa4..41cd20f87 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile index 1e45dab9e..cd2cba4cf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 index 0a202809b..7d9df7155 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile index c6ab9850a..49a002bcb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 index bd7d45cb5..ee64224cf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile index 082419898..2a00fa8ee 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 index 1f19d6536..7fb9d7a28 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile index 84e4467ac..92d81c721 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 index 94b04021e..b93221fab 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile index 4875a5a82..4b2ebd3fc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 index 1b1d3edb6..b1ff0d8ba 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile index eff74bfde..94d84d045 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 index 104b945ad..c37a2d6be 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile index 8c06a92b3..ecf34e6ac 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 index 70183e5cd..70db1a51e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile index 2dc587e78..cc093ca4b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 index 29158dddf..aacc0c4f5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile index 3307c98db..073e40e2d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 index 3416ca10b..fff22dd07 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile index 3914cbec9..6ef903b4f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 index be67ae550..8811057f3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile index d51dfc621..537d8c2ea 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 index d27edcef2..9f837d18a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile index 4a044a874..f3a66ec92 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 index 78eea993c..5779e0af2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile index c97f09ea0..e598f164a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 index bee1ba4ac..47fcc94af 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile index d55d98c1d..afbd7c4e0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 index 1c520b7a2..0df2259bf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile index 2a64153dd..1ca77ced1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 index 47c13bc9e..b06d010e5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile index b421e1411..222bc7892 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 index db6c699ed..0e1e7fccb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile index 207b21347..a9d9ca4fe 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 index 07e75dd4e..0475e0567 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile index 68ae14e1f..6c71a740e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 index 6f09d2de6..c086a0edb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile index 28ce17fe8..1087095f6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 index 77f03ddc4..0b619a5a4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile index 94987f86b..80fcc510d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 index d0c6708a6..3ffc00da3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile index 996f136c8..bc961d2d9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 index 2a6d75cd1..7f6b10154 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile index edb9b5151..6b7bce4d1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 index 44053694b..3eaad6aa0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile index ceaa59ffe..c5c20b6fd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 index 3f3e53d99..3e8177d7c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile index 5759872cf..f2f469db8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 index 4863c9c60..3914056bf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile index 165cc8fff..b07125003 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 index fc026fa43..1dd41501c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile index 27373b4dd..3e3b1f631 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 index a2f0c63f0..0ae2a3be3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile index 170c713b0..d8bbf808d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 index 286dd97e6..ca1ed9098 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile index 64e1b7b75..0478b294e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 index d540516a4..d87734e61 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile index 81e56c1da..061396782 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 index 0b0b781a6..2c0a04082 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile index da00231a1..11bdbc461 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 index f9d383247..4600bb388 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile index 566e87c72..fb771be89 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 index cae9c29cd..720758a8a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile index b0ce754dd..a2aa62ee5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 index 9b251aa00..922cb617c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile index 75c8cc1d3..78c408729 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 index 23bc195d8..0432533a9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile index 2ee88a30a..0833668e1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 index 13d351467..2164dab2a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile index ebb8d7b27..04df0c30e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 index 5266a4d02..a917c6df1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile index 7a0216f86..177ef97e6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 index 839f4d3bd..b87a88ec8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile index 314a5aa0c..b376f1750 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 index 74de075c6..f55bb7e38 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile index 3ab9d7e34..80bd9e9ee 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 index ee1021843..a99c490bd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile index d3502f443..719447128 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 index d357d1426..50ba3e3b6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile index 58318707e..a209bb676 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 index 4039c74c3..e8c0b5821 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile index 38ecb914f..369677716 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 index 1a3fa98d3..e77a4aed5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile index 0d9d21cb0..4095376a2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 index dde3f4dad..f06a4242b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile index eb57f9513..ef698c256 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 index d81e05a28..1fabfc563 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile index 8b6a4d78f..bc9cd89b4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 index 3be8872ed..32dfa1941 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile index 1f640d22a..28fb201b9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 index 328d712db..126ef46e2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile index 33690aded..3b5c34a6e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 index a98b0f889..f334c7d72 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile index 7178c9c82..4aed92605 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 index c32426615..8d2162719 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile index 1789ddac3..d52858358 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 index 33be247c6..89ed845e3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile index e0759f85c..500fb4cc1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 index 76f916118..8f2f9b44c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile index a6efcf65d..e09f1c0ce 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 index 4680a1284..f8cbd5014 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile index 50ad8fe9e..67de4930d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 index 5328f5cf9..39397701d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile index b5ffb04c5..e31dd1a3e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 index 02e650868..4edcaeda6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile index c8fd67ca1..dbbac2e84 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 index f2f838bcc..2561b4e48 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile index 1805fd53a..72d86fd7a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 index 69cc2bd00..c68bc8ba1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile index 094a2996c..94664bc0a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 index fcafc6ed1..41ccf9bde 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile index b87a5a5dd..24075d96d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 index a007a6fd9..ede715e9d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile index e58fe164e..573f1c501 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 index f2495be97..afa4a31ea 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile index 29d317b91..2f784fc08 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 index 1d4e092b5..76518f127 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile index 2a528217e..7955de81d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 index cfd861782..eb87a31bd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile index f2c221739..a2b2e0661 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 index 06def9ce7..ab3187d64 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile index 7b99ceb7e..442e8a48d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 index d12320169..e3d9ac294 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile index 33e54a4c9..162edb726 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 index ce46dc7a6..1b0c69976 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile index 2bad7739b..f764e0466 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 index e2fa99edd..49bbd32b3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile index 48f349d38..00c094ec8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 index 3216b806c..3171ee430 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile index 38b6b6464..feae414c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 index a763c7240..2f31084c9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile index 244d1bfda..ebeef7f14 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 index 13e8a8d9a..03cf6c5b0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile index f80eb674c..b919ca630 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 index 30885c02d..d3b55e684 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile index 44c8a3393..beff9ea17 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 index 4c82f71b4..2ea542fa4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile index de50c337e..31785cde2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 index dbe76b98f..373db0aa2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile index 920e5b187..f27c219f6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 index fe291a95f..bb3edc347 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile index 611286365..8975171da 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 index 9e8b21717..843c60272 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile index 594e3b2fe..265ab1856 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 index cc29f6b96..c7e61c308 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile index caa9f89ba..599b3fea9 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 index b165ae921..5e614f968 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile index 311d55e83..311398d8c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 index 5756db54c..2dd6adae6 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile index 9f40a0219..a3c9a0a50 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 index 0883d72d7..23ccbacb3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile index 5d951fd0e..03871be0c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 index c5df4f5ae..1fd47ebd8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile index cf0dc3a3c..a17efa902 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 index 689d66dd0..55be12444 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile index f63600097..9f8a5f0e3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 index 955b99693..723b9dc33 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile index 1d342c422..bd5486d30 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 index 353fb9316..14bd883c9 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile index 0708652da..aae2d193f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 index d89bfbb07..274461cdf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile index a50bbcb27..2c20be596 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 index a34263d95..8f12d8ac5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile index 5dcd0566f..02b8ea038 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 index a0e9f9178..b77e7c09b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile index 0bf2573d0..333d9dd89 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 index 23ecff5f1..f2bddc285 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile index f154e8ee2..1fb097c08 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 index 05d0120a0..369d2f3db 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile index eaca36e80..a218be44a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 index b8bf6bd9f..7a850fcc8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile index d34a90e7e..199fb1a1f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 index be3e909e0..28a6e3f96 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile index d70a444fe..5a59faa96 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 index e46fc089b..6b42ca71a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile index de93e284a..69d65c56b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 index 352d1d69a..46cdce994 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile index ef89b82d5..433eb1c7d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 index 0968a0c48..efc89fdf8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile index 21eead456..64b1f5d6f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 index f3f390e0a..c2ff621dc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile index 99e6060bb..2c28b181f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 index 115ba2343..25e34e4eb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile index 5808035bf..40d335fd0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 index a617b7644..415b6d9fe 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile index bb33abc61..1a91e8e10 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 index 42bda1d7c..5c31664ba 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile index 7f4eeea1c..5a0809f8b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 index 983c5d411..139e6f325 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile index 92b0848e7..543b56fd2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 index a1108df4c..d344a06b3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile index 906ac51aa..adc4ed1f2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 index b7e3eeeb2..7a9e95a6c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile index 226e3936d..a2ec8db60 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 index 50125e00d..8abc575f0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile index 8b6db02af..0e936b97e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 index 457e9bf10..f7b18e26d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile index 7e07447fc..2449141e8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 index 772ba2b85..bab9663bd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile index 624b6c1d9..fed22a839 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 index f8779ae91..5ba203761 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile index 6e975caca..5b0815c33 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 index e03aafa7b..48f15d116 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile index 28f0bb3fa..82dbec1c3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 index c511f6db0..d48884fbf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile index f068bc946..994423d40 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 index 800a26b62..be1d9c520 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile index d9d07cece..101e969c1 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 index 0e467f338..8ad22730b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile index cd547c8af..52a9e19e3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 index 0c337d477..2331337db 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile index ef7b799d5..4dd9e5b5a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 index 643acaa07..1342c2e6d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile index 22e20b2d5..73f042c22 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 index ee25f2f5e..8f12ae763 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile index c67761d33..2e394c2e0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 index 0a8a9cfe6..3c6145c17 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile index b33e4f168..2d895380b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 index c22342cc2..5a6838d10 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile index da29b0d4c..dea821ebd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 index 0ee32af43..f85430fa8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile index f786dff0f..0b4df579c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 index 737b77171..3f7fd46ab 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile index f65112405..0c87e002a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 index cdfe7b9e7..390fa2dc3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile index 2bbf5bada..dc8ae22fa 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 index f5aedcba7..5f047ed8e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile index f7afd0dc3..c2db4da01 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 index a45b0767c..954f81e6a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile index b70ad9e82..a2a1610dd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 index 49fce268a..197fdd36f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile index b56cc79fd..326ed25f7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 index 8de3fc01d..d8892e89b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile index 24306b178..ef3dd571a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 index 55bcca5d4..0a02c54ee 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile index cc54294e5..f7a9bc039 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 index 49113b971..9ee44efe2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile index b95538d07..8a18b913d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 index 1e9a81f73..fcc8c7803 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile index 5aff0fb6b..ef6b54535 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 index c6cb12c5c..256792392 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile index e2de7ea30..690ab6d0b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 index 0f600988b..dd2a2b801 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile index 965b2e7b7..97d4298b0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 index dcc3c59a8..ffa5721c1 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile index da9ddb063..bd2483ab3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 index 76f67a824..d921ca2e8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile index b0574ace4..87b459472 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 index 1705fa16e..17809fedf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile index 60e7a0ff8..8b4e90fd8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 index 700708c6f..6df998b17 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile index c67b60282..ab8d4eac3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 index 4f9935f46..2a6db24e7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile index 7f85d0534..9acdcc5b3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 index a7fb92fca..1eb60a4e5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile index 497729ff1..ae8a8e20d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 index d7c27fda5..467f424e7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile index f95423379..b3247bf60 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 index 4a8e37ae1..ca635b538 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile index c4a2cac90..06f8f46fa 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 index a596cb83d..f94619ca9 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile index bf881f67f..533581c8e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 index 1482a8378..a78b56db2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile index 32c262eec..c20ea318e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 index b765663a7..fb92f920a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile index 47af0ebf9..7a6e3f116 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 index 2d7a06467..e21030cc6 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile index 39eb2915d..51a46ab8b 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 index 5e9543b9c..7ac74e027 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile index 667aea6d4..17e237f6c 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 index 62d194e15..a598aa0e2 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile index 9e4c0d5e4..5bf790130 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 index 2a8e087ec..ecfd6f428 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile index 12ab148ad..ee3b98341 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 index 388efc41c..a52025b70 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile index c6c1a67fa..c60961c7f 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 index b799d5554..8a73ef35a 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile index 5e4473740..b540dd814 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 index ebf80f86d..410a5d4c2 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile index 0e96ac795..de17075e0 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 index 3e47df848..1651eb741 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile index 4165b8534..b8b2b59fd 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 index fb8d543e5..49ad3975e 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile index 9cd42bf38..eb7fafed2 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 index 8371565bb..1fb369ca3 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile index 91effbf32..fccf06f60 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 index 1c1f0f1a5..d54736f1a 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk21 +FROM docker.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile b/linux/ecosystem/atlassian/confluence/latest/Dockerfile index 91effbf32..fccf06f60 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 index 91effbf32..fccf06f60 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile index 1351ba378..c94bc3f4c 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile index 16e323471..213c7e5ce 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile index 75be0891e..0611cfc2f 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile index e8411be42..1bfa401c8 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile index 35d6bc42d..aa07c5ce5 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile index ebf018e5d..6668aa9ee 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile index 587a81f24..bfad85c13 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile index 83be87229..ff76f6368 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile index 089c3b76c..7f2c7cbf3 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile index b8168d10a..09953d94d 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 index 918fb04ad..e85860ae2 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile index bed699eda..8c2593e18 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 index 4d216be48..e5648c900 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile index 3f19c6487..d3a189b4c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 index 9419a2bd2..13b5e6ca4 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile index a9bcdbfb5..da7c38f56 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 index ba7cac3fc..c221ea86a 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile index e67b56988..4a1540aa3 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 index cef7e2754..0cce1b701 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile index e3064ca78..881cdb50f 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 index 2498789ec..1d388cac4 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile index 61977050f..a5078fd80 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 index 01cf19821..b26f60651 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile index 2f3eb86c2..f10816cc2 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 index f6d368586..8e2fdf2a0 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile index 859fc4fd4..687fdc090 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 index d9b2b2c4f..7298da896 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile index 6a0ac59e4..f4483d9a5 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 index 9fc0d0aed..8d15aaf1f 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile index a7411e879..2917a1256 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 index af56ba87d..0e383c872 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile index 7426fc787..9a0ba9580 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 index 45d80635e..daee3de96 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile index 253986bb2..6ecd8224d 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 index ed988f90b..082dc923e 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile index f1c7a354b..3d9d60432 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 index 8751d3293..b00d7b1ff 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile index 0f3e092d0..6405dad4b 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 index 962c03b3d..0b6afb272 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile index 6dd689c95..3c387b6b4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 index e9ed26018..466fa74bc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile index 441f19ae1..0c2a7f00d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 index 8fb8ecda6..beb590b1e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile index 6b172d83c..bf2f9679c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 index cf90d97dc..c964456a1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile index ee876bc60..2ea8570f7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 index 886c6e8bc..276168e79 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile index 4179086d0..d6d8560eb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 index f8a40e61f..f18dd2d3e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile index 4f6d6fc64..6c711bcea 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 index 23656ef26..8e95ddeba 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile index 2a7b00163..3ef5c68f1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 index f0b621d2c..857b5dced 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile index 3e331ee6c..e778b1907 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 index 4b70584dd..cc66c81b7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile index e84c3c4f2..ff5e647d4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 index 21e34f5c3..24512d1d6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile index ddb0ae63b..cacc30435 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 index 0697468cc..a61cfcc3c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile index e99c06b3c..08a464ea1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 index 74b65992f..b1cd56897 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile index 1a1aa2020..4a8cb7994 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 index f9c9286c6..2e69c355d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile index 7112ba0d7..c8c964a21 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 index 5cc86962c..f7f258f16 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile index 9414033c4..3b2321ee6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 index 2f4de6512..2e5925323 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile index 2070d86b5..8438f2688 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 index cb117162d..8ca4b670a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile index 8ae518d14..66a1a8f0a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 index e6aa1cafc..30b33a16d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile index 42da554fd..e3dde24a8 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 index 66e45971c..431d6a8f5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile index 9cdbbddad..4907860f6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 index ac60ab99b..0c8b50ba4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile index 398f03517..1c1da517e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 index a76c7a655..4ccd34421 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile index f5da42edc..f3710229e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 index 9e1857ced..1f0e2dfe3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile index 055a748e4..48360664e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 index ebe1c19fe..63b97dba8 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile index 367b55674..781c35104 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 index a2cf2d2ea..6d8ea5017 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile index b6bd80003..fbf104cd2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 index 8744237ac..677df5434 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile index b40b0bbef..4d7e284e8 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 index 9448821ea..610c51926 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile index 7d69b8f82..341a4ffe1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 index 11186233f..962b99f7b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile index a69f52af4..bc7db331f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 index 5d31afb3d..3b856c1b2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile index cedcdb8e6..48e6cc0e1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 index 6402b4e76..48d613865 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile index ed9ab54a6..e97a6e854 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 index ce6b8ead2..944a147e1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile index a3b9edab3..59b1c5f57 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 index e3bb34ae4..29e7d903d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile index 6a1531515..e47f61745 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 index 483e52dd2..f97892016 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile index 4d568dae1..235e5afd5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 index e45218bba..5f02644f5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile index 11610e3ec..31b9d3450 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 index c282abda3..0b5edd00e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile index 8cf474493..3ce7a1473 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 index df58fcf88..4f3ec4dfd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile index 1facd2388..a78ba6dec 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 index e4318a231..d7e248ca5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile index d35472ae1..2aee3db34 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 index f8f39a595..d2f2c3faa 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile index cad0d5492..c11940d0a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 index afa624381..65c3a3bae 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile index 839125ae7..39b5b89ac 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 index e896c91e6..ed092c8e2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile index 2b2d6f96b..e734ffabe 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 index 176fc3bf2..9f52e3f6b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile index 482540aac..90c2215a9 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 index 4c396a730..b08fc4a76 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile index 7e3d01f4f..df4ceffb4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 index 4ba97c8ab..5cce6bdc0 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile index 7b0e4cc66..1eb8bfa6c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 index 3a0db5789..c7a1df439 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile index 1634307be..742237f83 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 index 8682a9a5d..5479cc407 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile index 4e077578b..9a45704ef 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 index 6390f0b5a..d9558bf65 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile index dd3ded168..08caac714 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 index c20a23cff..4ccbcd8a3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile index ee861b5a9..cae3fad3c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 index 497aca16d..957bcd703 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile index f776cf87e..9ab2cd16a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 index cd50c1aa7..3d86540d8 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile index 179cad537..6e9f03709 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 index 26cb73e2d..b7e52d75d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile index 3fdb422d3..eb93c9c3e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 index 2b31d3631..7a5e69aca 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile index 52e58301f..e3e4286ca 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 index fd41a24e8..9812db309 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile index b7cf81898..916c62b68 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 index 8c6d3a65e..eee874d55 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile index 650f3e471..acb5804d1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 index 6318676eb..09daab360 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile index 0d22c2fe3..6182d60f6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 index 88a8673cd..7ed308df3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile index c6e7461fb..583fc2c01 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 index 63281a4bf..d87f49c00 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile index aafca1c5d..2b444754f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 index 414f367b6..7f297341d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile index b0ac1de84..68688a975 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 index 6b74963e4..9f857c8f0 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile index 473b6602e..c2878c912 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 index 04dfa2af1..084009e5f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile index 5e452d385..aae066c6a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 index 726a68a14..32d45346f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile index dc78ad595..e0ebb8ec9 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 index fec6a68fc..cc5cdd0d4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile index e74fe8bd2..c49fdd37a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 index 6df307d42..125c56b33 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile index 99d0bea8e..7dc2e013d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 index 566320292..ee0bc0bed 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile index c3cdf8937..a4d6205b0 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 index 4aed7c644..e5bb66c7e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile index f34067f35..468887ea9 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 index f4b63fa97..36d328bb9 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile index 8637b501b..ee0b4a8df 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 index 5ed778a42..a3c9e3da8 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile index b8f3ea772..593efe2a6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 index e64baf274..c7eae481c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile index 519a839c1..04fefdc48 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 index 2fd191548..c22120343 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile index 56f28c7d6..f1b3f550f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 index 6bddc3172..506441de6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile index 199ff808f..e3250e3f8 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 index 3edbcd7ef..a1e454394 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile index 96dc9429c..83d5890c5 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 index 309baca23..e52493f4e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile index 7d26eeee4..4b549efb4 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 index d78d8fc6c..d0b1a484d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile index 519650edc..dc02efc41 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 index 839966bfc..fbc09813d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile index 64803a0bf..98fc8b259 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 index 9bd8e4ba6..933419610 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile index cb0c84c19..5eacc644f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 index a175c12be..f027c0efd 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile index 3583afc46..7fdbb935e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 index 0d0ab4e59..e9475524f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile index 6b8ff3ad1..f280650a0 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 index b75f60f46..2882c9a67 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile index b11b53e62..5a37b0411 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 index 21908894d..e8132dfc0 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile index e7157145c..14c1c753c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 index db42a6164..c27237182 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile index 1f928532c..fdd1aefb7 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 index 6d50a579f..f012b24d4 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile index 585221843..a8a0909fd 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 index 0c631ba03..beb4e194c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile index c424c18f2..6f8f62c0c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 index a63ba3b8c..33c3c18ce 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile index 8d98d59ec..992ea0759 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 index 39218fa76..3bfc57e91 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile index df6ff6869..8e0dd2a0c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 index b34806221..d7b7e9ca6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile index c57861535..6c6ae1b35 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 index e62ee4749..b542abf2f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile index 92564c45f..db18dfe10 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 index 7d10aa8a2..7ae22d398 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile index abe8205b3..9002f64d6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 index 0d9370fba..0fd554a32 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile index 5064cbae6..65b514037 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 index a805f7c8a..211054e2e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile index 1853f334c..901936b2f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 index cc4973231..92dbf050c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile index 8bd17842a..e70a30f0d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 index 8ead6b59d..9b11ade7d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile index 99427cb4d..2b0fc7f86 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 index fed4893a5..7a4590e9b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile index 2558d0c4a..39285a958 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 index 622360ac1..ff539d548 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile index 1171dca70..ac9592beb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 index 96ec1a123..cfed8fc40 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile index 7e3e1c424..9b10ed08d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 index dc99d9842..8d4f4904a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile index 48c597c67..1ab7f5752 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 index 4be69a111..f6cbeb891 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile index b36bf9517..870269d85 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 index d8555d316..adcc68afd 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile index 59e73094e..d90fe326a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 index b764d3bca..6034ebd20 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile index 83610e360..a89b346ff 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 index c7da6ccee..8819f3d46 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile index fc01326ac..ac080855a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 index 9891e53b7..48269c26a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile index 0d7d8dda6..8937a6cfe 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 index bb57d5bb5..2dab16d00 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile index 2ba50f254..d056ab912 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 index cf8e9e2ad..6a1c8e374 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile index 8ce9332aa..bd82b5ddb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 index cfa7b69e8..8b024bb46 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile index 14f814490..17b98db1e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 index 4e7d9eac0..a0e1379fe 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile index 175c0eee9..216d33883 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 index 1454666a9..e63b4153e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile index cef4cd679..11793027e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 index 449c25cf1..920305f7a 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile index 4593073ce..95b9e847d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 index e85933b36..837e9802a 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile index aca9619c4..747922f8d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 index 5601939ac..698b76849 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile index f1a8ae65c..057682db9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 index 8538d94d9..438d74b98 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile index 1171a5eac..a8ffe9104 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 index e50ca23d2..32769f9ae 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile index 64a07702f..0704361c2 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 index 59172f69d..eafd6d499 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile index 145226921..b698c75f4 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 index 28aff38fb..0820a9c17 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile index 9cdd508fb..d3db898ba 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 index cddc5d52e..8a39ded86 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile index 08e6fa3aa..79f39e361 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 index 3a30cb26a..1a0a3918c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile index ff6e205ae..289a6af9b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 index 82b50e35b..74d5e0761 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile index b798de859..0d061c27b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 index 1134a1f0d..87f380d07 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile index 5ebe6825a..873ffeb12 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 index f17df9f10..b95bfa3a3 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile index 5a84fe852..d54df9267 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 index 94c2419bd..7163d0769 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile index fc0cb3833..5fbfb8baf 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 index dfc3f0e28..854309f85 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile index b91cade43..80d313309 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 index 2fe2391d9..d88a6d6ac 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile index f2d48be48..deceb448f 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 index 1883d0ffe..6d13ec89b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile index 668bf6776..77e023355 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 index eabf54402..3361a6b6e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile index d89177d0f..5cd1c213d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 index 27b24adcf..438416181 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile index 5a9b68786..b33ea7595 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 index 2892b0548..5519f8f46 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile index 66074ee49..7f00a08d6 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 index a41d5b417..02bc77df8 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile index dd501c086..e37cc5051 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 index 33eb4ba7c..f754975de 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile index b5da7dac0..e2e7baed9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 index 26af1c2a8..ecfd6e93e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile index b58210160..020a8e0d3 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 index 3c82c5c0e..18beb53ee 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile index d47c19098..f6625e5eb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 index a73ac62b1..947c54d10 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile index 592378d23..91e71daff 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 index 7d13e676d..30a766b37 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile index d74acac2a..4b7df7f13 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 index ffc76f56e..014282370 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile index 54b19d38f..5b39cbf58 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 index 4dabdf134..6e2038f87 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile index bc281f0eb..db6577916 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 index 0da0d7666..1286d0cee 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile index 4a10d2f1f..52710ce15 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 index 4314c9267..f56ce471e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile index 8e3c18cda..6b084f465 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 index 4fe7ac3aa..1fde087db 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile index 6d125381c..95802d695 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 index eed1e02d0..43bbd7d56 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile index c41933c69..4afc29c63 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 index e3eb52f2c..e15e0cd07 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile index c1dc721b0..c7d2360d6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 index f63bd01ea..c79d3c320 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile index 0d86ed1a8..f28ef0c38 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 index e62247247..41803d721 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile index e5e5e84fd..aba5fac52 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 index e1e899353..aea4d57a9 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile index 428532a1c..bb0951505 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 index 6228c2fab..02ee04dfc 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile index 9cd8b7abd..6d7011a54 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 index 5978b0664..79d86e0af 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile index 7c66d7238..fb239e571 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 index b4f41a39e..d1dd0278a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile index c01b420b5..e09de48b6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 index 65fbb1908..aba90cd89 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile index b4b515e52..d589be188 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 index 6a08109a4..62f49fd45 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile index 458492ae9..4e38bc72e 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 index 2a9a3e363..ef5427d3d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile index 0d5c9df15..aea927733 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 index f129fd010..342583a14 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile index 191811315..c9c34261c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 index 485b4439c..2f10105e3 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile index dbdb5a7a7..0ab473266 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 index cf82d16e5..02469659b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile index 44385deda..dff328218 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 index 03d81eeb4..5935fa922 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile index d5dfbf288..b7876b5b9 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 index 1ffe7b13a..3f5c633c9 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile index 9c5e25af1..60bfaf36c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 index d37ecf998..6dc61c1bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile index ae664a3d9..a5dea9404 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 index 266cc8bb6..1ac9931ef 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile index 55c978743..e338b4012 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 index 7353cf27c..a63c454f3 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile index 1f52b993b..2db34e5fe 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 index 69b2c54bb..e003388e7 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile index 91eb4d25d..689a2cdff 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 index 6b0dab41a..75c00b201 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile index 8a6f69de5..b3d2d2696 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 index a5525c369..363934f1f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile index 1867b247a..a6ca59e7a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 index f04d97206..90760c003 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile index 04993437d..3f58b5161 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 index 56393d317..5a3752a71 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile index cfdb99139..4d155ef49 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 index 3bd4e7906..a458141c8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile index 8a8c117ba..ffda1f583 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 index 6d6366483..b6231cb7a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile index 145e7ad84..f13b87ea4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 index ac875f1d2..421ace096 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile index ff61df978..f4dca0005 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 index 740e5618c..2464cdf28 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile index 90daadd30..c98226dc7 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 index 2f4ce8da6..8ce0d9622 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile index 81ea175cb..4aad09881 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 index 5cf27ea88..2887f5216 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile index ead43ebe2..1f559b975 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 index a4a843268..f7703b93d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile index 4b7c59496..783ac8930 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 index ae218ea2b..6fbb59903 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile index 3fa1de563..201192125 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 index 65831661a..d4dbed20c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile index f21c0aced..529cb6e27 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 index 64d57e00f..1efbc822a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile index d6cc9739b..3ab4071df 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 index eaebed3ec..be898b44c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile index a311ac70d..d8e7637c5 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 index 3bad5f724..36a455a07 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile index e59ee4d60..a70787c6a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 index d21966c89..47a7d6aa8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile index ade037e44..27d80e961 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 index 85a392fdd..930eb3a8c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile index 19143d6a4..e78c8ade6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 index fb8cc6564..236c396c2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile index e69e90269..18154016c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 index 62f68a87e..48a817a7b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile index c7cbd64ec..bbf087880 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 index bf39dad1a..4ae54c40b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile index 6b1741ea4..1847fe090 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 index 730951d3e..93fc6c07c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile index 1ffb6c259..cba8d2fe2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 index 2e8cc5ec0..6be3b02c2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile index 31248444b..0982e55d8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 index b293d3d03..ac9ecb8b6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile index e018146d2..3f943236f 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile index c54cefd2a..3daf34eb6 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile index 976893fc5..b9b539f26 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile index cf091e553..85328429e 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile index ac185f1e0..d43652d62 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile index cd220c35e..f7b5a61ce 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile index 2325a5d79..8580190e4 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile index d3c6005d8..2731735a4 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile index bc8bcb4dc..53165b254 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile index cd54ae41d..b1b398650 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile index 9d1073eec..8fa665188 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile index 8cacd760f..c98795a95 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile index 78086befd..404b43e7f 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile index 3cdc7306a..618d1ceba 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile index 17912b2c8..e52370ab2 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile index e004b05ca..ccff9ca9b 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/latest/Dockerfile b/linux/ecosystem/atlassian/crowd/latest/Dockerfile index e004b05ca..ccff9ca9b 100644 --- a/linux/ecosystem/atlassian/crowd/latest/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile index c7205dc99..5fb080304 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile index cf0c7762e..827ac061c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile index 4e87fc881..edeefa9bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile index 96c6be4fe..f1bb20953 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile index 92e9a4a62..572d74cff 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile index 8a8ec4021..b08db171b 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile index 2a79e14a0..9615548ca 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile index 6a00d4eed..7c3913dd3 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile index 2f2001958..12e4d1d1b 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile index edc8080c2..1299776f9 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile index c85d4fda7..75669f16d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile index e2e95a242..0f91064aa 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile index 315bcd9db..3ffa0b177 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile index 1d42753cc..d86d55ee3 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile index 3a59ecd52..c97fab9c0 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile index 96e612668..172c4bc60 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile index ee85a36c5..b8a9a4efd 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile index 2d70bcda4..da828190b 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile index e02cf852f..a3c985451 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile index f865330fd..0aa30bdca 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile index 3d8d9d8b3..77a876bc2 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile index 0321a1b7f..33b25d5f8 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile index 5f39f999c..27259e76c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile index 59f5844c5..b9eb9e3c0 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile index 4e3e0135b..4da156d61 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile index a661d960d..d0ec8c77c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile index ea3a8d97d..0f2b66d1d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile index 2b2f222ff..7b24e9ba3 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile index 2482cec60..7333a789c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile index a27229396..1d955d6c3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile index e1495c478..2ad44e5ee 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile index 60be5cf64..c02337f2e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile index 5a5adfc92..de9c03cfc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile index 42f6fd39c..2b83ec57b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile index 48861ffc5..07cd27fa0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile index 1c0974f5c..2531f3221 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile index c3d7b656b..c787d5665 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile index ad3440809..d3e3b353a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile index 3aad3d97a..f50c6e459 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile index 8a700aaf1..ddbe7bd89 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile index 766dccbea..ab1510aa0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile index 644ad1acd..673e1662b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile index 2cc4fac6c..40dc1eefa 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile index 7067d6d19..7589a46a0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile index 4b971c410..02555b7cf 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile index 656fbc05a..f2ba485c8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile index ad5eb05a7..0cda54142 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile index 64c679a76..2437dfce5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 index 9a2ea6a21..1d5218628 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile index ec8af9eb8..0280edcb3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 index 1b96b5dde..b4ab7e367 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile index c0c4f90be..473d27e99 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 index 835aba4a8..a9fbf1c1c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile index 6ea5274d5..ee5fee9f6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 index 9267f5512..f79c7b983 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile index 742fe7b9b..b73bf6622 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 index 9bfc5a943..c35072284 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile index e5073a1dd..66466c5a1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 index d8d9949c9..3d86bc666 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile index f30474380..7740bf9bc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 index 5056b000c..f8f02d3da 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile index e5d44f01d..d0378d330 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 index 2e02b0c39..f17f7df1f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile index ff184ceb4..44e3664be 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 index ef4e7533b..9a14892f3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile index ea9e918fd..47d39e969 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile index f2a6df426..fa4e579f2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile index e4254bef4..2f9164d34 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile index 6cd7608ca..2d9bffbf0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile index a1d9de98c..c4dfd29ba 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile index 97095d944..9a1af9c42 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile index df60abd84..bb6fbe935 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile index 4aec6e21a..e5be16b1d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile index 12cd4742c..5030c10ff 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile index 6bcbc1373..70fa0b349 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile index b9d76b952..6abf0513e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile index 4d866cab3..508e87c0a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile index d5b3dffdc..c5cc63fe1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile index a0724b059..bb4a92c8f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile index 292eeef44..d12cc7f98 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile index 365cb326a..129872d6d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile index 959725e28..a5368cec0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile index fc713554b..e82fcb617 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile index b566dfabc..2bfb3f723 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile index 2943435e9..e74a0d256 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile index 12e890dec..3795e71aa 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile index 4979e1a89..88dc98677 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile index f8d146a15..b437b8153 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile index 1d70db604..752f27b78 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile index 9340def87..d6a52ea6b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile index d74449fc2..e1f3018f6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile index 402790d96..72d41f78e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile index dce53067a..c0637d764 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile index 21749b716..a70bb8ff5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile index efb0ddd25..22bb83329 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile index c3d2d5f29..94a9a2106 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile index ae54b3cf0..616a55046 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile index ce7fdde25..ee866357c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile index c44294339..9db3bc41d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile index 881a051ae..0b27cda3c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile index 68312df80..3ece3b77e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile index 4f294b408..212566dc3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile index 4d56addb5..69bb1efd2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile index 69aee8dc4..953791808 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile index 37fa37038..06db817e1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 index f8033e27f..11252ba83 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile index 6cedad617..b7a013325 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 index 000a25cdf..9142725b3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile index 213168973..879fac07c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 index a177ff1c4..71c038272 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile index 6ce295c03..156a8959a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 index 161651969..1b792d46e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile index 8ca11d601..f49538377 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 index 87d0f0997..166d6ce3e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile index 9820b630a..f6ba60b30 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 index 559729176..250feb376 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile index 70f55020e..819366a37 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 index 1154bfd9e..becf163fe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile index 13780f494..852f00ea9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 index 02aeb97df..b84992a21 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile index e4c3a93be..369c20a54 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 index afcd7e3c2..f0edc9035 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile index fa02ceb27..1dd771459 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 index fef458893..c6d40b77a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile index 9ccd8a84d..fcf98ad1e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 index a0a07d947..1997b23f2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile index e659fa30a..5128e54dc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 index 74f76ad00..cbe9ed4e2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile index cf62be7ba..136cc5699 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 index 5bbdb7469..a52affceb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile index a78c486fa..82030369c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 index 004f596a5..a9a04e8e7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile index 33626e225..d7fcbec6f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 index f8852486d..30497c530 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile index 00612d3d6..986df7b56 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 index 9e6bc6305..03376cb24 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile index ebec334b2..e3753ec90 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 index 5dae1d454..9ed5704e7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile index 9f75dd2d5..ace7ba082 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 index 17e1400ec..312d5838e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile index f163db11f..186681c8c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 index 4b0e9f01a..036ab2e06 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile index 449e6927b..0b62d3cbd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 index 999dca172..92f0716ff 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile index 7c2680672..5d0c2100d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 index 55108d458..6422f06e1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile index 6d3ac8b79..1273a364d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 index 951fd523c..781e8912f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile index 855bb093b..6fe4e167c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 index dd65b353d..d19065d48 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile index 8e3ba2feb..729547e6f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 index 62b1770f3..4ed0f31f9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile index dae5e4da2..9b8b6d490 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 index e7f725b87..176d59274 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile index 952573e29..ff000e600 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 index ad1a5d6b8..9debf440d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile index 0c20712cc..5269503c7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 index a11e96313..d33ce1b6e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile index cb70c8aa3..cdcffc887 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 index 9368c1476..ee5acf956 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile index 4d07450f6..23d78dbbe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 index 76fdeb839..26d193ed2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile index 7db386a97..9d1c2d816 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 index 6d77e9628..3e0a6c7be 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile index 09538f235..15049b2f2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 index 464858a7b..18b73e8b9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile index 09af0d0a6..7352c395f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 index 6642e3a5b..920238ed7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile index be66609ea..2bf31f718 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 index 5e4e4a413..376999a3f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile index b8401d67e..38cbf9bc2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 index 67511ab49..c4a7555ee 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile index 65f20a0d2..1c69af5fb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 index ed8d19deb..60da96ea8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile index ceb12935b..537d51df6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 index 3622d4cd5..d6840703a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile index e4ceed950..6504fdda5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 index a1dcd7814..88f80d766 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile index dcd374fc6..099c7a291 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 index 82fcfc909..1319a8d20 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile index c4ae757f9..e6c8aff49 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile index 1d46b1aa1..ea5d049ce 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile index 2b389ed10..dc73c5375 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile index 8909d25c2..578895fd4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile index 5f969c64d..faaf78ac2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 index 1ea728301..7f670b906 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile index b13a62adf..8d6b06718 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 index c5cabc6d4..d6b6707f7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile index b655feba2..70c0de102 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 index 45fd5863e..96db73ddf 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile index eb2ac7836..ef28d32fb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 index 04d85ba8f..35210a85f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile index 0e50157f7..046ad5452 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 index 5919f0935..3ca2a37df 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile index 06c2d2eb7..a79883e13 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 index fb8138b65..8f6bc35b3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile index c5460c476..bb4917581 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 index d2f256f08..edae97ebc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile index e26123a66..8738b8053 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 index 4c8e6e63d..ebd013e15 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile index fcc478f29..49ab3385e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 index e9f5a3365..dd80eb35b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile index 9333ee8e0..c9535c3a6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 index 11b73e975..c1b3bdda7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile index a87e9ad41..ef69e4426 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 index dfd1e92a6..8cfa18217 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile index 154359a97..93add7979 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 index 57584ae5c..f57382d2e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile index 7713034b8..ad1b44461 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 index deb86e62a..22c8cf3d1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile index 27a7417d9..ce0cf5f95 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 index b7a9e698f..7f5351e6f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile index 6060a9623..c03ed5894 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 index ebb71472b..bd6a8dcde 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile index 6a9522d55..3aeed01df 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 index 8f3aeee72..c1b9406c5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile index 2b2bd85b5..bc642482e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 index 1acda1fdd..10a88e7cb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile index ada2387bc..34b5d149c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile index eaa727872..f5d856b5a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile index 800bbe97e..d277bf5ec 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile index cbe85a79d..9130e1d70 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile index 98b513a8d..29c8a01c4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile index 7a6167d2e..301dc2507 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile index c1b53511c..e22c1f778 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile index 3844fb2db..3a8d929d8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile index 8be53f5d7..c1c3f7325 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile index 3537f087d..0ee883f3e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile index 1b3c93a47..6c39c19c9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile index 936468187..f30b24757 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile index 85445d8fd..49b8cddd2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile index 7a215f3c3..c3f14f5e7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile index e4f2c44fc..4500c6e4f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile index b141a0f72..14fa3f7ae 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile index 47aa81222..9bc88e846 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile index 46855348e..158f95147 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile index 7b5af064a..8ed3cb98e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile index fe28b42d5..ff120fa33 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile index f95bbb65e..5400e3467 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile index 468fc5a6c..46d08ad22 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile index 7aa8720a3..84ca22191 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile index 888c0927d..11e4c42b2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile index 62531fbc2..96c452e55 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile index 7e6cc1c94..d8dd4c2d2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile index 68947a3b0..ad1f2fa1a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile index f08935d53..25ee643e1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile index ec7283a21..ad637aab1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile index b77839bad..58d65cdc4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile index 781d1ba4d..980e806c4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile index 00d6c5050..1b5e9345a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile index a6c8cdcfe..07da12e68 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile index 5dd01116e..195f9eeed 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile index 0bb34f6b9..b9073c758 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile index b3af6793b..1eab73238 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile index 70f247cea..03838549f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile index 82b20c887..f71498f26 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile index 423e6f55b..d93f1aa42 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile index 7291a0a37..e32785ed3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile index b27fe8406..d59806a45 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile index c38dade81..518d00ed1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile index 3baecf86d..030af2791 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile index 83f9a972b..37944b225 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile index 3bc6c912a..72ee9ec30 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile index 449328d5c..ac392198b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile index 48f663b9d..26c0d7140 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile index a2ff3c2b3..149eda10a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile index 07fbf75ab..35ee4639a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile index 46f1e21db..c4dda88ac 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile index 75058d363..9d027fe95 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile index 204f32c8e..89cfda21a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile index c5fef25ed..650ba65f0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile index e170ab82b..76d1aabb6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile index 4f31883aa..5b8fdd358 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile index a2a524419..cc0e83ce9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile index e956ea6f5..36ca9f288 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile index 5bebea86b..004901725 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile index a15dd313c..0bca52564 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile index 13f7f2851..876d1bfbe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile index 2048de4b1..650695c80 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile index 8503c5623..607807fa0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile index 6e3e76849..817730008 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile index e175553c8..f7ca5ee77 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile index cbb1930cb..f0a457429 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile index d02c76069..aeb78fcd2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile index cd18e056d..5b68eb58b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile index 1956c502b..4297f17c2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile index a5916d2a0..179c9459a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile index e34b6731d..c5365aaf7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile index 2e8fc9e0d..f64a9418b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-jdk8 +FROM docker.io/epicmorg/debian:bullseye-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile index 4a987f258..f11fc9f21 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile index 0538abf02..c8c2e8849 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile index cb0787662..981fac846 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile index 73c0f7ced..c2583eaf3 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile index 09c71dc85..ef6677764 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile index f1f108389..61234dfcf 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile index bede113ef..a8f3ba652 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile index 387878114..81a2e6b5b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile index ecc22decd..9c5f4ad9e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile index f2e5a440e..fd9b1fd8e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile index 7dfeb8afd..47b418855 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile index a98824de5..ed4798942 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile index 22ca23105..66bc317ce 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile index c5ee2d760..e7b95ab6b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile index adced226e..bf2a64c09 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile index 2f7200c8c..f674a33f5 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile index c0ade1777..c0600cea3 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile index 72c01430b..5ef592a83 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile index 8b58a6509..cf7b8bd3a 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile index 4148c279e..e798dd55b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile index da1f3c9f3..701d78694 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile index 2a01a8e39..9a1d83c02 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile index 09685b1fc..490241ca1 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile index 4f6559506..47c1f5508 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile index 20cf29dba..46b9dd21e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile index 80d75d6fc..79be362bc 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile index 1ea27e2fe..227c07cf4 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile index 2af7b32a7..89795a8a1 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile index 7ccee0457..21b488b46 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile index 38df0e0a2..d4e5084e9 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile index c5fa146d1..22f8332fd 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile index 603762d3e..af2b00fbd 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile index 0ff3a06f1..c7d0a73d2 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile index 27f50e413..91241ee5a 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile index 6b3cf5989..4c48eea7c 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile index 31a7969d1..f7b80e4bc 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile index de9c52aea..1fede9dca 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile index a43a61e54..659cfb7e6 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile index 7c400e81e..4e9b87d83 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile index 46baab2be..abb8008e0 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile index b8fd98e49..58aa96ae8 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile index 44fdc688e..82a94ce92 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile index 208362d46..90fc0266a 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile index fe352e200..a08993b27 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile index a6f2daa7b..f1ca39227 100644 --- a/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile index 3364e3f54..5e62aba5c 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile index f8475e143..4562d9761 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile index 1e57c2657..0c838252f 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile index 4224f63f8..a21ed4c7d 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile index b19e160c8..f48db4e09 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile index 083767353..3b89e7914 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile index 45d91e990..a360f57b9 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile index 30801f829..6dcad4dbf 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile index ab5526082..86ef1f6ea 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile index b063fe061..2eb3a5abc 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile index ac633c932..7cade7ba7 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile index c3f76679c..5c3ec573f 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile index 0bbe70fae..8514437b0 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile index 98dc98ece..572080a2f 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile index ea47138c4..76e90c5a1 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile index de66b627f..21a041d9e 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile index 9499da603..6b81518bf 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile index 0f72aef54..06e47f720 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile index a732e1146..f0eb3b615 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile index aed310d0f..f13d66ac1 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile index baf87ebaa..ef336bd6a 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile index 7a877d17b..4d27e43d5 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile index 4b97b378c..71849e776 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile index 7293da8ea..76b1aaeee 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile index 0bc631c66..9a9d12a76 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile index 4f0087776..2b3b04f3f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile index 7d8ef8aaa..7824d47ba 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile index a97521c34..a99ad56cb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile index d2e6e4f49..897e8edc7 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile index 1095ca785..8b1cf8ceb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile index 97b1e29fc..83271ef5b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile index 510d1deee..7d9784101 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile index 39bac7850..5b34ce000 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile index 525f8fbd4..05c78a455 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile index 41ef7600b..d6321a89e 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 index 9f242f23b..1b165f422 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile index 126815304..e00bedf8d 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 index 2a883c159..f9f248036 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile index 1b0799398..b8e5ed947 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 index 3ddaa06e4..a07acf32d 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile index 2d28d8ff8..2d6550b78 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 index 1fc16640b..d60f6f5cb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile index f5f6c2485..21d68dedf 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 index 88151d86c..d3e3e2830 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile index b3aae0137..1439c649f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 index 72f43f411..b4309895f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile index fb53a3968..19936de61 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 index 3648f720f..e01c4c0a3 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile index 226de910a..649cf3cb0 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 index e7b552a66..0c04510fe 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile index 1f25473f2..f79fc0506 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 index 753af1e42..596e55084 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile index e0d3c3d7f..fd8295939 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 index 04c425883..28e8865ce 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile index 1c79782b0..8fbd41e66 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 index ce2faeb75..9bc1c2e2e 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile index 154286da2..45edba7cd 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 index 5383680e4..07ca086da 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile index b4461172b..7b01af489 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk6 +FROM docker.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 index ce871687f..8524ce78e 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile index ac12ddab6..1781b5e17 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile index 4ab0cab7b..a8b0096ac 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile index e9266a301..e712c7ca0 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile index b772fd644..ef398e021 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile index ca74a60d0..17b1e7b63 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile index 3d22871cb..e005690b2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile index 5942d34ac..08718a466 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile index 5e2386c06..bc0c687fb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile index fc893d340..ea5a2a9a2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile index 6d5e01652..db685bdc0 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile index 101372e5c..101f3bb87 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile index 36734740c..8bf7c12ea 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile index 0baa42f50..1f348af92 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile index 78d5fb6d0..314244c99 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile index bc9e2bd10..a0f65cef6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile index b2cd25db5..7eb2764b9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile index 71d7738af..0fb50c7d9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile index e2dd18e20..4fa7a7a11 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile index ea62ef28a..2bd0c735f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile index 31cb44e13..a3cf1ff88 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile index 9d5c1d3db..f359be386 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile index 674a9b968..55efbab70 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile index 934ec09fe..bb631173a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile index c95eb42e4..77f6ad6f5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile index cd3060a5c..ea52feefc 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile index 784dc6b9a..ed68e7d7f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile index 4abc46aa9..9ec2b13cc 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile index d62644d7a..90737031a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 index 7fa5a89ae..7b4ef55d9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile index ef70255d2..1ef567df6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 index 181986f07..382810ec6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile index 808344539..ceb1221d4 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 index e4173b7ac..4bda038ee 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile index 307109c6e..218e1d548 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 index 3bb26040d..a3d523a23 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile index cfa511eb1..0191a8cc8 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 index 39e7fcbcb..ef6ff2862 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile index fbbcc846a..c5ab20dc2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 index 57ce30496..2cc3712d8 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile index e8b75f113..b2cec8581 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 index 722aa05fd..b495fa7d5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile index 5ec655533..8e3f78f4a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 index b06bcc814..452bfd8fa 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile index 5b3ef61e3..9603b4f45 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 index a14993f2a..a3fb44955 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile index 04386e3c1..31e973289 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 index 683f6ce8a..9784f262b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile index 521db3fe4..002fae75f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 index 12893e76e..098b15f5f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile index 2314ed4db..62eeecd1e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 index f83168417..1925b37a3 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile index c183c86b5..9593d68d2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 index 1c6d5e7ad..563de43c4 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile index a17b8982a..f9af20ea2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 index 2d29fee3a..e99fdb2a2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile index 56e0a74de..72e96779f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 index ac6e880eb..ec4493798 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile index 203b33621..297f541c1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 index 73400de51..2c4272796 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile index fae0f8a6d..4d4b15b0a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 index f706a78b7..f1337594a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile index 8f6735486..f8568cc97 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 index 56b64ba69..10271c8d0 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile index e77d5863d..77d435241 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 index fba8ade8a..1065d3883 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile index 6a8232c15..22eb8b447 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 index f41468571..855c221b9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile index 367107e23..83e9c5623 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 index 0f80f01b3..2fd315110 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile index 89b6f448c..db3088cf2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 index 50e0b1b79..e1b97484c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile index 86227cc16..ececc746d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 index 01d33c49b..ec112ff5e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile index f067fb404..1fedc2f0a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 index 2a152de6f..8d9e54d69 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile index 5c683924e..f2b101887 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 index c3f55de03..f17ab4c9c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile index a4c615c7a..40be4917a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 index 4d6de38cc..c7b638610 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile index 5c250ee7f..c7a77e669 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 index 70f4659d7..cb5c480c6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile index 2c1d53324..41475371f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 index 26018810f..e0b660ee6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile index cf5bc41e0..74fb9fb74 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 index a29c46117..801cbb053 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile index 3bb919617..5b87de9e8 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk7 +FROM docker.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 index e5ece9b02..62e538efb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile index 6b63f0847..b015936dc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile index b35642deb..526b02185 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile index b3659a517..fce4a9657 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile index 1dff93bbc..5ce819d76 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile index c226af4df..69300a2e1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile index 843f83f30..1d79fa5d7 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile index 089e04297..b017e2b74 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile index 32c2e5a75..5a06fbf30 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile index 12813789a..b1e1ce39b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile index d357ca9b9..957b8c9b4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile index 7f0287414..124dbc548 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile index c8a22b6ad..873d549e9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile index acc2d7991..da50ecb1f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile index 0dee734c3..30696cbe4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile index 233bd1d61..a3e9e7040 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile index f850bd5cb..18354b90a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile index d7c756cd2..a792ca4b8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile index 65383a962..703c0146e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile index 45a62cc32..7dceae879 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile index fb27138c9..7f6fc5c77 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile index 91fbd31f5..59d2295d4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile index 436442e5b..331f82404 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile index c0134a99a..adc983a66 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile index 697a6adab..bc0cd1c7b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile index c1182bd67..a356f41c6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile index 5f9ed102b..7aaea3053 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile index 9b0a74479..e4f1744d1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile index 5b3a4f030..bb2651266 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile index 49c8e3011..5452530c6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile index 10aa021db..b56a238ef 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile index 4dabb6ac4..6be2c5381 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile index c6eb52b80..c95fd7db8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile index 11f29d784..06289213b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile index aea6f55a9..fd674af3a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile index 0c0478a0a..a4a1346fb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile index 6a251dd41..07558fa0e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile index dddd6056c..69bd8fd19 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile index a122f1955..7e4e77edd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile index 54734c5bc..58b34559f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile index 10d53552a..417de6ef3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile index 8c5868cbe..5aac9aeb7 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile index f8e3379cb..a4db69ede 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile index 0c2b6bddb..49c137a1a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile index f4bb47775..cdd53c414 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile index ca54bdfa4..d858265e4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile index 2e2bc6ad2..26428ac0c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile index 892b21fed..60a68c2da 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile index 745be6afc..266007ffa 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile index 297e312f3..4e92a1e74 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile index 02c9a6109..4352df535 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile index 697a8b990..e0705a324 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile index 85d4c1c06..093528e74 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile index 4f588c229..f70e18e6a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile index 4ee86e0b3..b93e419f1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile index cfdd0ac17..36ac85135 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile index 179b468a4..09083058b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile index 11ef73fec..10ba7c3ad 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile index a33ff851d..d7fa126be 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile index 33330188e..e413293be 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile index 868e5ff21..68436f714 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile index de504a2b9..7796d4e66 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile index 50f914e5f..0ecb95f38 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile index 785ecaf61..43f044e6c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile index abb3bf5ee..4b45693c2 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile index e5943738d..62e763ce9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile index a91ed6ae9..e773ac483 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile index 25e272274..6104b83e3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile index 8d3464b6c..12998386b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile index 554b96ecc..58428931f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile index edbd91000..450365366 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile index 05c8747cf..6e7cbfc20 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile index b02f9c3db..9bc4cf08c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile index 488577b24..15a046889 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile index ff2e3c3c8..274fb933d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile index 6b171c6cd..f02009788 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile index c183b2dfc..2c1d0e561 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile index 8bacce733..2aa5f5b08 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile index d93be9460..724d3bc0f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile index 4bd5ed0b3..1ae1d5041 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile index ec9af0544..aedec9798 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile index 2c3be2d02..10bd60a23 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile index 8db610683..65565ba2f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile index cbc9df9bd..2413726b5 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile index d1dd1bf8b..1b8b73197 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile index b40baf384..bf727f501 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile index b9fb4f29b..4070cde5e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile index 9113913d4..7eb3a1095 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile index a22d11525..5c81e3cad 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile index cd68a783c..293ed2e97 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile index dea39aa4b..e43f03c3d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile index f48cadf14..6b4ee7ad1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile index 9da640fe9..11b4fda6f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile index 8789d7544..6dc71486b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile index 9788b8a66..f9c825429 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile index 6339a5cbd..425155953 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile index b339233fd..c63cc5b88 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile index a31dcec8e..a88894178 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile index a16280516..53b2f02ef 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile index b837cc578..0fcd384e0 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile index 5c7f5b34c..f948daa0f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile index 70ad46408..5ae2492c8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile index 1bf5132af..296c78b56 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile index 231cd051d..57c2861dc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile index 2cd18c676..8524e968f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile index 391b9c9b9..50b73f4a3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile index c2b4d6095..e173cad59 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile index b130dfd20..b188f1d0d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile index d14f2f1a2..d07488af1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile index da582ac8f..6c7d9d154 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile index 6099cb2f0..e62ac1e29 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile index 93da341ee..401801185 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile index 746b6d70f..b57b54696 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile index d12d0f47a..0c89ce30f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile index 5fd3ab5c5..23397809d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 index 70c1e3540..ddbc4c993 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile index 7ab7f9026..fbd2314d4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 index cf88fd318..804c8f4e9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile index 970e88fb9..f3e312c66 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 index 968c8f344..c94635bc1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile index 4391925c5..b85152281 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 index 302cd78a6..dde0cf868 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile index 69b968653..c3ab317f0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 index c15cefc96..357fcaa1a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile index 3eb1ade29..4e6895086 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 index 5a1ab83d4..b096c7917 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile index 3e7be2d96..0e34522be 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 index a226367bc..9302b4168 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile index 4c1199e14..89fb0f7c0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 index bb5d10351..48e829638 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile index 1f798cc82..839418957 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 index 7f8f040e5..719b33e87 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile index 3f30ba149..b957b2837 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 index 5012c7a54..b8dd64eee 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile index 23b6b1d83..20759edee 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 index 4531ae6e2..f925dd8d4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile index c11d67bd3..1edb93813 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 index db33de7c4..17d3d2062 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile index 202447720..a0e38bc89 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 index 9aa1b6e4d..959653ca9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile index a9af30511..bfad55a29 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 index 140c98a1b..f057106c7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile index 9cab8b3d1..7c74994c2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 index 0405e44a2..bf302ec4e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile index 6416386c0..e3c262968 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 index d9812cbeb..6e291b2da 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile index 901de684e..6410b906a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 index b8679a687..2e8db9916 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile index 275adf212..d30c5ab0f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 index 6826bdf46..f857bd208 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile index 9a0f9898f..8fe8ab0a6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 index eaaddafd0..82b1c6713 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile index ab79ceccf..7f4f40279 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 index 73104677a..25604a290 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile index 339dd30a6..945b16d74 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 index 7393800b4..09b337031 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile index da1f260e2..24dc40536 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 index 18b383fb7..45058bc78 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile index 10128abae..9f0030588 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 index c798d864b..70107991d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile index 36a0ff787..58ce9cc3d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 index 8f6494109..dedf20362 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile index 653152d05..bb156a8ee 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 index 753bd1de6..40cf43d4c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile index e755767cc..2e7222ef7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 index 9c7e9e55f..47faa2f0a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile index 92fb655f7..768bd34c2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 index 9af617bba..d66e929c1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile index 4a0606108..65af6c266 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 index df83bea50..be6acb43e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile index f4f124b1c..aec68222a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 index 273651647..0338e1e71 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile index 7d4f3393e..e7ff09f3d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 index 4674bf038..c390ca7da 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile index f836f363d..d46376c1a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 index 41fa8a318..06eef8994 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile index 043f8feb9..0864613ca 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 index ae66f2152..38b908ba1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile index ce4869309..c488b64ba 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 index 561c0cefa..c6fbceba4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile index 185699b7c..9174c360f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 index 897f79daa..e042d8fdb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile index 366addff2..5501cdd47 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 index b5e9913f6..ce3bc68f9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile index 5b65c546f..aebe30657 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 index 89920371a..cb4aef603 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile index 2dcc0bfd4..d98e03782 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 index 0d9e4e318..892569106 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile index a8c17e375..8667b7fff 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 index 388792df6..009f5aa34 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile index 3730fe9da..217393516 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 index 06ec2af8b..5d2e103dd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile index 3fbb6b1a0..3e2dc9464 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 index 778d63c95..5d23b8438 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile index 8a46a1ab7..50e2c2d71 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 index 5ec53f8dd..080aadcbc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile index 9b0449c28..23603209b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 index f907ad13b..4586ccbbb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile index 34e32f324..049e3b6c1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 index b29fbd9a2..5ef37bbb2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile index dc6e5eaa8..66015303c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 index e07c370af..1dfd3404d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile index 3758a8dd0..dd331049d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 index e6c2f6e4c..3b10389b0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile index 90399b420..22823f4e2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 index e8aeb92ef..d4f72a075 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile index b794fe978..203975fd7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 index 19ad61096..d246ac269 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile index de2ef4d01..c21c9d5d8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 index 3b824b6cd..ea781f95a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile index ab7693b09..c20bc322d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 index b32354b43..09f0ffa37 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile index bc1e7bbbd..d8e8643ad 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 index 33c61d0f9..84e584e2f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile index aa63991a5..bbfab6d58 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 index ad2cf585a..b8173b379 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile index 3e35f831c..f2b8ec944 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 index 9d5d6f562..e3e30ebb9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile index 3eb5ca811..7abcce48b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 index 4064464c4..a5d6a0f75 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile index e71fbcf31..867051c34 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 index 063ef481d..41932a2e1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile index 72dadddb8..57b0da5fe 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 index e72c64be8..94851cef8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile index 8e465087f..b8fda3ef1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 index 50fc0d5dc..c91e4d120 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile index 0375c9ede..bcbe93a48 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 index f9266c7d2..8f9d25b0d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile index 432c95a48..a075e1772 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 index 02401d370..d98a12c28 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile index 25d2a4037..7ceb6dae8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 index fa591adc6..2db298483 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile index 3448cac76..89f3b1c21 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 index 213a3615c..73a6f7f5c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile index 1ed426aa9..e0bfafe00 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 index 04e66ee75..b6809408e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile index 462362daf..89304a9dd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 index de6665782..6031f6185 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile index 77880d365..f6fdbd0fa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 index bf6527067..957a2ee0b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile index 725d6048d..7f8081a32 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 index 2cd4f9bf3..78c86ce22 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile index 3efcf2aec..8dd62f77e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 index ecd8f2f89..985eeab47 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile index c72512e70..2dbded123 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 index 6cb95e157..27f124d91 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile index 333f8335c..cc883148e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 index ac9d8828c..997a0112d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile index 73326ea65..d9e16d785 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 index 2b830f062..cf803c84d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile index 6b7b6fb5c..c163a5e11 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 index 97e3047ea..765da2ba4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile index f8f726b05..e2b5d8d2c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 index bd1aab32f..7febd04f0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile index 2892e6821..303283974 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 index b2870c32d..1724516e3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile index d992486c3..ba0c13471 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 index 61e9ba6f7..11c249acf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile index ad182381b..b4e40b597 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 index 4358b9534..59123c105 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile index 8d3bd10b7..278a7b24f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 index 44eb4f3d2..2f2cf0da0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile index 23d93e91a..24deeaf50 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 index 7d5bc97f4..a7b9d6de2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile index fb077bc81..1af316406 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 index c992c73f2..c2191fc0e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile index 5cda156f4..1da7ad8df 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 index 201360312..15ded40f4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile index 823b626e3..353a04e89 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 index 7a137a151..4261e0d96 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile index f7e94554b..3069b5536 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 index 65931c10b..a9bd93a0f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile index 539941d02..c4df4caaa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 index cba2b06d8..8e94eadc9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile index c7593f061..c11471692 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 index e0a6029d7..f243839ec 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile index 487f241a8..0e6017bda 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 index 40ebf41de..ea56d7df2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile index 4a80b6814..97a8b46b0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 index f4fc7648b..62c069e9f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile index 7f43835b3..9296668c7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 index 29b3ea3df..c7c291a61 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile index 67b99ae1c..5a651d33a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 index a43792e90..f980cf691 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile index 21c51736c..5a8b09bbe 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 index 103e3f465..4ee2ae10b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile index 3a9f97484..34d9d85a6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 index bf0925edb..199690d8f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile index fc9966224..4c438dc82 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 index 54adf0f02..5eefcc6ce 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile index 270bf9018..8ef9af214 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 index 64d35473e..38de2a1aa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile index 133b9a77d..6d21335a3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 index 1b51ca5ac..bb0009bd5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile index 642780889..0fc553fdc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 index 9bbfd3fd7..bdd3767dd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile index f070ac358..bc90197db 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 index 94664e394..58c2847e2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile index 5c871b3df..62bc36981 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 index b76675059..619a0db7e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile index e58a240c1..0ab277c8a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 index 6d873ced8..af4a47b4b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile index 7e3413e31..0bab5234a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 index 5fe429996..9d8a2e0ce 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile index 75273758b..cd744a92f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 index 9484ef588..1745947dd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile index 9fc028467..2172f25f9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 index 400efa66b..58f371965 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile index e70a66a9b..6c21a9673 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 index f369e269c..ea77b84e0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile index f046cfbde..1400bb749 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 index 67e1d65af..b50b35621 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile index be755963f..1cc2a36b7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 index 1b1850468..e13865bfb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile index 009a217b0..0ba17336d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 index d6a917250..b9dab93e7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile index cfdd3ddf5..c89ed910c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 index f9685c014..516ab2cfb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile index e7f05d5f9..7a9e44f7f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 index c40ec1d8a..cff79be5a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile index 075d19a1d..83478b5c4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 index ef4c4ef79..66a7cb28d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile index e0e4c0f71..df43b67fa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 index 11e53b100..ee659e7da 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile index ebff00e40..216f8b111 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 index 50b889707..2e1c6cacf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile index 9b2748237..fcdba47c4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 index 232132a14..dcf6ea885 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile index 96dfae825..17b094e4e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 index e427920eb..8f0a724b9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile index c9262aea7..4d006976e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 index 5473f5d74..e8369ca70 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile index 7c16ee0c3..b2de9b50c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 index bc919c0f3..fe2b92e9a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile index 3c9408adb..4df19f4ff 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 index 3a273d97f..350570cdb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile index 943699cd3..962bfc18a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 index 90564b29f..2d6773790 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile index 46aaeb1c5..6cb1f9f6c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 index 6d3feb418..44b375b5d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile index d44e10606..0da0a0d65 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 index 44f6ed2e5..7300b1ea7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile index 3b776431e..b5e0d9185 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 index a8929c6f6..4a4dbfaaa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile index f582aa8ba..c8f225760 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 index 77d3fb9cb..06f8f83e6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile index 34ec785b2..042679991 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 index 5d7da2089..16c1d572a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile index a0f380f90..32f619156 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 index d126fcb03..b532e1660 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile index 00349ba9b..6fbee55ff 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 index 0accfef3d..6384c9ed7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile index 58801956b..0356f32e1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 index 44a427d77..3ba296a20 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile index 9620e60cb..0adba2f15 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 index bbefb25ea..19dce7f77 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile index 820e4709a..c09ead24f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 index 08c5c36ae..f852342ca 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile index ae9227b5f..abcbd0d1b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 index 5dadd99e2..b4b438c29 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile index 92660c8b6..15c4889bf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 index 19790dbd7..9612059fa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile index 6f6dbf39f..5e6ee13fe 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 index 28570d221..a3735c4b2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile index 0485f5957..821f6d4a0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 index 1863f61f3..907965fd1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile index 8895975ca..88c621bd0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 index 4d69b79f6..66148765b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile index 368f98e8e..2beb72987 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 index 158ba99cc..98817769c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile index 806fbdc08..1ba36b6b4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 index 9bef6619d..1e5f44f6a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile index cbb761c85..ce6206e58 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 index bfa198a79..6fb7d1815 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile index a50fb95ee..91b172bb0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 index 1eca40b78..8e845260d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile index 3b1242e6b..ab3aad13a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 index 5e46202cb..c873f8de3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile index 106d7e636..6457278f8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 index 3fc2f23c8..8413cd60c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile index f46759e4f..4791998f8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 index 8a2e34c87..8c2a1dff2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile index 4e6a33ec4..32280b7c3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 index bd02b7b2e..fd20fe70c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile index b5404ef98..45a62b738 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 index a9b1f2ad3..eb190b98f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 index 3ee9992ce..45a0e68d3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile index 3e15015eb..13d020275 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 index fc47e14a8..c396ba9b4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 index b988ad1c3..32785fc3f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile index 2a03c6b78..dd5b817dd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 index e38357e94..6d9a863e7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 index 8848d47d0..9e7732faf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile index 110aabf5c..b55151ae3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 index b84a9c52c..9100cd68f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 index c50aca9c5..6aa6365aa 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile index c81b90a2f..78041c60a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 index 0e934cded..04cfa6652 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 index a4ddc4f1b..01d8983ff 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile index 5b501ab14..0a6d7dab4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 index 05225116a..72b4c6009 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 index 457a4f965..c83c02225 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile index a80b2adad..2804c950f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 index b9ddc1387..cdfb5415c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 index 8198378fc..624d3279c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile index f35db343a..a1bd50048 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 index 911f2547d..9f2fe863a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 index eb4b937b3..ad10b46e1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile index 0fb1ec789..58204cd1c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 index 1c13caec0..6b3e0a21c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 index 4b546a2e2..b4dd33aab 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile index 30139570c..4d92900e0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 index 57098c634..951eb7090 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 index d13a34ba3..8332022ce 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile index c0ab60d36..22c23f3c4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 index d89824613..1b693ca88 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 index a767968b2..28e2c54d0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile index bdd21d879..517c2f56f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 index 9b2a61eaa..56f14e397 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 index 4cb0776b9..4e474db5e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile index a2be81dbd..f89686db9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 index 0e6267ce8..f58256401 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 index b9dd3ce7c..4d06f99f5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile index 6475ebd4a..98da97cb1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 index 857ce31fe..649a6a398 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 index de5640999..f90786c1f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile index 192ab2449..06ae5355f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 index 380561c1c..5d535ad7b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 index acc4de71e..10d1b5c0d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile index c213fd32a..96435c6ee 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 index 6cc5f0a55..84d50fa96 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 index e6bf6b47e..2237d3f02 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile index 5f216fe47..50861e3e3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 index eeb91af12..8597830eb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 index 90ad65743..84eed2012 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile index d61224f04..b892e876c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 index d7f0ab57f..76510754f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 index 9db61620b..71bbbc3e4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile index eaa4cede4..02a6693b8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 index f07d02f46..288c9ba83 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 index c610f0127..98dd74a2e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile index 55b7b17fe..00fc4ebb3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 index e9b9dabbf..5cc4d9633 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 index 6950b1841..0dfbf353e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile index def6f9605..1c3cf02d5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 index 18b5031bc..b29aeca20 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 index ad3e8ccbf..a0b0d1c7e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile index 1f443be86..1d8a81633 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 index a6989dccf..60b959001 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 index 9d27b995e..58c1b121a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile index 8470b0faa..f6a81bcb6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 index e15d502b6..96e3b094c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 index bb1778cb6..77471541e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile index a13a79bb9..9ce14d891 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 index e5eb10b90..3cc92721e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 index be837d92c..9b22cc440 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile index 2f72d3ad8..5d2b33a4f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 index 9e70d0175..1d7c6794c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 index 466dec566..6218c3ad0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile index 87e3c0f4e..71b8e76da 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 index 709f18372..8d51c4011 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 index 40eb40591..25a63293e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile index 5715c0150..83a9d9a24 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 index b73af730c..240d84765 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 index 378eff7b9..502a8845e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile index 34bf743ce..76cb69604 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 index 3c1f9590f..87f56b5cd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 index 2179551e7..15bc9af3b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile index 92764cb8a..1ac0e17cc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 index e92fac582..03e44fd8e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 index 9cd4b2670..692e2d8a3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile index c35469622..526430edb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 index dbabcf4da..13d5acce6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 index 5aafa4b3a..95f4dcae3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile index 539dfcd89..0020ea02b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 index 09b00ef00..8b1414eef 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 index d7594a6fa..83fe1edd4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile index 711a7fb20..bc64c6bc1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 index 3061f2d1f..0f634f257 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 index ef72f4b40..4a4865e58 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile index 07a04862f..292a66e80 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 index 193e5eb63..ca1b80b59 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 index 39790375d..153f8f722 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile index ba70c5e73..2796b402a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 index 57c3a704d..d56224c87 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 index e3b127be6..c3a731f38 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile index f88d9df44..7c105674c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 index f20bbc990..6f642bc63 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 index 62f377acb..a3269d98a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile index b67e3ba0c..e25d896e1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 index 747b32368..ccc18017d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 index c879a57b0..03f4ff39e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile index a8b0ebe60..0863163e4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 index bebe1cc31..951999a70 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 index 15a6fc609..bd59dcd58 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile index 33b93bd47..af12eb603 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 index 52c9b6681..6e33b5de0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 index af78e2872..ee079a3fd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile index e3755cb69..d37f4d4fd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 index 6dbb209e4..922710942 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 index e6ea396bf..12674b048 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile index f965160dd..08e963690 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 index 580922087..fb9207e74 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 index 6fec800e8..9645bd56f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile index 5b065312c..1273153ce 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 index 681f61f08..475b66623 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 index 0a17d46f2..7079091d9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile index 9867ba814..c8ffb32a6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 index 7ccab49d7..1bc1ca5a7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 index 9ca5c6982..4a00c4fae 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile index c8121e7fb..993c19f2e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 index 2a12fcb54..d9752fa9a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 index 8f9b45c04..90369c86c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile index fe3f12a97..cb861f5ca 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 index ffe982a23..7869a6474 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile index 4462e4e5e..e3addda3e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 index 6e7fba102..4e20dd512 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile index da9126745..0fdce3ca8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 index 6d97c40d3..4c0480345 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile index 25cb0ac2f..27b8d59d2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 index 3efd48998..dc6a3dc3a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile index da7f2edcc..8a4af2422 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 index f6f17a63b..6dba66183 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile index 9cfdbc0bf..be39c0719 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 index 16bd1b293..01837782b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile index e41024b83..5af88970a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 index 0b9ddde37..1ede56c33 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile index 222696040..2193a1dc7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 index 781112046..13ab5f9f6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile index 9fab55168..f73e186f1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 index 1a9957e12..59b405106 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile index 416fd8bc6..e3e6f6840 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 index a60242476..83654031f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile index 1c2a05bc8..8dd440f70 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 index 69ad82514..264882356 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile index a03189afb..dfc63223d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 index 25a288dd7..1e60aa901 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile index c070c15dd..863df87cc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 index a5ca5c564..964ccea97 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile index 55253f077..1578c01fb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 index 9403f6cda..340128fa7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile index 814489659..a4db49254 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 index f235cf85f..8fc1451ce 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile index 5fe9a0460..d0a69f020 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 index 8b7bf96c6..45004ce4f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile index 4de918e68..6e4139377 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 index 4b5d256d1..70a9102d4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile index 7df1a7477..9e209a664 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 index 6699f837f..35f1117e3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile index 79deb260a..82300b6b1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 index fbee85a30..14b0b097a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile index 2e3dfd4be..dd35071e3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 index efcbd4180..4df0e7044 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile index bec3d7cf8..623b0ab77 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 index c465104a1..b1d49b73e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile index 250640868..abcc91992 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 index 92f2e5383..3a6473f4d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile index f0c8bf6fd..255ef728f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 index 41f249651..7f3fbf34b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile index 3e240fdef..4a7352afb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 index 01cf28055..99db73ee2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile index 1d14eb040..403aa6c8f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 index 983caf3cc..8e927f947 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile index f06cf407c..7cbc42db1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 index 69819332c..15a11ee4e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile index c39a3c01e..7ab3ccac9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 index 2e1821ef5..58308dc18 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile index a03066cdb..07d77bb83 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 index e198a39ba..ea4cd4147 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile index 55c4655a0..dc48aa3da 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 index bc151018d..54af0885a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile index 535ecf55d..f8661f01d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 index 87536d66a..c386cba61 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile index 587354f40..97fa10780 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 index 7b71f0244..3e3a01756 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile index 64a5d4664..f611c77ca 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 index 13ba70020..06730f783 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile index cd30a2b8b..b74f758b4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 index 668e89893..dd6f4f8ea 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile index b5c710722..bc2834ea7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 index 75a8bc5b5..6d9e76e9d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile index 2779dc786..924557101 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 index b59479cb9..3ca83bbed 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile index 659fa8511..ac47145d0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 index 6020bd057..47ef0f246 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile index 4551d5723..aefb3113e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 index b87f582a1..5f7508f61 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 index cf0cada69..308d0311e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile index fb3be7b1a..45f1df1d8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 index 7081f16d3..1adff7bec 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 index 2ac5b6337..c61c1d887 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile index 07f8f64d1..1930b4c62 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 index 4e8ad2b2e..57dfdc5ee 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 index 807711353..336ad616b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile index d10efedf7..326dfb0d1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 index 57ccddee2..ffcb8a731 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 index 19bd967d1..9ddee0375 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile index d799763a4..b4a292a2c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 index 2792c5302..cfe176b62 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 index c8d683643..4ef9e81f8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile index 96654bb3d..8c9008bd5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 index f960ee570..d690ef112 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 index 27bd4cf0f..bf94b9200 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile index 724eaf20d..2a5ddd0a0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 index 78ed7bf85..064e80090 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 index 2b2ef0c38..4bc0410fb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile index 62326b9a9..dfa2ca885 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 index c399552b9..36cc06318 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 index aef1dfb3a..6735431fc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile index 45e604b92..ff7cbdedd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 index 455edb5bf..bc894a3e8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 index 45cde1476..c83e46a12 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile index 2b0101404..c53dfda75 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 index bb1611469..0574d199b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 index 8060de61c..7b6ead8da 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile index 90914100a..0747621ca 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 index 0638cfba6..0a1c43e0f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 index af98a9672..28aea00ac 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile index 01e91c2d8..0cf730625 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 index d069ad5c0..3ae6ea389 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk11 +FROM docker.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 index 5a18e990e..f8f4eb933 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/latest/Dockerfile b/linux/ecosystem/atlassian/jira/latest/Dockerfile index 208362d46..90fc0266a 100644 --- a/linux/ecosystem/atlassian/jira/latest/Dockerfile +++ b/linux/ecosystem/atlassian/jira/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk17 +FROM docker.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/cassandra/3.11/Dockerfile b/linux/ecosystem/cassandra/3.11/Dockerfile index 1e2536ce3..bf570f02e 100644 --- a/linux/ecosystem/cassandra/3.11/Dockerfile +++ b/linux/ecosystem/cassandra/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-python-2.7 as builder +FROM docker.io/epicmorg/debian:bookworm-python-2.7 as builder RUN echo "=============================================" && \ python${PYTHON_VERSION} --version && \ @@ -18,7 +18,7 @@ RUN echo "=============================================" && \ ################################################################## ################################################################## -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 ################################################################## # Python 2.7 @@ -90,7 +90,7 @@ RUN set -eux; \ ln -sT "$libjemalloc" /usr/local/lib/libjemalloc.so; \ ldconfig -# grab gosu for easy step-down from root +# grab gosu for easy step-down FROM docker.io/root # https://github.com/tianon/gosu/releases RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ @@ -160,7 +160,7 @@ RUN set -eux; \ for distUrl in \ # https://github.com/docker-library/tomcat/pull/308 https://dlcdn.apache.org/ \ -# if the version is outdated, we have to pull from the archive +# if the version is outdated, we have to pull FROM docker.io/the archive https://archive.apache.org/dist/ \ ; do \ if wget --progress=dot:giga -O "$f" "$distUrl$distFile" && [ -s "$f" ]; then \ diff --git a/linux/ecosystem/electron-release-server/Dockerfile b/linux/ecosystem/electron-release-server/Dockerfile index c75f2059d..fca66d959 100644 --- a/linux/ecosystem/electron-release-server/Dockerfile +++ b/linux/ecosystem/electron-release-server/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-nodejs19 +FROM docker.io/epicmorg/debian:bookworm-nodejs19 RUN git clone https://github.com/ArekSredzki/electron-release-server.git /usr/src/electron-release-server diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile index 8272cd5fb..e95c1c17a 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.7-main +FROM docker.io/epicmorg/astralinux:1.7-main LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile index 19ff35a46..b0daad7c1 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.7-slim +FROM docker.io/epicmorg/astralinux:1.7-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -314,7 +314,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile index a9d20c678..6adfdc1ec 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.7-rootfs +FROM docker.io/epicmorg/astralinux:1.7-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile index b5338d22d..fb47252d1 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.7-rootfs +FROM docker.io/epicmorg/astralinux:1.7-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ################################################################## diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile index fc19ea577..e6c93d820 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.8-main +FROM docker.io/epicmorg/astralinux:1.8-main LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile index 4ce277210..6c913171c 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.8-slim +FROM docker.io/epicmorg/astralinux:1.8-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -314,7 +314,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile index 09e237650..37c7ad084 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.8-rootfs +FROM docker.io/epicmorg/astralinux:1.8-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile index 7c9425027..8d3b7ef13 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/astralinux:1.8-rootfs +FROM docker.io/epicmorg/astralinux:1.8-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile index e12e39ac8..da90b0aa5 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile index df7a7394b..7dc718b6a 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop index 7bd58fa69..70bc57df2 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile index 3713b8423..5351cff72 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop index a82ba1a72..2899d817f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile index 0c5012e43..08216a564 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop index edeed24c7..25752f11e 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile index 8a0f90b86..58989da67 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop index 8f62826b4..54d6ac6df 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile index d0723cfda..2a4a88168 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop index 3129bed58..82d6ff731 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile index 7dd2cb475..01a21523f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop index 4e04f3b56..de81b549a 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile index 1e2ea73b1..b84d38e1b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop index a0ea74039..d0cc22089 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile index ad5df527c..3f891fd1b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop index e4ffa09db..733c818bd 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile index 19bd770a6..a02610cdc 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-slim +FROM docker.io/epicmorg/debian:squeeze-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -258,7 +258,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile index d0beebd00..784a8b4f7 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop index 51bd1b556..c604ff7a8 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile index 1939882de..66fa9c38a 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop index 782eb3678..26b9149d4 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile index fd3e903b7..45195922e 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop index fca08f2d0..6c3af4e06 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile index 0b86ece04..4de8f1379 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop index 6c8158dd2..baa409579 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile index 507c24b3e..f75444ea3 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop index 95007b0ee..504838d3f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile index c17ac3bc3..7bda9e044 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop index a8632e858..fb9dceecd 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile index cc721e053..1299df4a8 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop index 2ed61272e..73de00cdc 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile index c15db9f72..8f2a34590 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop index 29334c39b..41ff8d250 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile index 15e13efcc..19ec6d38e 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze +FROM docker.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop index 375e15c55..d82485dc1 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:squeeze-develop +FROM docker.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile index e5af7f8fb..2d18f8c95 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian/eol:squeeze-slim +FROM docker.io/debian/eol:squeeze-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile index 2a8cd357a..503f366af 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile index 28c15804a..1a34a190b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop index 3b818716b..34975cb41 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile index a4d4c9c45..a0828505c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop index 2374a45e7..932c8d600 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile index d0c810838..234936578 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop index 4e3f553d7..a04463e0b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile index 74b651246..35879e5f8 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop index dfddd10fa..67c80b61a 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile index b28eb5e51..40c0be6a6 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop index 02514351c..e771a8a74 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile index 20ab52684..456e6008d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop index 2d145a0fc..1b0d9c741 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile index 48eae11a4..bb8c499f5 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop index ce8ec7863..43fe9e590 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile index 89799a24e..6a839238b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop index 34ee08af8..c46e34abd 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index 1e895cd0d..b7abd22ac 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-slim +FROM docker.io/epicmorg/debian:wheezy-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -274,7 +274,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile index 51e9631fd..d938df971 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop index 496e237c5..62f2a9a3b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile index 9b9083275..cb676072f 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop index 53f6616c6..413394397 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile index 340acc631..852b35c7d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop index e91bc64a3..dc61bffb4 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile index b791f9e8c..9cc869f74 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop index 7befb549e..f2a5c092c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile index 984ef36f8..2b4bafe6d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop index 7d2a28c48..f391780b6 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile index 408ec5f80..654453f2c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop index beb3e4d17..4dd8ec677 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile index 92c361fd3..af4acb3a9 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop index 41b0110ff..75757637f 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile index 4d822aa8e..ab5fedea0 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop index 4e6966b72..27e3cdb2e 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile index d3d8f408c..cb71be31a 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy +FROM docker.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop index 85bec0973..8b2c34ffc 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:wheezy-develop +FROM docker.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile index 4752ef2ca..7990d23fd 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian/eol:wheezy-slim +FROM docker.io/debian/eol:wheezy-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile index 647356f84..2fec84689 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile index 7b3228441..e8e5b55d4 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop index c81385aa8..d57140f6d 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile index f8056e3f7..c99b2d247 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop index 8dcbbe77c..cd7acd477 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile index 7b8358da2..0cb8cd77b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop index 8428e79d8..d8c524855 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile index b34b06260..7031a2961 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop index aa201ccb5..ec1639f76 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile index 1dbc94a3a..da04aa544 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop index b97f9ae17..2a83495cb 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile index 6fa990bc0..54694bad2 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop index 468837094..c342902c2 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile index 8aaf17964..fa6e8f5e4 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop index 3bde90452..959db12b4 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile index 2ccca0fbe..484b16ef0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop index d3dd45e9c..0cbfa6a89 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile index ac8a03616..4b20f5740 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop index c982d6f7b..960a18661 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile index 6fd9120a3..094535b81 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop index 97f60809a..69993ce00 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile index 5f0e8bd4a..1453a5adc 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop index e355b8b04..86508c83d 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile index 4876935bb..9c344b833 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-slim +FROM docker.io/epicmorg/debian:jessie-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -295,7 +295,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile index cf8bcdb57..054583119 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop index 138ac1cdf..9b5d75953 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile index a65c5165c..a29ab1ef0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop index 348f38f22..08589e50e 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile index 5fb4ba4c3..d850a3ba3 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop index 6c1b7fc5d..d7eb0a668 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile index 358bb6d2e..476c9bc42 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop index f18b46eb2..35cec6fb0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile index f8fc07447..8896e6114 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop index c670071bb..8aa97d1aa 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile index 94411ddce..9cf702766 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop index 9a5e28204..2f21bf7ae 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile index d218e9d5d..328916ccf 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop index 09ecbedb1..5ed707d61 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile index 1d541923a..273237a3b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop index 11161c0eb..d8f0e7b39 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile index 3249aa37c..df70d7ce7 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop index bc0874f94..187e1347e 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile index b02a89846..fd72e1c01 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop index 80582e82b..4bc1f0aed 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile index 44a72e48f..5ac36b908 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop index 10b0b2fcf..e3f03aa8d 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile index 8c293dd35..e58dda709 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop index f4142155b..d469c877a 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile index 4631139b6..7feeafece 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop index e98f86ac7..20f17af93 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile index 9068f8a75..ad2a17f17 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop index 0c5a6f6ea..1d122969c 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile index 6d7ef8c92..94b976bee 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie +FROM docker.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop index 928d89e10..b53c050df 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:jessie-develop +FROM docker.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile index f96846e23..09d0da4c3 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian/eol:jessie-slim +FROM docker.io/debian/eol:jessie-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile index 0ce17d4fb..5a9c7ffeb 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile index 0613abfee..42e6fa3f0 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop index 9513f65d0..45055e4ca 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile index c76df0af2..6cdc5a48b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop index 06d0f3deb..c6eefd2d6 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile index 9de0fb7e5..80bcf6e09 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop index fd3ae6c19..5c898bb6e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile index eea45de8b..f5507f47f 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop index b336e3dc3..e5db429ef 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile index 72fc7b649..a4a17c970 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop index ca5f961ad..4cff9a0cf 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile index 8d851371d..72986a388 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop index abca731de..95af09d3a 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile index cdf2a7a84..f6700d36d 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop index c1630fb34..eca012c80 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile index e18c6e5e1..f27b96956 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop index d4dbac3f7..813d66277 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile index cc3a0feff..95538e758 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop index f20b6e739..c6a865023 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile index c7f7349ec..bba8a8cac 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop index d3be35b7c..c810ccf3c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile index aec9fb65e..a402eabda 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop index 1916c0450..2769ae488 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index 7e4491184..e641feb2a 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-slim +FROM docker.io/epicmorg/debian:stretch-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -298,7 +298,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile index 4290efe14..6d1150562 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop index 54e4f1379..b71fcf58d 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile index 6a7659ff5..b018584ed 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop index 790e19a89..958f327f3 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile index 57e1bc181..d466069b2 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop index 174e19956..8a56faa1e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile index 8c5b0fed9..ab6f75781 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop index 4f5fd1597..2eb8c7045 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile index cbfdd1c39..3f95b2f8c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop index f8224e2ba..289991a3a 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile index b63c5ded5..46b9ab04f 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop index 51d24a40e..5f78723f3 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile index 09c516e89..6dda2c66c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop index ffdd3dba2..5395f4b49 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile index 4b008c36b..72d20fdc9 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop index 581ae3285..6d4538b3c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile index 8f2e0f276..e5a825d9d 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop index 555885286..bdd8f620f 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile index 5305bae00..07389578f 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop index feec795a7..87d4c7906 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile index 3fa0d05e7..16d1548cf 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop index 01887df77..ff500f52c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile index 44443336b..1b2cfd1dd 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop index 456eef28c..a8f16d788 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile index 10f3c788e..07ed0d482 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop index f11780a62..5fa96c997 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile index ffc1aee06..824fefe03 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop index 44afd1550..d4edfc4e3 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile index 29b224607..d12aba2c2 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch +FROM docker.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop index 1aaa2be71..96f1ae213 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:stretch-develop +FROM docker.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile index 63344afa0..22e7d3e2e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian/eol:stretch-slim +FROM docker.io/debian/eol:stretch-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile index 34dac16c4..9f0f2373e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile index b59bf6712..803917377 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop index 03d4e2280..9632a89ac 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile index beba5f2e0..26df9254f 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop index b1260e32f..6f340265b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile index f42eb25de..a99505cc9 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop index fb6e82370..fa8933d44 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile index 80abf013e..57403cd09 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop index 86a904dc4..e5a023b48 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile index 7cbdfece9..e85f2d248 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop index 2f3b601a6..ac52e70c4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile index b7eab1988..a5af05db9 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop index 2100457ea..969f13c90 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile index 4eb8bf171..3f6de9d91 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop index 5c8eca993..11e7520e9 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile index a26c4313d..92ea763cd 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop index b0bfc2f0d..3e2326ea4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile index 9c6148c69..c4b4ec69d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop index e9905ee0b..b8e790c7e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile index f376aa6fe..d5a36ae23 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop index 3e52beda1..0cc720b40 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile index 99ba96ce1..0545cad98 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop index d2f1994d5..907f5c296 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile index bfb06634c..3511deef5 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-slim +FROM docker.io/epicmorg/debian:buster-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -317,7 +317,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile index 5510569d8..cebbec63f 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop index dbf152680..24e879479 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile index 1913de151..b6f734c76 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop index e1b6a6aa5..514d3a0af 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile index c4c0ab990..a3576f28d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop index cfabffde6..f7fef7801 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile index f6b2a8df4..6508b9c7c 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop index 4ab1d01f4..2ad331fdb 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile index 5cf60be77..e6f78d1c2 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop index 57021fac8..f12367da5 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile index 373799bb8..bcbd0836e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop index 90b4e5146..b04506b5d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile index 2ca9550ac..9f45a1d4b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop index 4bf82c8d4..dc71c5e62 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile index 87e92e8b1..97a9b3484 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop index 9f4e5ea24..3b43c68ba 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile index 0551413bf..8aeefc4cb 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop index 0c316bc4b..f0f06de21 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile index cfd04326e..0359fb190 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop index 43094afb4..f81e32796 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile index de9a3aeb5..50e684711 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop index 0292daacd..a42e4d0e0 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile index de3ae1567..09a08ea99 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop index 9f4bebf09..fd5670731 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile index 549760c1d..1715ad71e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop index 6652e0f04..93cc4376d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile index 39014e1f8..c70ae79c0 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop index 0cfc33f2e..fdcee6f09 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile index 3d1e92168..3adeadb3f 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop index 8d246eda9..e318aa07b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile index b7c46229a..17c739a09 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop index 7b2159d0e..66d0a4365 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile index 860c435fe..dcfe47f60 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop index 7475a7497..e5cd3850e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile index 91b2a6f9b..16779c2ed 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop index 449659fc6..f340b3647 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile index b80c69d71..d8df3b484 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop index ea96f908a..046fbe690 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile index cf11ee6f3..9b181a539 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster +FROM docker.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop index 3ba3dd835..5080ceb31 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:buster-develop +FROM docker.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/slim/Dockerfile index e318f70d9..77a95dcf3 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim +FROM docker.io/debian:buster-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile index 27027865f..ce0a94160 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile index 41348b282..2e76d20e5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop index 0fa607a8c..f6a291b5d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile index 3d8d63a6e..370b8b713 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop index 5b833dd32..13b988d84 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile index 0efca03f8..425b5c1a4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop index e82c085f0..f5a47d536 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile index 33b7a9078..b6360577c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop index c1dad0c21..c23a061a9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile index c647e8f00..df901841f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop index e83796945..4a245c5a3 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile index 4bdb54d7e..f43668e0c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop index 0c70b80fa..529eba13b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile index ece8f616f..6d6e6d123 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop index e848ce265..4f1a2fc0d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile index 996417c4c..7ed646be9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop index 98a9e4f2d..95a7aa543 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile index d7c9adb1b..c3d3aefae 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop index 5f4bb71ca..41e97b99e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile index d2c4f01e9..7337d709a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop index c8b41b995..3d6a56cb7 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile index 1b81c8e4d..7e5d5df67 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop index 456ca7fdd..f42426865 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile index 3d92bdd19..8c07f25e3 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop index 74703d705..53b19fe9a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile index 34f1fe5e6..69ea87cf8 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop index 12b00cb08..e92813e71 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile index 6794e9c2f..b6902b091 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop index 3f9d8b4fd..4702859f4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile index ff1d026ef..9e1794006 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop index 4a70e6c42..fe0f0eecc 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile index b0846feb9..d907869a9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop index 5e89dde84..b168310ef 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile index bbd61e6be..bc094dda3 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile.develop index 520f48db1..4ab09402c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile index 67da4ec5f..977b5ff04 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop index 0dad676dd..f5288922c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile index 2405eb593..03868d98d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop index 02e7be762..1ffc2171f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile index c3d88d1e3..68da4dffa 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop index afd647b99..3043003f0 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile index e1f26519a..e236b8b76 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-slim +FROM docker.io/epicmorg/debian:bullseye-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -315,7 +315,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile index a21202073..0d611a2e9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop index 7ca4711f8..2223d9e5f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile index 82689037e..91a536e6e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop index aaed434ba..7ee419f9d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile index 979f95001..6b2daf921 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop index fc92cc5e5..c31563bcb 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile index a143e3aaa..d87bd599b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop index 629a24a7d..5041a65ce 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile index ef5c04219..ea24b0dd0 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop index d8e5f8e3f..59f43e838 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile index e8c94bd96..eb344004f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop index 554633656..c6fec5597 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile index 2e96a1f54..2a70f772c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop index fc5fa3143..bd6ba6b8d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile index 80bf8218d..981ccf6f4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop index 02be4f142..d1e64b5a5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile index 3742f1079..b54476e11 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop index b6d32d6db..eec2543a4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile index e23eba5b6..9eb7fe740 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop index 4b4e1f191..67c8658c6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile index 8da3b8f83..d4ed50b08 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop index 9e23687a6..bcab7ae4b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile index aabd1e9d8..beeada803 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop index eae28e65c..e85b7dddf 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile index beccd45a1..aef0aa84f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop index 67e70c33c..cbad65911 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile index 99c9daf80..540d4137f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop index a40080b1c..e57b0ea00 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile index 39bda8ca6..53c96c999 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop index b971c5831..b6dcb45f6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile index caf19bb0a..a6773711e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop index 487eb7879..e1a72772e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile index a21202073..0d611a2e9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop index 7ca4711f8..2223d9e5f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile index 6b4e21c59..f48b632a9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile.develop index 41aca0269..df3bf6ca6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile index be26d53a1..94e542f19 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop index d9604a606..398707836 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile index 09ac75907..cd7302af0 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop index 9e5c64d1b..8fdd66c8a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile index 5da03b57f..a34edb06c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop index 88ef3903f..e6f40a49b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile index f41758dd4..dbbae78c5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop index a4bcc1e0a..a91bafbf2 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile index 964cb89be..e08789b08 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop index c71df0522..0efe5ae97 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile index 1b8161b03..af68edcd1 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop index 23a9f5d5e..5e8ada37f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop +FROM docker.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile index c8d349ede..1fb0f32f0 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile index 41504fa3c..97401a317 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile index 89b270102..d8e677947 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile index 9c215477a..564f3ddb6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile index 286cf510a..cb9809778 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile index 1ac4448c7..daff55492 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile index 132507f0a..c8c49a506 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile index 1c67523ab..ce23c06c6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile index 8174e0d20..2f44e63d2 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile index 5b4e2e7e7..958a8b367 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile index b2a9e9266..224acd240 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile index cc37e0b4c..b5328bacd 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile index 30a7481b5..fea69e562 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile index abee9bf5c..5909548f1 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile index e293e5e0c..6b431604d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile index 3e3174521..f12f38460 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop as builder +FROM docker.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Dockerfile index 042585836..853e71d8f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM docker.io/debian:bullseye-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile index ffac21bde..5790bc1aa 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile index 3dd740290..3482d0c74 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile index 31bb85d6d..65eea7ddc 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop-jdk17 +FROM docker.io/epicmorg/debian:bookworm-develop-jdk17 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile index af2c35a17..a74e50be0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-jdk8 +FROM docker.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile index dbcd1ecbe..3e6deaa7f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile index 6752fb627..5b2b3561c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop index 04c392a95..7d64d1e4b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile index 9ef629de9..64d219c35 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop index f45ecfdbd..914275006 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile index 007aea741..46d59b9d4 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop index 893b68045..de37ba77e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile index 21454dac9..ab0d8a694 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop index c3b255b04..e0ef9a3de 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile index 000cbc6a2..b00dc71f2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop index 4dd4d3194..752a88e1c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile index df4e8ab45..61571ffb8 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop index 3daa83f72..8a6eaa78b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile index 2e2f67125..52513f944 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop index f2675ff52..ba62b04d0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile index 94c1795da..9616f9bd8 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop index 78e650e02..9e796f7d4 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile index c011de077..b7a2f271e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop index 88f637c90..77a16e2d0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile index ddd6e453f..720de4b4a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop index 2d8b1cc73..89296390d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile index 08ad124b8..20683f7d8 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop index db25fef82..e3f050672 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile index 3e00c4ade..2aa3959ed 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop index 2522810f5..0f8e401c5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile index f4b213ec9..89e289327 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop index 360481015..a92faa707 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile index a04fba14d..112f01af2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop index 79c136e09..dea3e1278 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile index 415e58276..638e9b1f5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop index c87874d35..d5d1a4f0a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile index 7d24a9246..011a6a7e9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop index 0b3d8f25d..3189028c2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile index 95039b919..33ff63763 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile.develop index 276f03d70..84cb2c2c8 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile index 48c0d67f5..335536657 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop index dac39f06e..b401f0362 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile index 5ed495c29..9cffa697a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop index 7ecd34640..5a8910aec 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile index 5e16ebe4b..54285c4ce 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop index 956dd9172..0b5b7b9bd 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile index 1f76e1da0..0f79a013a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-slim +FROM docker.io/epicmorg/debian:bookworm-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -314,7 +314,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile index 5376d9bde..c7494539e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop index 69d058438..303eefeab 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile index b09efdb9d..b04e96dd7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop index 29e9db48c..201710d66 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile index c1e2dc68a..5e927243c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop index f3e27737c..bc888fc7d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile index d86a74db5..20088c042 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop index 193a4c788..55fc2a657 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile index a8eb706eb..24af65ba2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop index 4cd18d710..e85a0a595 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile index 85643faf4..b48174edc 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop index 3412e870f..2b8c84eb7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile index 3a252dd8a..ca347b186 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop index 3bfc6142f..843115667 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile index eab58810b..16eaa3d14 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop index 0152d3c9c..3299b1e6e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile index 280f34300..7a50065ad 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop index 84558e037..4ae91fbfd 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile index d2cf3639d..1ecfb884d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop index ed41a7d06..df401fa2c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile index 90588f031..5c946fe2a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop index bfdc1b9ce..119fac61c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile index 2ea37c8f4..e43d06efd 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop index 0666b1047..0554816f0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile index 09b81d105..3a213fcf7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop index 093d6ae8f..7abcf4e90 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile index ddddad977..a23bbc2bb 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop index f6717b88c..1fc65b3a1 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile index 57bf5ef40..cb538255b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop index 13dab3692..f39cba63e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile index 8ec906079..a7f2d6b09 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop index 3b2599e6b..04320f416 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile index 5376d9bde..c7494539e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop index 69d058438..303eefeab 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile index fcce26bec..98b453733 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile.develop index 1e225981d..d6aa01514 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile index af43dc83d..ff94c28ff 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop index baaa6346e..eff49ca93 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile index afd792aab..6c9e72529 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop index 9ceca2e83..2fd5f1d6d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile index 151b55a47..47545b4c2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop index 0f12c1c65..dc3e82ca6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile index 82832922e..6bab0bc48 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop index 810ca360f..14cef9121 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile index 3f5933528..66ab3145e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop index a2902c284..412d66cb8 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile index 408bc952c..0dc939e87 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop index 7f46f9fd6..6245ef094 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile index 2f0836284..5490aea2d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev index ad54fae72..b403c401e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile index 6f6e1268d..bc6bd2f22 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile index 13749085b..c2fcb0187 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile index d2649e634..5264837b9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile index b061a98ec..aac9e0361 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile index 03936e860..09421b6f1 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile index e445ddd20..f867ad647 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile index 02f7d1979..aaf8fe809 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile index f5d3cd8cb..71863c899 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile index c43391be9..5ac28f894 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile index cf13cbb6f..002c4bbc8 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile index ce44e0824..079635a45 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile index 18851da57..299ff5656 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -59,7 +59,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile index 9bd4b0da9..9303b6797 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -64,7 +64,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile index 47eee105f..5e371deb2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -70,7 +70,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile index d295c8e7e..17ddb096b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -70,7 +70,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile index efa89ea6a..94b698597 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile index 836b47981..e6bba9c14 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile index 02494ef9e..abfdf48a9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile index 1d659df63..a5169b9bb 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile index 4e2c4a734..faabef378 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -73,7 +73,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile index a8eb214d7..74c00cf10 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile index 0ac39809d..6f3ff3bdc 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -73,7 +73,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile index 3c6b97f8a..4eb071d85 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile index 0d76c3107..401bac299 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -76,7 +76,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile index f547c995e..7a1ba3233 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile index deb05d3ae..b54d4de9a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile index 665ec5c46..e19f30e84 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Dockerfile index 20efffc65..5df468535 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim +FROM docker.io/debian:bookworm-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile index 8638ca3e5..1feb0afcd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile @@ -1,7 +1,7 @@ ################################################################## # Temp Layer - Dirty Hack ################################################################## -FROM epicmorg/debian:bookworm as temp-dpkg +FROM docker.io/epicmorg/debian:bookworm as temp-dpkg RUN mkdir -p /tmp/debs WORKDIR /tmp/debs RUN cd /tmp/debs && \ @@ -12,7 +12,7 @@ RUN cd /tmp/debs && \ ################################################################## # Main Layer ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile index 1e60404e0..6b3919ac7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop index 7d01dd416..e91e4e9f9 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile index 21a373fb8..90506917d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop index 6a4149198..9b05e1a35 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile index 2ca358d15..80de8eb5e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop index d67c57db8..3aa605728 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile index 850e03fd7..75ad7c7b4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop index f47f019f7..da45cf184 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile index 03a9391fd..06ce82a51 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop index 664306d48..6f57000ff 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile index 18f084cf4..5d2185363 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop index 2e0f9a58e..2ba243746 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile index 18b2e639d..f5665ffa1 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile @@ -1,7 +1,7 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder RUN echo "Just temp lyer to copy OpenSSL" -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop index 7a207ad2c..39598ae58 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile index 9f130794f..674557f4c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop index 83aa9516a..4545a84aa 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile index 310c8c966..47b6a9f68 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop index fa4d75f71..55ce22b2f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile index 3cdfef148..d6fe48978 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop index c06ad9d3c..b1b2a60f0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile index 6dcf49b44..7169a9fcf 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop index 29b58878d..ba8956dbf 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile index bc5da2f1e..f22de922c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop index 2ae9654b5..5fdfa7ddc 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile index c4625a70c..83dfd8fa0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop index e325681ad..8fec2a23f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile index 80e2e4f15..922b163dd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop index 1fc9e77c2..94fb937a9 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile index 159342a92..1c16eb1ba 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop index f4e5b6042..6509e9b64 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile index 432bf0df1..aa4bc2cf2 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop index b88199848..021ee7036 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile index 3ae9ff91d..24ba9c880 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile.develop index 1930264e7..24db899b4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile index 60e349bcb..1f6cfafb9 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop index 5457eec0f..11421470f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile index b6e9cab5b..b74b3b943 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop index 24e7570b1..06d6f93d7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile index d40af1ae1..14cb3b83c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop index da9488186..bc1a1c85a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile index e4014d15c..a1b5bc917 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-slim +FROM docker.io/epicmorg/debian:trixie-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -320,7 +320,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile index 13709890b..dc44fc1d8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop index 56bb03a74..29758902b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile index 1561cec58..7d6d41310 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop index b2851ccc7..0ebe24091 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile index c6d08530e..d9e3773a4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop index 269a9778c..7fb79d3f9 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile index e73f97a23..5d38b1863 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop index 6b5173bcf..69a17a18a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile index 3a16add1e..a69031d97 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop index 9ab42d471..043be5800 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile index 3189d85a0..18e78bedc 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop index 4206f12c0..09e74703a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile index 214d61ec7..a8b0f463e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop index d481eab6c..5be1fa02d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile index fe0656e09..dfba2cac7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop index 950286e9d..eed2389a4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile index 5e6f2a5c7..3daf8a2a8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop index 2307eedd7..6f680aedd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile index 3eb6d6be5..29e58e1bc 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop index 114c9247a..6dcdb2283 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile index 83455433e..061976ade 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop index 2a1c94695..8527dfbb2 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile index ad0b613b0..6e551ec3a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop index ad0b613b0..6e551ec3a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile index fd647b468..fe546be8a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop index 4676ba7b7..ad123d96f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile index 1561cec58..7d6d41310 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop index b2851ccc7..0ebe24091 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile index aefdd11cb..4d4f5a643 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop index a1f39e04b..c1aa7631e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile index 08ebef586..e236c66ca 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop index 3d55ae124..08de23395 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile index 13709890b..dc44fc1d8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop index 56bb03a74..29758902b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile index 4eb43684a..aff2c7384 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile.develop index 858a4f795..7680a0ce0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile index a958ce6fb..ec3c195a8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop index 9753701d4..d3ec07191 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile index d2dcd0858..d992e648d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop index a7ac6b73c..66c13e51b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile index d164a1050..cae922446 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop index 265b1e889..9d415fb4d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile index e809c74ce..e234fd32b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop index ed2159ccb..d3a3a83d8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile index 9c51094c7..3067dbd16 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop index d0844972d..cf313ac6f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile index c7bceea92..2755f48a4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop index 59ca9fa8f..de14501ad 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop +FROM docker.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile index 2a0f11cbd..e95e397a2 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile index 185dac1bb..e9fcb5a94 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile index e57efea13..cfeb96813 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile index 4851fa7f8..19f9733af 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile index f1ad17079..bc20cfd8a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile index 2f05b5074..d3b941024 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile index 7ba0249c7..7534ee55f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile index 25855d144..c4939c76a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile index d04fdbf8f..8d9b68ded 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile index 59c5a7a53..5d685a7cc 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile index 154a3078f..5ef573bb8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile index bdc08a7cf..b57c13ba1 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile index f020401f2..fabd7e0da 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile index 2ae766e80..aab7c75c0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile index 29cead213..82fa7917c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile index 38a5db693..db1d144ea 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:trixie-develop as builder +FROM docker.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/slim/Dockerfile index 2e3723307..a7f640fed 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:trixie-slim +FROM docker.io/debian:trixie-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile index 0a56a9c43..bec79ad9b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile index 8dafde539..93f3862b8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop index 4ce23c8c2..6ace53ad1 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile index 108f39bca..166d9775b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop index fcecbdfee..b99a57e44 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile index 3a91f8ec4..03e643268 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop index 8264eb205..303aea1a8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile index 407264c23..0a2a956c8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop index ebeba3850..42ceee12e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile index 7065df71d..15946e9d4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop index da3a80a26..b5be811ba 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile index aac1b9ce0..268b8491e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop index be7fb00f2..42284fbb6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile index c33677ec4..81ed3dc59 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop index d4dadb1a0..67016e08b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile index 45ce3577e..10ab1cc89 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop index bf9ae6d18..30c64ee12 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile index 3cdd03e33..a055025ef 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop index e0f386eb4..8afb15fc6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile index 18fa120c0..a28da2b64 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop index 97468304a..403feaefe 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile index 4f7d25606..ee4272bef 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop index 4055d66d6..4c0bf4abd 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile index 8d52da1c9..6c4c30b7f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop index 79b4fd2f7..67ef177d3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile index 3a87d43b2..1b0848549 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop index 6f35ac314..07e0f754f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile index 57a5294d9..f37faad2b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop index 2ed82f9b8..f6f5e89d6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile index e6a3cc340..d22f8cbaf 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop index 7a7401349..d46de08d2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile index bb83d3cad..f43a7e436 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop index 89a591a26..ab1592f46 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile index de6d5bf0c..748f698d6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile.develop index de36dac11..4d3c99c80 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile index 5e5219343..04b6698f5 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop index a18d1d0ed..6d4401b33 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile index 94aa3f252..6d663b23c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop index 6c80cd9f3..49530f623 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile index 2b862025b..5cc935b19 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop index b21f762e9..4b56e6e54 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile index 969014389..a884c4b40 100644 --- a/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-slim +FROM docker.io/epicmorg/debian:sid-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -320,7 +320,7 @@ RUN echo "=============================================" && \ echo "=============================================" ################################################################## -# gosu for easy step-down from root +# gosu for easy step-down FROM docker.io/root ################################################################## RUN mkdir -p ${GOSU_BIN_DIR} ADD ${GOSU_DOWNLOAD_URL} ${GOSU_BIN_DIR} diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile index e10366166..75c303358 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop index fa583bad2..fefdd827f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile index 22e0972a9..f4c6b834e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop index 43acdfaf0..063a1d89e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile index 4ff6b3d94..0d66a1646 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop index 6ae8189d6..731d62ba1 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile index 1ddfc9154..a772d7048 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop index d1d514208..a1f16cf61 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile index 94562e95e..13b49ce5a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop index 900d02aad..061afa6fd 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile index 1ba7c3158..958952d5b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop index 26e1b902b..c56243b02 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile index 0fba89409..b70af4e54 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop index 0f9da43a4..24864eeb0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile index 13ee37b2f..811958e93 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop index 3c41997e0..1c975660a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile index 884bc38eb..70becb180 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop index 2a862e913..9fda5c6b2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile index f15b097a4..5c3a3a69c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop index 0660d1ac4..e95909047 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile index 9c1197e84..5905a8110 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop index ff8cc0381..e324418ca 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile index 650b7f55e..58257ecb6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop index 04807acf3..4c6707a0a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile index b195fbd97..435303d6a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop index 75efdcb92..dc3b30063 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile index 22e0972a9..f4c6b834e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop index 43acdfaf0..063a1d89e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile index 9d5a4ee34..218571a70 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop index d3c420b22..a502b834b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile index 476de2cd4..1035d520c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop index 6a852dae7..c4d103ec2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile index e10366166..75c303358 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop index fa583bad2..fefdd827f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile index 0f9fa2155..bd60085e2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile.develop index 1ca110a6f..e33cff6d0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile index 199329798..f16da7701 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop index fd87f40ea..15505a957 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile index 6bfdfe596..b5950f973 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop index 7af721067..f18979487 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile index cfdce17c0..c633456d3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop index b8729b4a6..7ae07edd4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile index 0a46afe0d..ccec38a2f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop index a01499eac..7159b0542 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile index 631ce43e3..6b37d2048 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop index 142a6d46e..a8d4305ef 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile index b65317f73..55ddc6a1b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop index 71674205c..122449ee0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop +FROM docker.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile index 5199893d4..ab4f4c034 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile index eed540f32..7ce398a30 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile index 3f7d77f26..cbfdb8156 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile index 0b6306c92..d58bb7b65 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile index ae99d4fbc..39ca01a1f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile index 9307d0f4a..b267238dc 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile index e60e98c77..10628aa89 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile index 04a644ca9..5b2f065cb 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile index 5ec83946c..d6b78505b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile index 7d5b97a81..535f3c639 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile index d51998980..560ddc44e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile index 707a5b80f..69a546c1f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile index 937b0b622..161d1942a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile index 616789ee1..26f8e8da9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile index cf9303fce..ddc905af8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile index 02927460f..e55250cbc 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:sid-develop as builder +FROM docker.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:sid +FROM docker.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/slim/Dockerfile index 82ba90bbc..4cd739cae 100644 --- a/linux/ecosystem/epicmorg/debian/sid/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:sid-slim +FROM docker.io/debian:sid-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile index dbbcf9ea7..2b0d16fbb 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile index cfabe8616..2f2d0247c 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/android-sdk/Dockerfile b/linux/ecosystem/github/runner/android-sdk/Dockerfile index 2df5fd3c6..d66b0faae 100644 --- a/linux/ecosystem/github/runner/android-sdk/Dockerfile +++ b/linux/ecosystem/github/runner/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile b/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile index 2424b441c..2bcbffeb8 100644 --- a/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile b/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile index e28b06838..ee5d47194 100644 --- a/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile +++ b/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/latest/Dockerfile b/linux/ecosystem/github/runner/latest/Dockerfile index 6b797c22f..99c7d7c1b 100644 --- a/linux/ecosystem/github/runner/latest/Dockerfile +++ b/linux/ecosystem/github/runner/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/minimal/Dockerfile b/linux/ecosystem/github/runner/minimal/Dockerfile index 7277d5dcc..55bc34a25 100644 --- a/linux/ecosystem/github/runner/minimal/Dockerfile +++ b/linux/ecosystem/github/runner/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node0.12/Dockerfile b/linux/ecosystem/github/runner/node0.12/Dockerfile index 2624f04c0..93af85305 100644 --- a/linux/ecosystem/github/runner/node0.12/Dockerfile +++ b/linux/ecosystem/github/runner/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node10/Dockerfile b/linux/ecosystem/github/runner/node10/Dockerfile index 5d09424a3..ee81d3069 100644 --- a/linux/ecosystem/github/runner/node10/Dockerfile +++ b/linux/ecosystem/github/runner/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node11/Dockerfile b/linux/ecosystem/github/runner/node11/Dockerfile index 1a8c8c5e4..209c38bbe 100644 --- a/linux/ecosystem/github/runner/node11/Dockerfile +++ b/linux/ecosystem/github/runner/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node12/Dockerfile b/linux/ecosystem/github/runner/node12/Dockerfile index 99ea7d21b..136e68307 100644 --- a/linux/ecosystem/github/runner/node12/Dockerfile +++ b/linux/ecosystem/github/runner/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node13/Dockerfile b/linux/ecosystem/github/runner/node13/Dockerfile index bd68570af..76541516f 100644 --- a/linux/ecosystem/github/runner/node13/Dockerfile +++ b/linux/ecosystem/github/runner/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node14/Dockerfile b/linux/ecosystem/github/runner/node14/Dockerfile index 670d6a134..a4836ee6a 100644 --- a/linux/ecosystem/github/runner/node14/Dockerfile +++ b/linux/ecosystem/github/runner/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node15/Dockerfile b/linux/ecosystem/github/runner/node15/Dockerfile index 53a7defa1..5d8093eaf 100644 --- a/linux/ecosystem/github/runner/node15/Dockerfile +++ b/linux/ecosystem/github/runner/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node16/Dockerfile b/linux/ecosystem/github/runner/node16/Dockerfile index 33dc8c737..e50f079d2 100644 --- a/linux/ecosystem/github/runner/node16/Dockerfile +++ b/linux/ecosystem/github/runner/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node17/Dockerfile b/linux/ecosystem/github/runner/node17/Dockerfile index e61df3ce8..efd117370 100644 --- a/linux/ecosystem/github/runner/node17/Dockerfile +++ b/linux/ecosystem/github/runner/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node18/Dockerfile b/linux/ecosystem/github/runner/node18/Dockerfile index c819b1e23..c85e626f6 100644 --- a/linux/ecosystem/github/runner/node18/Dockerfile +++ b/linux/ecosystem/github/runner/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node19/Dockerfile b/linux/ecosystem/github/runner/node19/Dockerfile index 3fbaa6115..b166d5be0 100644 --- a/linux/ecosystem/github/runner/node19/Dockerfile +++ b/linux/ecosystem/github/runner/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node20/Dockerfile b/linux/ecosystem/github/runner/node20/Dockerfile index 9b80adc18..d7358963d 100644 --- a/linux/ecosystem/github/runner/node20/Dockerfile +++ b/linux/ecosystem/github/runner/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node21/Dockerfile b/linux/ecosystem/github/runner/node21/Dockerfile index 84b4f5d9b..41d1dbadd 100644 --- a/linux/ecosystem/github/runner/node21/Dockerfile +++ b/linux/ecosystem/github/runner/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node22/Dockerfile b/linux/ecosystem/github/runner/node22/Dockerfile index a441718a7..551ab69a6 100644 --- a/linux/ecosystem/github/runner/node22/Dockerfile +++ b/linux/ecosystem/github/runner/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node23/Dockerfile b/linux/ecosystem/github/runner/node23/Dockerfile index adbc863f8..1f820173e 100644 --- a/linux/ecosystem/github/runner/node23/Dockerfile +++ b/linux/ecosystem/github/runner/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node4/Dockerfile b/linux/ecosystem/github/runner/node4/Dockerfile index f6450bdc0..2373e36a6 100644 --- a/linux/ecosystem/github/runner/node4/Dockerfile +++ b/linux/ecosystem/github/runner/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node5/Dockerfile b/linux/ecosystem/github/runner/node5/Dockerfile index 03b97b336..e00a2141b 100644 --- a/linux/ecosystem/github/runner/node5/Dockerfile +++ b/linux/ecosystem/github/runner/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node6/Dockerfile b/linux/ecosystem/github/runner/node6/Dockerfile index e866d955f..65d88bb7b 100644 --- a/linux/ecosystem/github/runner/node6/Dockerfile +++ b/linux/ecosystem/github/runner/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG K_NODE_MAJOR_VERSION=6 diff --git a/linux/ecosystem/github/runner/node7/Dockerfile b/linux/ecosystem/github/runner/node7/Dockerfile index ec8b52bea..7106b6cf2 100644 --- a/linux/ecosystem/github/runner/node7/Dockerfile +++ b/linux/ecosystem/github/runner/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node8/Dockerfile b/linux/ecosystem/github/runner/node8/Dockerfile index e16d112f8..ee237a41e 100644 --- a/linux/ecosystem/github/runner/node8/Dockerfile +++ b/linux/ecosystem/github/runner/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node9/Dockerfile b/linux/ecosystem/github/runner/node9/Dockerfile index a542f8e58..0d5074cf6 100644 --- a/linux/ecosystem/github/runner/node9/Dockerfile +++ b/linux/ecosystem/github/runner/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php56/Dockerfile b/linux/ecosystem/github/runner/php56/Dockerfile index 8b2a25deb..a15486fd5 100644 --- a/linux/ecosystem/github/runner/php56/Dockerfile +++ b/linux/ecosystem/github/runner/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php70/Dockerfile b/linux/ecosystem/github/runner/php70/Dockerfile index 00ddca3ca..dc5bc2635 100644 --- a/linux/ecosystem/github/runner/php70/Dockerfile +++ b/linux/ecosystem/github/runner/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php71/Dockerfile b/linux/ecosystem/github/runner/php71/Dockerfile index a8bca7508..92dbc2d3b 100644 --- a/linux/ecosystem/github/runner/php71/Dockerfile +++ b/linux/ecosystem/github/runner/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php72/Dockerfile b/linux/ecosystem/github/runner/php72/Dockerfile index f84c102b9..a85627cfc 100644 --- a/linux/ecosystem/github/runner/php72/Dockerfile +++ b/linux/ecosystem/github/runner/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php73/Dockerfile b/linux/ecosystem/github/runner/php73/Dockerfile index 141a4b014..2e8854acf 100644 --- a/linux/ecosystem/github/runner/php73/Dockerfile +++ b/linux/ecosystem/github/runner/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php74/Dockerfile b/linux/ecosystem/github/runner/php74/Dockerfile index 14807246d..870c17969 100644 --- a/linux/ecosystem/github/runner/php74/Dockerfile +++ b/linux/ecosystem/github/runner/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php80/Dockerfile b/linux/ecosystem/github/runner/php80/Dockerfile index c4b828460..f81648b5c 100644 --- a/linux/ecosystem/github/runner/php80/Dockerfile +++ b/linux/ecosystem/github/runner/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php81/Dockerfile b/linux/ecosystem/github/runner/php81/Dockerfile index 0fbddb9d1..9ae4ebdc5 100644 --- a/linux/ecosystem/github/runner/php81/Dockerfile +++ b/linux/ecosystem/github/runner/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php82/Dockerfile b/linux/ecosystem/github/runner/php82/Dockerfile index a2d9a0dab..878b52e48 100644 --- a/linux/ecosystem/github/runner/php82/Dockerfile +++ b/linux/ecosystem/github/runner/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php83/Dockerfile b/linux/ecosystem/github/runner/php83/Dockerfile index 6f1fd742e..d2178de25 100644 --- a/linux/ecosystem/github/runner/php83/Dockerfile +++ b/linux/ecosystem/github/runner/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php84/Dockerfile b/linux/ecosystem/github/runner/php84/Dockerfile index 6db4253a9..1cd85d8f8 100644 --- a/linux/ecosystem/github/runner/php84/Dockerfile +++ b/linux/ecosystem/github/runner/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/github-runner:minimal +FROM docker.io/epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile index 3df1d7680..0908e1671 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile index 907a6e480..1b9fcbb99 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile b/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile index 1cc70e6b0..5ce69da3d 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile b/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile index 923405104..5c6913f6e 100644 --- a/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile b/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile index 9a9c9aa38..0392dc227 100644 --- a/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/latest/Dockerfile b/linux/ecosystem/gitlab/runner/latest/Dockerfile index 2b5e31c73..b486b682a 100644 --- a/linux/ecosystem/gitlab/runner/latest/Dockerfile +++ b/linux/ecosystem/gitlab/runner/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/minimal/Dockerfile b/linux/ecosystem/gitlab/runner/minimal/Dockerfile index e16201ffb..ee079e4ea 100644 --- a/linux/ecosystem/gitlab/runner/minimal/Dockerfile +++ b/linux/ecosystem/gitlab/runner/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop +FROM docker.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node0.12/Dockerfile b/linux/ecosystem/gitlab/runner/node0.12/Dockerfile index 2f21aaf21..25052b5e2 100644 --- a/linux/ecosystem/gitlab/runner/node0.12/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node10/Dockerfile b/linux/ecosystem/gitlab/runner/node10/Dockerfile index 1c5e67262..4e310d5bc 100644 --- a/linux/ecosystem/gitlab/runner/node10/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node11/Dockerfile b/linux/ecosystem/gitlab/runner/node11/Dockerfile index d34dcb757..fe8377854 100644 --- a/linux/ecosystem/gitlab/runner/node11/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node12/Dockerfile b/linux/ecosystem/gitlab/runner/node12/Dockerfile index f566a351c..ff6c56290 100644 --- a/linux/ecosystem/gitlab/runner/node12/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node13/Dockerfile b/linux/ecosystem/gitlab/runner/node13/Dockerfile index 15f2d6fc1..e2c54ec9b 100644 --- a/linux/ecosystem/gitlab/runner/node13/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node14/Dockerfile b/linux/ecosystem/gitlab/runner/node14/Dockerfile index 3f707352a..7e0bde0c8 100644 --- a/linux/ecosystem/gitlab/runner/node14/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node15/Dockerfile b/linux/ecosystem/gitlab/runner/node15/Dockerfile index a42a5aa13..a9fc4a70a 100644 --- a/linux/ecosystem/gitlab/runner/node15/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node16/Dockerfile b/linux/ecosystem/gitlab/runner/node16/Dockerfile index 2261e65a9..e83d9b8e5 100644 --- a/linux/ecosystem/gitlab/runner/node16/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node17/Dockerfile b/linux/ecosystem/gitlab/runner/node17/Dockerfile index 4e9db59d4..fa5d8e7f7 100644 --- a/linux/ecosystem/gitlab/runner/node17/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node18/Dockerfile b/linux/ecosystem/gitlab/runner/node18/Dockerfile index 6659869ed..df39f9068 100644 --- a/linux/ecosystem/gitlab/runner/node18/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node19/Dockerfile b/linux/ecosystem/gitlab/runner/node19/Dockerfile index 949689e00..6bb3acfa0 100644 --- a/linux/ecosystem/gitlab/runner/node19/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node20/Dockerfile b/linux/ecosystem/gitlab/runner/node20/Dockerfile index 585524683..1cb46cba2 100644 --- a/linux/ecosystem/gitlab/runner/node20/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node21/Dockerfile b/linux/ecosystem/gitlab/runner/node21/Dockerfile index d10f20d21..ca0658489 100644 --- a/linux/ecosystem/gitlab/runner/node21/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node22/Dockerfile b/linux/ecosystem/gitlab/runner/node22/Dockerfile index aa4bd8303..709d90e55 100644 --- a/linux/ecosystem/gitlab/runner/node22/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node23/Dockerfile b/linux/ecosystem/gitlab/runner/node23/Dockerfile index 13c1a59cf..1eca8ecfa 100644 --- a/linux/ecosystem/gitlab/runner/node23/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node4/Dockerfile b/linux/ecosystem/gitlab/runner/node4/Dockerfile index f99adec2a..57d1f8a79 100644 --- a/linux/ecosystem/gitlab/runner/node4/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node5/Dockerfile b/linux/ecosystem/gitlab/runner/node5/Dockerfile index 4fb3b2cd0..c92cc5c00 100644 --- a/linux/ecosystem/gitlab/runner/node5/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node6/Dockerfile b/linux/ecosystem/gitlab/runner/node6/Dockerfile index ab67df35f..92c63bae8 100644 --- a/linux/ecosystem/gitlab/runner/node6/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG K_NODE_MAJOR_VERSION=6 diff --git a/linux/ecosystem/gitlab/runner/node7/Dockerfile b/linux/ecosystem/gitlab/runner/node7/Dockerfile index 9037730c7..af0d83867 100644 --- a/linux/ecosystem/gitlab/runner/node7/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node8/Dockerfile b/linux/ecosystem/gitlab/runner/node8/Dockerfile index 957b699b9..6e1ac186b 100644 --- a/linux/ecosystem/gitlab/runner/node8/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node9/Dockerfile b/linux/ecosystem/gitlab/runner/node9/Dockerfile index 66a14bd65..3024e0720 100644 --- a/linux/ecosystem/gitlab/runner/node9/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php56/Dockerfile b/linux/ecosystem/gitlab/runner/php56/Dockerfile index df1e1a577..ed6a863d5 100644 --- a/linux/ecosystem/gitlab/runner/php56/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php70/Dockerfile b/linux/ecosystem/gitlab/runner/php70/Dockerfile index e70ca5482..4bb323735 100644 --- a/linux/ecosystem/gitlab/runner/php70/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php71/Dockerfile b/linux/ecosystem/gitlab/runner/php71/Dockerfile index bdfbb59be..f84e01f7b 100644 --- a/linux/ecosystem/gitlab/runner/php71/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php72/Dockerfile b/linux/ecosystem/gitlab/runner/php72/Dockerfile index 806e0519b..f16d45b50 100644 --- a/linux/ecosystem/gitlab/runner/php72/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php73/Dockerfile b/linux/ecosystem/gitlab/runner/php73/Dockerfile index 83e2e7962..b032749d8 100644 --- a/linux/ecosystem/gitlab/runner/php73/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php74/Dockerfile b/linux/ecosystem/gitlab/runner/php74/Dockerfile index bbb517e7a..2b28b29d1 100644 --- a/linux/ecosystem/gitlab/runner/php74/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php80/Dockerfile b/linux/ecosystem/gitlab/runner/php80/Dockerfile index ffc4391a6..d59f16a7f 100644 --- a/linux/ecosystem/gitlab/runner/php80/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php81/Dockerfile b/linux/ecosystem/gitlab/runner/php81/Dockerfile index e43034f62..7f8217729 100644 --- a/linux/ecosystem/gitlab/runner/php81/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php82/Dockerfile b/linux/ecosystem/gitlab/runner/php82/Dockerfile index 7af00ee76..095735696 100644 --- a/linux/ecosystem/gitlab/runner/php82/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php83/Dockerfile b/linux/ecosystem/gitlab/runner/php83/Dockerfile index 2ce840009..ef12ce49c 100644 --- a/linux/ecosystem/gitlab/runner/php83/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php84/Dockerfile b/linux/ecosystem/gitlab/runner/php84/Dockerfile index 66f329136..1addff0c6 100644 --- a/linux/ecosystem/gitlab/runner/php84/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/gitlab-runner:minimal +FROM docker.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/monero/monerod/Dockerfile b/linux/ecosystem/monero/monerod/Dockerfile index 1631f5881..5f09fbe41 100644 --- a/linux/ecosystem/monero/monerod/Dockerfile +++ b/linux/ecosystem/monero/monerod/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="original by sethforprivacy; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/monero/p2pool/Dockerfile b/linux/ecosystem/monero/p2pool/Dockerfile index 4c3822752..e716067c1 100644 --- a/linux/ecosystem/monero/p2pool/Dockerfile +++ b/linux/ecosystem/monero/p2pool/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="original by sethforprivacy; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.14/main/Dockerfile b/linux/ecosystem/nginx/1.14/main/Dockerfile index f84d94291..8d2fe2b93 100644 --- a/linux/ecosystem/nginx/1.14/main/Dockerfile +++ b/linux/ecosystem/nginx/1.14/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -202,7 +202,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.14/php/Dockerfile b/linux/ecosystem/nginx/1.14/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.14/php/Dockerfile +++ b/linux/ecosystem/nginx/1.14/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.15/main/Dockerfile b/linux/ecosystem/nginx/1.15/main/Dockerfile index f84d94291..8d2fe2b93 100644 --- a/linux/ecosystem/nginx/1.15/main/Dockerfile +++ b/linux/ecosystem/nginx/1.15/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -202,7 +202,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.15/php/Dockerfile b/linux/ecosystem/nginx/1.15/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.15/php/Dockerfile +++ b/linux/ecosystem/nginx/1.15/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.16/main/Dockerfile b/linux/ecosystem/nginx/1.16/main/Dockerfile index f84d94291..8d2fe2b93 100644 --- a/linux/ecosystem/nginx/1.16/main/Dockerfile +++ b/linux/ecosystem/nginx/1.16/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -202,7 +202,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.16/php/Dockerfile b/linux/ecosystem/nginx/1.16/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.16/php/Dockerfile +++ b/linux/ecosystem/nginx/1.16/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.17/main/Dockerfile b/linux/ecosystem/nginx/1.17/main/Dockerfile index f84d94291..8d2fe2b93 100644 --- a/linux/ecosystem/nginx/1.17/main/Dockerfile +++ b/linux/ecosystem/nginx/1.17/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -202,7 +202,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.17/php/Dockerfile b/linux/ecosystem/nginx/1.17/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.17/php/Dockerfile +++ b/linux/ecosystem/nginx/1.17/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.18/main/Dockerfile b/linux/ecosystem/nginx/1.18/main/Dockerfile index f84d94291..8d2fe2b93 100644 --- a/linux/ecosystem/nginx/1.18/main/Dockerfile +++ b/linux/ecosystem/nginx/1.18/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -202,7 +202,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.18/php/Dockerfile b/linux/ecosystem/nginx/1.18/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.18/php/Dockerfile +++ b/linux/ecosystem/nginx/1.18/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.19/main/Dockerfile b/linux/ecosystem/nginx/1.19/main/Dockerfile index f84d94291..8d2fe2b93 100644 --- a/linux/ecosystem/nginx/1.19/main/Dockerfile +++ b/linux/ecosystem/nginx/1.19/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -202,7 +202,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.19/php/Dockerfile b/linux/ecosystem/nginx/1.19/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.19/php/Dockerfile +++ b/linux/ecosystem/nginx/1.19/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.20/main/Dockerfile b/linux/ecosystem/nginx/1.20/main/Dockerfile index f84d94291..8d2fe2b93 100644 --- a/linux/ecosystem/nginx/1.20/main/Dockerfile +++ b/linux/ecosystem/nginx/1.20/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -202,7 +202,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.20/php/Dockerfile b/linux/ecosystem/nginx/1.20/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.20/php/Dockerfile +++ b/linux/ecosystem/nginx/1.20/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21/main/Dockerfile b/linux/ecosystem/nginx/1.21/main/Dockerfile index 9925e3472..bb5b35ed0 100644 --- a/linux/ecosystem/nginx/1.21/main/Dockerfile +++ b/linux/ecosystem/nginx/1.21/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -191,7 +191,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -201,7 +201,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/ecosystem/nginx/1.21/php/Dockerfile b/linux/ecosystem/nginx/1.21/php/Dockerfile index b84c50d51..665f66bd7 100644 --- a/linux/ecosystem/nginx/1.21/php/Dockerfile +++ b/linux/ecosystem/nginx/1.21/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile index dac4626ff..cfb780620 100644 --- a/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.26/main/Dockerfile b/linux/ecosystem/nginx/1.26/main/Dockerfile index 99932daf4..9ee42fc93 100644 --- a/linux/ecosystem/nginx/1.26/main/Dockerfile +++ b/linux/ecosystem/nginx/1.26/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm-develop AS build +FROM docker.io/epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -306,7 +306,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm ENV NGINX_VERSION=1.26 ENV NGINX_VERSION_FULL=${NGINX_VERSION}.3 @@ -326,7 +326,7 @@ ENV NGINX_PID=${NGINX_PID_DIR}/nginx.pid ENV NGINX_SRC_DIR=/usr/local/src/nginx/${NGINX_VERSION} ################################################################## -# Copy compilled nginx from dev stage and prepare +# Copy compilled nginx FROM docker.io/dev stage and prepare ################################################################## RUN mkdir -p \ ${NGINX_CONF_DIR}/sites-enabled \ diff --git a/linux/ecosystem/nginx/1.27/main/Dockerfile b/linux/ecosystem/nginx/1.27/main/Dockerfile index 858b93f4a..3f6ce80b4 100644 --- a/linux/ecosystem/nginx/1.27/main/Dockerfile +++ b/linux/ecosystem/nginx/1.27/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm-develop AS build +FROM docker.io/epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -306,7 +306,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm ENV NGINX_VERSION=1.27 ENV NGINX_VERSION_FULL=${NGINX_VERSION}.5 @@ -326,7 +326,7 @@ ENV NGINX_PID=${NGINX_PID_DIR}/nginx.pid ENV NGINX_SRC_DIR=/usr/local/src/nginx/${NGINX_VERSION} ################################################################## -# Copy compilled nginx from dev stage and prepare +# Copy compilled nginx FROM docker.io/dev stage and prepare ################################################################## RUN mkdir -p \ ${NGINX_CONF_DIR}/sites-enabled \ diff --git a/linux/ecosystem/nginx/1.28/main/Dockerfile b/linux/ecosystem/nginx/1.28/main/Dockerfile index 7b5e8e9fe..481c0f1bc 100644 --- a/linux/ecosystem/nginx/1.28/main/Dockerfile +++ b/linux/ecosystem/nginx/1.28/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm-develop AS build +FROM docker.io/epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -306,7 +306,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm ENV NGINX_VERSION=1.28 ENV NGINX_VERSION_FULL=${NGINX_VERSION}.0 @@ -326,7 +326,7 @@ ENV NGINX_PID=${NGINX_PID_DIR}/nginx.pid ENV NGINX_SRC_DIR=/usr/local/src/nginx/${NGINX_VERSION} ################################################################## -# Copy compilled nginx from dev stage and prepare +# Copy compilled nginx FROM docker.io/dev stage and prepare ################################################################## RUN mkdir -p \ ${NGINX_CONF_DIR}/sites-enabled \ diff --git a/linux/ecosystem/nginx/1.29/main/Dockerfile b/linux/ecosystem/nginx/1.29/main/Dockerfile index c502c2c22..a492bc4a4 100644 --- a/linux/ecosystem/nginx/1.29/main/Dockerfile +++ b/linux/ecosystem/nginx/1.29/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm-develop AS build +FROM docker.io/epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -306,7 +306,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm ENV NGINX_VERSION=1.29 ENV NGINX_VERSION_FULL=${NGINX_VERSION}.0 @@ -326,7 +326,7 @@ ENV NGINX_PID=${NGINX_PID_DIR}/nginx.pid ENV NGINX_SRC_DIR=/usr/local/src/nginx/${NGINX_VERSION} ################################################################## -# Copy compilled nginx from dev stage and prepare +# Copy compilled nginx FROM docker.io/dev stage and prepare ################################################################## RUN mkdir -p \ ${NGINX_CONF_DIR}/sites-enabled \ diff --git a/linux/ecosystem/ninjam/latest/Dockerfile b/linux/ecosystem/ninjam/latest/Dockerfile index 0959015c7..50ea233ba 100644 --- a/linux/ecosystem/ninjam/latest/Dockerfile +++ b/linux/ecosystem/ninjam/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder RUN git clone https://www-dev.cockos.com/ninjam/ninjam.git /tmp/ninjam && \ cd /tmp/ninjam/ninjam/server && \ @@ -6,7 +6,7 @@ RUN git clone https://www-dev.cockos.com/ninjam/ninjam.git /tmp/ninjam && \ dos2unix *.cfg && \ dos2unix *.txt -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/opentracker/Dockerfile b/linux/ecosystem/opentracker/Dockerfile index acd18dd59..ee321dda2 100644 --- a/linux/ecosystem/opentracker/Dockerfile +++ b/linux/ecosystem/opentracker/Dockerfile @@ -1,10 +1,10 @@ -FROM epicmorg/debian:trixie-develop as compile-stage +FROM docker.io/epicmorg/debian:trixie-develop as compile-stage ARG DEBIAN_FRONTEND=noninteractive WORKDIR /usr/src ################################################################## -# Run libowfat compilation in separated layer to benefit from docker layer cache +# Run libowfat compilation in separated layer to benefit FROM docker.io/docker layer cache ################################################################## RUN cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat ; \ git clone git://erdgeist.org/opentracker ; \ @@ -21,7 +21,7 @@ RUN cd /usr/src/opentracker ; \ install -m 755 opentracker.debug /tmp/stage/bin ; \ make DESTDIR=/tmp/stage BINDIR="/bin" install -FROM epicmorg/debian:trixie +FROM docker.io/epicmorg/debian:trixie ################################################################## # setup future environment diff --git a/linux/ecosystem/perforce/base/r16.2/Dockerfile b/linux/ecosystem/perforce/base/r16.2/Dockerfile index 65342463a..874914d18 100644 --- a/linux/ecosystem/perforce/base/r16.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r17.1/Dockerfile b/linux/ecosystem/perforce/base/r17.1/Dockerfile index e4b86129c..433a145c6 100644 --- a/linux/ecosystem/perforce/base/r17.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r17.2/Dockerfile b/linux/ecosystem/perforce/base/r17.2/Dockerfile index c308ee394..eeb0a737f 100644 --- a/linux/ecosystem/perforce/base/r17.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r18.1/Dockerfile b/linux/ecosystem/perforce/base/r18.1/Dockerfile index 1b601a732..472c78439 100644 --- a/linux/ecosystem/perforce/base/r18.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r18.2/Dockerfile b/linux/ecosystem/perforce/base/r18.2/Dockerfile index 39b8eb034..6b66527b3 100644 --- a/linux/ecosystem/perforce/base/r18.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r19.1/Dockerfile b/linux/ecosystem/perforce/base/r19.1/Dockerfile index 0fa0dcc92..dbc9fb481 100644 --- a/linux/ecosystem/perforce/base/r19.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r19.2/Dockerfile b/linux/ecosystem/perforce/base/r19.2/Dockerfile index 099ad0458..8c72410cb 100644 --- a/linux/ecosystem/perforce/base/r19.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r20.1/Dockerfile b/linux/ecosystem/perforce/base/r20.1/Dockerfile index 3bd84a392..91a0fb86d 100644 --- a/linux/ecosystem/perforce/base/r20.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r20.2/Dockerfile b/linux/ecosystem/perforce/base/r20.2/Dockerfile index bc803182c..e34eca792 100644 --- a/linux/ecosystem/perforce/base/r20.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r21.1/Dockerfile b/linux/ecosystem/perforce/base/r21.1/Dockerfile index 71419ebfb..477376e01 100644 --- a/linux/ecosystem/perforce/base/r21.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r21.2/Dockerfile b/linux/ecosystem/perforce/base/r21.2/Dockerfile index 5414773dd..384c06d42 100644 --- a/linux/ecosystem/perforce/base/r21.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r22.1/Dockerfile b/linux/ecosystem/perforce/base/r22.1/Dockerfile index 19e9d241f..88f98e908 100644 --- a/linux/ecosystem/perforce/base/r22.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r23.1/Dockerfile b/linux/ecosystem/perforce/base/r23.1/Dockerfile index abbfe346a..528168917 100644 --- a/linux/ecosystem/perforce/base/r23.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r23.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r23.2/Dockerfile b/linux/ecosystem/perforce/base/r23.2/Dockerfile index 19e9d241f..88f98e908 100644 --- a/linux/ecosystem/perforce/base/r23.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r23.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r24.1/Dockerfile b/linux/ecosystem/perforce/base/r24.1/Dockerfile index 005ad824c..cab2a2baf 100644 --- a/linux/ecosystem/perforce/base/r24.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r24.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r24.2/Dockerfile b/linux/ecosystem/perforce/base/r24.2/Dockerfile index 5196dcf5c..84fd42f8a 100644 --- a/linux/ecosystem/perforce/base/r24.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r24.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r16.2/Dockerfile b/linux/ecosystem/perforce/p4p/r16.2/Dockerfile index 809378331..f5581bacd 100644 --- a/linux/ecosystem/perforce/p4p/r16.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r16.2 +FROM docker.io/epicmorg/perforce:r16.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r17.1/Dockerfile b/linux/ecosystem/perforce/p4p/r17.1/Dockerfile index 0a7087b95..c22ae709d 100644 --- a/linux/ecosystem/perforce/p4p/r17.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r17.1 +FROM docker.io/epicmorg/perforce:r17.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r17.2/Dockerfile b/linux/ecosystem/perforce/p4p/r17.2/Dockerfile index 9e40c1f70..2136d647f 100644 --- a/linux/ecosystem/perforce/p4p/r17.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r17.2 +FROM docker.io/epicmorg/perforce:r17.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r18.1/Dockerfile b/linux/ecosystem/perforce/p4p/r18.1/Dockerfile index b23919846..e67cd551a 100644 --- a/linux/ecosystem/perforce/p4p/r18.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r18.1 +FROM docker.io/epicmorg/perforce:r18.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r18.2/Dockerfile b/linux/ecosystem/perforce/p4p/r18.2/Dockerfile index b378e324b..ddf4e70d3 100644 --- a/linux/ecosystem/perforce/p4p/r18.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r18.2 +FROM docker.io/epicmorg/perforce:r18.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r19.1/Dockerfile b/linux/ecosystem/perforce/p4p/r19.1/Dockerfile index c11481176..b4a036fae 100644 --- a/linux/ecosystem/perforce/p4p/r19.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r19.1 +FROM docker.io/epicmorg/perforce:r19.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r19.2/Dockerfile b/linux/ecosystem/perforce/p4p/r19.2/Dockerfile index d575bddb9..bab1942ba 100644 --- a/linux/ecosystem/perforce/p4p/r19.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r19.2 +FROM docker.io/epicmorg/perforce:r19.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r20.1/Dockerfile b/linux/ecosystem/perforce/p4p/r20.1/Dockerfile index 72347222c..c9984a4bf 100644 --- a/linux/ecosystem/perforce/p4p/r20.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r20.1 +FROM docker.io/epicmorg/perforce:r20.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r20.2/Dockerfile b/linux/ecosystem/perforce/p4p/r20.2/Dockerfile index 950d8554b..6f58508fc 100644 --- a/linux/ecosystem/perforce/p4p/r20.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r20.2 +FROM docker.io/epicmorg/perforce:r20.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r21.1/Dockerfile b/linux/ecosystem/perforce/p4p/r21.1/Dockerfile index 0830ca495..d3defb216 100644 --- a/linux/ecosystem/perforce/p4p/r21.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r21.1 +FROM docker.io/epicmorg/perforce:r21.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r21.2/Dockerfile b/linux/ecosystem/perforce/p4p/r21.2/Dockerfile index 4c6afdeca..b235c6ec6 100644 --- a/linux/ecosystem/perforce/p4p/r21.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r21.2 +FROM docker.io/epicmorg/perforce:r21.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r22.1/Dockerfile b/linux/ecosystem/perforce/p4p/r22.1/Dockerfile index 1dee0c1fd..b8998325c 100644 --- a/linux/ecosystem/perforce/p4p/r22.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r22.1 +FROM docker.io/epicmorg/perforce:r22.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r23.1/Dockerfile b/linux/ecosystem/perforce/p4p/r23.1/Dockerfile index 4baabef47..19f7c4494 100644 --- a/linux/ecosystem/perforce/p4p/r23.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r23.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r23.1 +FROM docker.io/epicmorg/perforce:r23.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r23.2/Dockerfile b/linux/ecosystem/perforce/p4p/r23.2/Dockerfile index 551196317..3102d4cc1 100644 --- a/linux/ecosystem/perforce/p4p/r23.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r23.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r23.2 +FROM docker.io/epicmorg/perforce:r23.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r24.1/Dockerfile b/linux/ecosystem/perforce/p4p/r24.1/Dockerfile index c3be4a3cd..ed50e1917 100644 --- a/linux/ecosystem/perforce/p4p/r24.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r24.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r24.1 +FROM docker.io/epicmorg/perforce:r24.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r24.2/Dockerfile b/linux/ecosystem/perforce/p4p/r24.2/Dockerfile index 95d8fdb76..3691d27fb 100644 --- a/linux/ecosystem/perforce/p4p/r24.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r24.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/perforce:r24.2 +FROM docker.io/epicmorg/perforce:r24.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/10/Dockerfile b/linux/ecosystem/postgres/10/Dockerfile index d3db92066..00a1f96ce 100644 --- a/linux/ecosystem/postgres/10/Dockerfile +++ b/linux/ecosystem/postgres/10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/11/Dockerfile b/linux/ecosystem/postgres/11/Dockerfile index 6c4e344ad..774e0904d 100644 --- a/linux/ecosystem/postgres/11/Dockerfile +++ b/linux/ecosystem/postgres/11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/12/Dockerfile b/linux/ecosystem/postgres/12/Dockerfile index d502fde92..3214857fb 100644 --- a/linux/ecosystem/postgres/12/Dockerfile +++ b/linux/ecosystem/postgres/12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/13/Dockerfile b/linux/ecosystem/postgres/13/Dockerfile index 1bcb6ddda..0bc382d02 100644 --- a/linux/ecosystem/postgres/13/Dockerfile +++ b/linux/ecosystem/postgres/13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/14/Dockerfile b/linux/ecosystem/postgres/14/Dockerfile index 4efe85b24..7dc0ac975 100644 --- a/linux/ecosystem/postgres/14/Dockerfile +++ b/linux/ecosystem/postgres/14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/15/Dockerfile b/linux/ecosystem/postgres/15/Dockerfile index 52f20407c..c9098d8ed 100644 --- a/linux/ecosystem/postgres/15/Dockerfile +++ b/linux/ecosystem/postgres/15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/16/Dockerfile b/linux/ecosystem/postgres/16/Dockerfile index a18c24efd..86f2c7c67 100644 --- a/linux/ecosystem/postgres/16/Dockerfile +++ b/linux/ecosystem/postgres/16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/17/Dockerfile b/linux/ecosystem/postgres/17/Dockerfile index 4cd3fb31f..7460f5a72 100644 --- a/linux/ecosystem/postgres/17/Dockerfile +++ b/linux/ecosystem/postgres/17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/8.2/Dockerfile b/linux/ecosystem/postgres/8.2/Dockerfile index 44e209560..4e0e56822 100644 --- a/linux/ecosystem/postgres/8.2/Dockerfile +++ b/linux/ecosystem/postgres/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/8.3/Dockerfile b/linux/ecosystem/postgres/8.3/Dockerfile index 17cce617b..142082f79 100644 --- a/linux/ecosystem/postgres/8.3/Dockerfile +++ b/linux/ecosystem/postgres/8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/8.4/Dockerfile b/linux/ecosystem/postgres/8.4/Dockerfile index 1d5c9f1b4..c844d5385 100644 --- a/linux/ecosystem/postgres/8.4/Dockerfile +++ b/linux/ecosystem/postgres/8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.0/Dockerfile b/linux/ecosystem/postgres/9.0/Dockerfile index 9b08b92cf..31b9206b5 100644 --- a/linux/ecosystem/postgres/9.0/Dockerfile +++ b/linux/ecosystem/postgres/9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.1/Dockerfile b/linux/ecosystem/postgres/9.1/Dockerfile index af8c6e4bd..a4e01940f 100644 --- a/linux/ecosystem/postgres/9.1/Dockerfile +++ b/linux/ecosystem/postgres/9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.2/Dockerfile b/linux/ecosystem/postgres/9.2/Dockerfile index 274b48030..5b14bf510 100644 --- a/linux/ecosystem/postgres/9.2/Dockerfile +++ b/linux/ecosystem/postgres/9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.3/Dockerfile b/linux/ecosystem/postgres/9.3/Dockerfile index 1625df79f..c681d4cd8 100644 --- a/linux/ecosystem/postgres/9.3/Dockerfile +++ b/linux/ecosystem/postgres/9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.4/Dockerfile b/linux/ecosystem/postgres/9.4/Dockerfile index d0d7d939d..15b34fa61 100644 --- a/linux/ecosystem/postgres/9.4/Dockerfile +++ b/linux/ecosystem/postgres/9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.5/Dockerfile b/linux/ecosystem/postgres/9.5/Dockerfile index 0b03c7bba..ba5458a96 100644 --- a/linux/ecosystem/postgres/9.5/Dockerfile +++ b/linux/ecosystem/postgres/9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.6/Dockerfile b/linux/ecosystem/postgres/9.6/Dockerfile index 091bc86fc..0aa541eba 100644 --- a/linux/ecosystem/postgres/9.6/Dockerfile +++ b/linux/ecosystem/postgres/9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/latest/Dockerfile b/linux/ecosystem/postgres/latest/Dockerfile index 9a74866e2..3c850f1bc 100644 --- a/linux/ecosystem/postgres/latest/Dockerfile +++ b/linux/ecosystem/postgres/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile index a78f5483c..c123f3e80 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 index 75e23b314..d344c41ae 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile index 571dda92c..c4993e88e 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 index be258e6f4..ed5dc6355 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile index ce7076f5f..cf5d34c8b 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 index 7c27521b0..b3086d48a 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile index 33e361015..fe14955bd 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 index 74a128ef1..3c7f5021f 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile index 2a90f5220..0427eb5e1 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 index 6d74127f7..af20547e2 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile index e5a1086c6..058e247c3 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 index bba2efed0..53745ebdd 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile index 85736a30c..ff1f7b5a5 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 index 527a8338a..92478b998 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile index f65284634..68b6412c8 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 index cea1f43f8..5ced8a3ab 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile index d995dbef2..56d53776a 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 index 5bde6c01d..a1a0e9274 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile index 0e084d4b6..3d96977c7 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 index cb5921ac2..90c639ffc 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile index 32001bdc2..c9c9722cd 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 index 0872b1d65..f6a5c0380 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile index b8c33c972..90d3016e5 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 index 547375b76..d033551c1 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile index c64545fa7..d8eb329e2 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 index 0cc2a613e..90ee2d505 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile index 00a31c803..4f191b944 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 index 66e6c6e91..f545c4135 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile index d06ec51b6..29e3c6210 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 index 46225a69c..d7bf7e2f0 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile index 22d7a3962..f21c756d0 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 index e33b22ccc..928f5fb39 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile index 7ccf580cd..274941de3 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 index 0849ff0d5..78a071464 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile index 670442109..22a642a44 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 index 8a15a80e1..a293b30d1 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile index 6b41f62d1..820b05438 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 index da89aa227..7da80ec2f 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile index c056273f5..22c753993 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 index cc5fa6284..40a84b3f6 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile index 6f887ba42..1368f2a4e 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 index ed1575f76..d709be35f 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile index 814f4c00d..79902dc5c 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 index 52f7c8899..63dec44fc 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile index d9f36f5e1..6fbad44e2 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 index 723c64785..08824a8e1 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile index 686d2510e..f9c7d8637 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 index c9adcaf00..1d625878a 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile index 43c880abd..e530d6f6e 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 index 3159a3976..f70c96878 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile index f04a4f28e..8fd120a3e 100644 --- a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 index 324099b80..5718a9fb7 100644 --- a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile index db9542bb6..c801eead1 100644 --- a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 index 6ac959c89..152e833c9 100644 --- a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/testing/Dockerfile b/linux/ecosystem/qbittorrent/testing/Dockerfile index 58e7e23e9..72d0dfc1b 100644 --- a/linux/ecosystem/qbittorrent/testing/Dockerfile +++ b/linux/ecosystem/qbittorrent/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/retracker/Dockerfile b/linux/ecosystem/retracker/Dockerfile index 8438ee1e4..122e25d83 100644 --- a/linux/ecosystem/retracker/Dockerfile +++ b/linux/ecosystem/retracker/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop as builder +FROM docker.io/epicmorg/debian:bookworm-develop as builder RUN mkdir /tmp/gopath @@ -10,7 +10,7 @@ RUN go install 'github.com/vvampirius/retracker@latest' RUN /tmp/gopath/bin/retracker -v -FROM epicmorg/debian:bookworm +FROM docker.io/ epicmorg/debian:bookworm ENV RETRACKER_FOLDER=${EMG_LOCAL_BASE_DIR}/retracker diff --git a/linux/ecosystem/steamcmd/Dockerfile b/linux/ecosystem/steamcmd/Dockerfile index d3f85531f..8c795c63a 100644 --- a/linux/ecosystem/steamcmd/Dockerfile +++ b/linux/ecosystem/steamcmd/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile index 4415622f7..7419fd7bb 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile index 1ed7f2e5b..2fc1288a5 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile b/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile index f60258786..f4c731b45 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile +++ b/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile b/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile index 6a461973e..0eab003e9 100644 --- a/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/latest/Dockerfile b/linux/ecosystem/teamcity/agent/latest/Dockerfile index d12544308..e11a8768b 100644 --- a/linux/ecosystem/teamcity/agent/latest/Dockerfile +++ b/linux/ecosystem/teamcity/agent/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/minimal/Dockerfile b/linux/ecosystem/teamcity/agent/minimal/Dockerfile index 5cb75b27c..cc27d9f4a 100644 --- a/linux/ecosystem/teamcity/agent/minimal/Dockerfile +++ b/linux/ecosystem/teamcity/agent/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop-jdk21 +FROM docker.io/epicmorg/debian:bookworm-develop-jdk21 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node0.12/Dockerfile b/linux/ecosystem/teamcity/agent/node0.12/Dockerfile index 40d3bf593..dfd020c8f 100644 --- a/linux/ecosystem/teamcity/agent/node0.12/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node10/Dockerfile b/linux/ecosystem/teamcity/agent/node10/Dockerfile index 41ea459ec..b80cd6148 100644 --- a/linux/ecosystem/teamcity/agent/node10/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node11/Dockerfile b/linux/ecosystem/teamcity/agent/node11/Dockerfile index 956c65966..b281903fd 100644 --- a/linux/ecosystem/teamcity/agent/node11/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node12/Dockerfile b/linux/ecosystem/teamcity/agent/node12/Dockerfile index c3b236237..a8838735a 100644 --- a/linux/ecosystem/teamcity/agent/node12/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node13/Dockerfile b/linux/ecosystem/teamcity/agent/node13/Dockerfile index c7c793aa6..f6ddfc404 100644 --- a/linux/ecosystem/teamcity/agent/node13/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node14/Dockerfile b/linux/ecosystem/teamcity/agent/node14/Dockerfile index fd7a33667..7615c5ec9 100644 --- a/linux/ecosystem/teamcity/agent/node14/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node15/Dockerfile b/linux/ecosystem/teamcity/agent/node15/Dockerfile index 08904a26c..3ab92c381 100644 --- a/linux/ecosystem/teamcity/agent/node15/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node16/Dockerfile b/linux/ecosystem/teamcity/agent/node16/Dockerfile index 6500c5026..4a7299053 100644 --- a/linux/ecosystem/teamcity/agent/node16/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node17/Dockerfile b/linux/ecosystem/teamcity/agent/node17/Dockerfile index 37d5f757e..cd15f419b 100644 --- a/linux/ecosystem/teamcity/agent/node17/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node18/Dockerfile b/linux/ecosystem/teamcity/agent/node18/Dockerfile index 5263c63f8..26ad03e0f 100644 --- a/linux/ecosystem/teamcity/agent/node18/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node19/Dockerfile b/linux/ecosystem/teamcity/agent/node19/Dockerfile index 3f24d80d0..2438f4014 100644 --- a/linux/ecosystem/teamcity/agent/node19/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node20/Dockerfile b/linux/ecosystem/teamcity/agent/node20/Dockerfile index c31a62da0..6dc608f3f 100644 --- a/linux/ecosystem/teamcity/agent/node20/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node21/Dockerfile b/linux/ecosystem/teamcity/agent/node21/Dockerfile index bdf84106a..bc17d1b05 100644 --- a/linux/ecosystem/teamcity/agent/node21/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node22/Dockerfile b/linux/ecosystem/teamcity/agent/node22/Dockerfile index 581812c18..c580e42fd 100644 --- a/linux/ecosystem/teamcity/agent/node22/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node23/Dockerfile b/linux/ecosystem/teamcity/agent/node23/Dockerfile index f8fc58250..4dd58238c 100644 --- a/linux/ecosystem/teamcity/agent/node23/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node4/Dockerfile b/linux/ecosystem/teamcity/agent/node4/Dockerfile index dfa660385..2a6b742bd 100644 --- a/linux/ecosystem/teamcity/agent/node4/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node5/Dockerfile b/linux/ecosystem/teamcity/agent/node5/Dockerfile index 1696b5995..92540b751 100644 --- a/linux/ecosystem/teamcity/agent/node5/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node6/Dockerfile b/linux/ecosystem/teamcity/agent/node6/Dockerfile index 83c7d371a..9b60ac203 100644 --- a/linux/ecosystem/teamcity/agent/node6/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node7/Dockerfile b/linux/ecosystem/teamcity/agent/node7/Dockerfile index 2238e6ba0..f968dc767 100644 --- a/linux/ecosystem/teamcity/agent/node7/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node8/Dockerfile b/linux/ecosystem/teamcity/agent/node8/Dockerfile index 364ab3a58..79bb059e2 100644 --- a/linux/ecosystem/teamcity/agent/node8/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node9/Dockerfile b/linux/ecosystem/teamcity/agent/node9/Dockerfile index a67d5444d..ea0680227 100644 --- a/linux/ecosystem/teamcity/agent/node9/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php56/Dockerfile b/linux/ecosystem/teamcity/agent/php56/Dockerfile index 0b78ae9a7..85b27c924 100644 --- a/linux/ecosystem/teamcity/agent/php56/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php70/Dockerfile b/linux/ecosystem/teamcity/agent/php70/Dockerfile index 36fa2da6f..de718bea8 100644 --- a/linux/ecosystem/teamcity/agent/php70/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php71/Dockerfile b/linux/ecosystem/teamcity/agent/php71/Dockerfile index acaf18c53..a33a897ec 100644 --- a/linux/ecosystem/teamcity/agent/php71/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php72/Dockerfile b/linux/ecosystem/teamcity/agent/php72/Dockerfile index 63553f2eb..0ad25a71b 100644 --- a/linux/ecosystem/teamcity/agent/php72/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php73/Dockerfile b/linux/ecosystem/teamcity/agent/php73/Dockerfile index 00073e968..f96373e21 100644 --- a/linux/ecosystem/teamcity/agent/php73/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php74/Dockerfile b/linux/ecosystem/teamcity/agent/php74/Dockerfile index 64992d0ea..dc700b934 100644 --- a/linux/ecosystem/teamcity/agent/php74/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php80/Dockerfile b/linux/ecosystem/teamcity/agent/php80/Dockerfile index ed2997016..423787ef7 100644 --- a/linux/ecosystem/teamcity/agent/php80/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php81/Dockerfile b/linux/ecosystem/teamcity/agent/php81/Dockerfile index c1a143dee..c2a08bb20 100644 --- a/linux/ecosystem/teamcity/agent/php81/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php82/Dockerfile b/linux/ecosystem/teamcity/agent/php82/Dockerfile index cc0bcab10..731d8cfc7 100644 --- a/linux/ecosystem/teamcity/agent/php82/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php83/Dockerfile b/linux/ecosystem/teamcity/agent/php83/Dockerfile index a82f19acf..2a6a42b56 100644 --- a/linux/ecosystem/teamcity/agent/php83/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php84/Dockerfile b/linux/ecosystem/teamcity/agent/php84/Dockerfile index 86a562545..3a63d40b3 100644 --- a/linux/ecosystem/teamcity/agent/php84/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/teamcity-agent:minimal +FROM docker.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/telegram/bot/quotes/Dockerfile b/linux/ecosystem/telegram/bot/quotes/Dockerfile index 8dd183bb2..cc1053b9b 100644 --- a/linux/ecosystem/telegram/bot/quotes/Dockerfile +++ b/linux/ecosystem/telegram/bot/quotes/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-python-3.11 +FROM docker.io/epicmorg/debian:bookworm-python-3.11 ENV TELEGRAMBOT_DIR=${EMG_LOCAL_BASE_DIR}/telegram/bot/quotes RUN mkdir -p ${TELEGRAMBOT_DIR} diff --git a/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile index 1291f905a..a23c5ea79 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.4.1.3669 +FROM docker.io/epicmorg/testrail:5.4.1.3669 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile index d9c161808..d8041c5ee 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.4.1.3669 +FROM docker.io/epicmorg/testrail:5.4.1.3669 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile index 1d6b65d36..716e47424 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile index fca84165f..88e2d9b23 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.0.3727 +FROM docker.io/epicmorg/testrail:5.5.0.3727 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile index 8ce0b611c..0fcd21b9a 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.0.3727 +FROM docker.io/epicmorg/testrail:5.5.0.3727 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile index 443cca0b8..77c353d78 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile index 64419440f..6682360b1 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.0.3731 +FROM docker.io/epicmorg/testrail:5.5.0.3731 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile index e14212918..59e92ed03 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.0.3731 +FROM docker.io/epicmorg/testrail:5.5.0.3731 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile index 4403fce9e..04fd669e0 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile index b3abcfb4d..dff87b24e 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.0.3735 +FROM docker.io/epicmorg/testrail:5.5.0.3735 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile index 567a86fc1..d524aa7ec 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.0.3735 +FROM docker.io/epicmorg/testrail:5.5.0.3735 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile index 4a288e5db..db4070b06 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile index e25fd5c28..6592648dd 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.1.3746 +FROM docker.io/epicmorg/testrail:5.5.1.3746 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile index 28c3c061a..2910b640a 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.5.1.3746 +FROM docker.io/epicmorg/testrail:5.5.1.3746 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile index 35722604a..7cfe603b4 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile index 5821ccd00..c7611de8a 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3853 +FROM docker.io/epicmorg/testrail:5.6.0.3853 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile index 67f713bb5..38a20c4af 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3853 +FROM docker.io/epicmorg/testrail:5.6.0.3853 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile index 897425728..1b7abf535 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile index a56551d08..3298497a5 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3856 +FROM docker.io/epicmorg/testrail:5.6.0.3856 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile index 9d894f031..ba787bd0c 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3856 +FROM docker.io/epicmorg/testrail:5.6.0.3856 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile index 61c46774a..3c3d91630 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile index fc0673fe3..30ba65878 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3861 +FROM docker.io/epicmorg/testrail:5.6.0.3861 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile index 70c64a26e..e1c5a81e2 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3861 +FROM docker.io/epicmorg/testrail:5.6.0.3861 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile index 5daf141f0..897862159 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile index db82288e1..819569c3e 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3862 +FROM docker.io/epicmorg/testrail:5.6.0.3862 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile index f884f6323..927054910 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3862 +FROM docker.io/epicmorg/testrail:5.6.0.3862 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile index 1d48c450d..b1234cc84 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile index c115fbb49..0c2dbb289 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3865 +FROM docker.io/epicmorg/testrail:5.6.0.3865 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile index 5bd653f50..63e606442 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.6.0.3865 +FROM docker.io/epicmorg/testrail:5.6.0.3865 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile index 6d61d7da4..c6b8ab877 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.0 +FROM docker.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile index a62a50d84..a97a1118d 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.0.3938 +FROM docker.io/epicmorg/testrail:5.7.0.3938 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile index 9f18ec758..5acd20e5c 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.0.3938 +FROM docker.io/epicmorg/testrail:5.7.0.3938 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile index 52f43e992..752b0f148 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile index 6f3347283..0a95abe4c 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.0.3942 +FROM docker.io/epicmorg/testrail:5.7.0.3942 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile index 3ba6e254f..3d0b65ff7 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.0.3942 +FROM docker.io/epicmorg/testrail:5.7.0.3942 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile index 40605a50f..81634f4aa 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile index 207cf4151..4ae3381b6 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.0.3951 +FROM docker.io/epicmorg/testrail:5.7.0.3951 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile index 3d8475742..5e7bdefbf 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.0.3951 +FROM docker.io/epicmorg/testrail:5.7.0.3951 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile index 2597235cd..0865ce988 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile index 5b8eced92..de8d08158 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.1.4026 +FROM docker.io/epicmorg/testrail:5.7.1.4026 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile index dd8d5e8b8..be443fcb7 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.1.4026 +FROM docker.io/epicmorg/testrail:5.7.1.4026 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile index 5879dbb4a..6b1201e67 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile index 5c5f7f0b4..691a48c67 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.1.4028 +FROM docker.io/epicmorg/testrail:5.7.1.4028 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile index e531f264f..55a2ce588 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:5.7.1.4028 +FROM docker.io/epicmorg/testrail:5.7.1.4028 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile index 05c127035..f290e324f 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile index 169766067..fb11c6725 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.0.0.4140 +FROM docker.io/epicmorg/testrail:6.0.0.4140 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile index 7ec4fd230..6c9d1bc5a 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.0.0.4140 +FROM docker.io/epicmorg/testrail:6.0.0.4140 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile index 5ba86521d..797a0adc5 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile index 8b28b1a86..55e560ce5 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.0.1.4163 +FROM docker.io/epicmorg/testrail:6.0.1.4163 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile index 2c975b6d5..732e3f2cf 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.0.1.4163 +FROM docker.io/epicmorg/testrail:6.0.1.4163 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile index ba2ff13a6..f8b445e1d 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile index ba7007345..67a7d3d3b 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.0.4367 +FROM docker.io/epicmorg/testrail:6.1.0.4367 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile index e35b0a989..2220b71d9 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.0.4367 +FROM docker.io/epicmorg/testrail:6.1.0.4367 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile index e995cd5b8..216c02a2a 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile index 1c6870b4c..b04a78cc2 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.0.4369 +FROM docker.io/epicmorg/testrail:6.1.0.4369 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile index a941039bc..a155c282a 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.0.4369 +FROM docker.io/epicmorg/testrail:6.1.0.4369 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile index b46e9963e..3d0c6325d 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile index 698d8312a..201e0132b 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.1.1020 +FROM docker.io/epicmorg/testrail:6.1.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile index 6c875bf78..45633e18e 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.1.1020 +FROM docker.io/epicmorg/testrail:6.1.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile index ad8cc1675..dc7460d65 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile index 4aa1904cd..84e86cfb1 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.1.1021 +FROM docker.io/epicmorg/testrail:6.1.1.1021 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile index c0ae2df4f..715d78b52 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.1.1.1021 +FROM docker.io/epicmorg/testrail:6.1.1.1021 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile index 9e18031c2..3b70a5119 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile index 0eea60e1d..43d946c94 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.0.1085 +FROM docker.io/epicmorg/testrail:6.2.0.1085 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile index d487b95f1..d97db0bc7 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.0.1085 +FROM docker.io/epicmorg/testrail:6.2.0.1085 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile index cbaac9e8f..50771d214 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile index 0bb6f4da8..24bd5ec64 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.1.1003 +FROM docker.io/epicmorg/testrail:6.2.1.1003 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile index 42f835d9b..00fbd2763 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.1.1003 +FROM docker.io/epicmorg/testrail:6.2.1.1003 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile index 83c4f0c61..a48b41353 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile index 743c45981..cb89ed73d 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.1.1005 +FROM docker.io/epicmorg/testrail:6.2.1.1005 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile index 95d7af610..f9e28ccba 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.1.1005 +FROM docker.io/epicmorg/testrail:6.2.1.1005 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile index af31b26e3..0b3c211ea 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile index bdeb2b58e..1c3363811 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.2.1107 +FROM docker.io/epicmorg/testrail:6.2.2.1107 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile index 730e9059b..eacd0e735 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.2.1107 +FROM docker.io/epicmorg/testrail:6.2.2.1107 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile index 1c8984670..a8f66032f 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile index 10564d3e1..02db925f8 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.3.1114 +FROM docker.io/epicmorg/testrail:6.2.3.1114 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile index 335745c3f..c69a266cc 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.2.3.1114 +FROM docker.io/epicmorg/testrail:6.2.3.1114 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile index 7a7b1d678..8be609c44 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile index 29886f456..0ea7d9a9e 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.3.0.1120 +FROM docker.io/epicmorg/testrail:6.3.0.1120 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile index 68bb5ea2d..b2d119e49 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.3.0.1120 +FROM docker.io/epicmorg/testrail:6.3.0.1120 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile index a24e359af..228cbe1dd 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile index 3a1602753..76b874515 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.3.1.1004 +FROM docker.io/epicmorg/testrail:6.3.1.1004 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile index c63492b99..0418c7858 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.3.1.1004 +FROM docker.io/epicmorg/testrail:6.3.1.1004 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile index 334774c08..0a8b729a7 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile index aabf9af2a..f289000b9 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.3.1.1006 +FROM docker.io/epicmorg/testrail:6.3.1.1006 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile index 9c9a4c53b..bb704ce2d 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.3.1.1006 +FROM docker.io/epicmorg/testrail:6.3.1.1006 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile index db15bf6e2..e28a4f3f9 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile index 3fe581951..9293aff4c 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.4.0.1284 +FROM docker.io/epicmorg/testrail:6.4.0.1284 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile index 88086216f..864988024 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.4.0.1284 +FROM docker.io/epicmorg/testrail:6.4.0.1284 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile index 96e6c1472..69bee1048 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile index fc9ea0148..b83290f92 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.4.0.1293 +FROM docker.io/epicmorg/testrail:6.4.0.1293 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile index dfbbac821..885109411 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.4.0.1293 +FROM docker.io/epicmorg/testrail:6.4.0.1293 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile index ba90ec6c6..7f969e365 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.1 +FROM docker.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile index f55bdadce..7e43350b7 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.0.1298 +FROM docker.io/epicmorg/testrail:6.5.0.1298 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile index 79dd07b62..3046b5a14 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.0.1298 +FROM docker.io/epicmorg/testrail:6.5.0.1298 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile index bf90c212c..49cb2dcd6 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile index a6a7ff4d9..4aa27d947 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.1.1002 +FROM docker.io/epicmorg/testrail:6.5.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile index 195202cb0..df38340a4 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.1.1002 +FROM docker.io/epicmorg/testrail:6.5.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile index 1b1caf34e..f091f5aef 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile index 50b36c1e4..74df661a5 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.3.1001 +FROM docker.io/epicmorg/testrail:6.5.3.1001 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile index 3b6bafc92..8e678a085 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.3.1001 +FROM docker.io/epicmorg/testrail:6.5.3.1001 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile index d6816f863..9323ad2e1 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile index 7097935a7..13f78896b 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.4.1002 +FROM docker.io/epicmorg/testrail:6.5.4.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile index 86d328ea6..f84316b49 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.4.1002 +FROM docker.io/epicmorg/testrail:6.5.4.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile index 0082a0e4d..a0353692e 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile index f378337c1..8a5391cc5 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.4.1007 +FROM docker.io/epicmorg/testrail:6.5.4.1007 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile index 40e5f2ffa..8bf95b3f9 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.4.1007 +FROM docker.io/epicmorg/testrail:6.5.4.1007 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile index 7b4ed430d..5191b6efc 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile index 39a255688..7b386d7a0 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.5.1009 +FROM docker.io/epicmorg/testrail:6.5.5.1009 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile index 422a7129e..3671f6833 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.5.1009 +FROM docker.io/epicmorg/testrail:6.5.5.1009 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile index 983529728..ccb6092f8 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile index 7c09d1cb6..54e862daf 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.6.1014 +FROM docker.io/epicmorg/testrail:6.5.6.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile index 189ef667f..b89d712fa 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.6.1014 +FROM docker.io/epicmorg/testrail:6.5.6.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile index de50d9246..3521b8f79 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile index c80869aef..c0c30c67a 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.7.1000 +FROM docker.io/epicmorg/testrail:6.5.7.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile index 8c3fc2324..92b5e88d2 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.5.7.1000 +FROM docker.io/epicmorg/testrail:6.5.7.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile index a888bcd53..62541845a 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile index 68fd4a3bd..3d1c036d6 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.6.0.1156 +FROM docker.io/epicmorg/testrail:6.6.0.1156 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile index 2ebaba34c..bc271e516 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.6.0.1156 +FROM docker.io/epicmorg/testrail:6.6.0.1156 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile index c120a391f..4d1285e4e 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile index 5be518a0a..84e1d34a3 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.6.1.1166 +FROM docker.io/epicmorg/testrail:6.6.1.1166 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile index 03a5b5e9f..2bf41c9c2 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.6.1.1166 +FROM docker.io/epicmorg/testrail:6.6.1.1166 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile index e90007b96..b92a2dfd0 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile index 4d903d337..e65178a22 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.7.1.1020 +FROM docker.io/epicmorg/testrail:6.7.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile index 4e89cec8c..8f3b77bd5 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.7.1.1020 +FROM docker.io/epicmorg/testrail:6.7.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile index e819727a9..bf27208a0 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile index 51f2351ea..f8ce932b3 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.7.2.1037 +FROM docker.io/epicmorg/testrail:6.7.2.1037 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile index 92fc369d3..a51d49879 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.7.2.1037 +FROM docker.io/epicmorg/testrail:6.7.2.1037 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile index 4053e0998..02fe39d45 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile index 75401b10c..586321622 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.7.2.1043 +FROM docker.io/epicmorg/testrail:6.7.2.1043 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile index 80b7734a5..1e7018b8d 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:6.7.2.1043 +FROM docker.io/epicmorg/testrail:6.7.2.1043 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile index ecf7224c6..64dbc1d51 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.2 +FROM docker.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile index 15b8d4ee8..27de908e9 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.0.1057 +FROM docker.io/epicmorg/testrail:7.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile index b3e11174e..337ad2ee2 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.0.1057 +FROM docker.io/epicmorg/testrail:7.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile index d25ead176..7bd363918 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile index 789d53b2f..3e1b52d18 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.1.1002 +FROM docker.io/epicmorg/testrail:7.0.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile index 5034ffedb..c10e104b8 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.1.1002 +FROM docker.io/epicmorg/testrail:7.0.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile index 7a946c910..22e981f78 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile index dbf68ca10..736ecb248 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.1.1013 +FROM docker.io/epicmorg/testrail:7.0.1.1013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile index de6244ae5..5040b282e 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.1.1013 +FROM docker.io/epicmorg/testrail:7.0.1.1013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile index 8dc811200..b5bae70be 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile index 9530edb4e..ec0b16fb4 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.2.1014 +FROM docker.io/epicmorg/testrail:7.0.2.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile index f18b10070..9c15bdad1 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.2.1014 +FROM docker.io/epicmorg/testrail:7.0.2.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile index 4bcc74614..f8eb532ab 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile index 8cfff21f5..fb3e0ca7f 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.2.1015 +FROM docker.io/epicmorg/testrail:7.0.2.1015 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile index f8785d98c..d26d0cf77 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.2.1015 +FROM docker.io/epicmorg/testrail:7.0.2.1015 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile index 6c6fc4cfa..5358c1bd2 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile index 24ef7aede..1659db2e6 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.2.1016 +FROM docker.io/epicmorg/testrail:7.0.2.1016 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile index d63c45938..2b1ae03ce 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.0.2.1016 +FROM docker.io/epicmorg/testrail:7.0.2.1016 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile index 565e23e9e..224c647cb 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile index 24728d658..a1ca60c35 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.4.1.8079 +FROM docker.io/epicmorg/testrail:7.4.1.8079 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile index 230ebd910..c5201d06d 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.4.1.8079 +FROM docker.io/epicmorg/testrail:7.4.1.8079 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile index af2ba1cca..998e76309 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile index 5be5f2229..703ee1e4d 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.4.1.8091 +FROM docker.io/epicmorg/testrail:7.4.1.8091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile index 5f5b6d1c4..dd48a6e34 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.4.1.8091 +FROM docker.io/epicmorg/testrail:7.4.1.8091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile index f8ccd561d..e479bc816 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile index 8bbf570cb..3ebdbdcc9 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.4.1.8092 +FROM docker.io/epicmorg/testrail:7.4.1.8092 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile index 652aa975b..6c679825f 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.4.1.8092 +FROM docker.io/epicmorg/testrail:7.4.1.8092 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile index b8a0d94e6..4c9205ce7 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile index f7da517ca..89151d305 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.1.7010 +FROM docker.io/epicmorg/testrail:7.5.1.7010 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile index a26b3d7a9..2a84810ea 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.1.7010 +FROM docker.io/epicmorg/testrail:7.5.1.7010 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile index 56050c4ef..92cd354de 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile index b099ac164..9d63ec767 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.1.7012 +FROM docker.io/epicmorg/testrail:7.5.1.7012 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile index c1fe7d090..f10ac9744 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.1.7012 +FROM docker.io/epicmorg/testrail:7.5.1.7012 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile index 6bd511cdf..90e15d5fe 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile index 4f1b8de77..a137950d5 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.1.7013 +FROM docker.io/epicmorg/testrail:7.5.1.7013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile index 8a03a647b..83ec0c3d9 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.1.7013 +FROM docker.io/epicmorg/testrail:7.5.1.7013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile index ef28e144c..10e07dd5d 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile index 4a6d31ca4..1b066b2d1 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.2.1002 +FROM docker.io/epicmorg/testrail:7.5.2.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile index d6b6299ce..9938f279a 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.2.1002 +FROM docker.io/epicmorg/testrail:7.5.2.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile index 9b54cc93c..30ef18afb 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile index 814c43112..2025651ff 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.3.1000 +FROM docker.io/epicmorg/testrail:7.5.3.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile index 1f5f2296f..59c0c67b4 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:7.5.3.1000 +FROM docker.io/epicmorg/testrail:7.5.3.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile index c19399cb4..f0d8b492f 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php7.4 +FROM docker.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile index 6f1ec0336..d075e18e2 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.0.1089 +FROM docker.io/epicmorg/testrail:8.0.0.1089 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile index 6046a0cfc..e430d6fe6 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.0.1089 +FROM docker.io/epicmorg/testrail:8.0.0.1089 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile index 86fc406db..42c2bd3be 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile index 261fbbff0..8f53f5cc4 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.1.1029 +FROM docker.io/epicmorg/testrail:8.0.1.1029 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile index 27fd35287..ace7a31ef 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.1.1029 +FROM docker.io/epicmorg/testrail:8.0.1.1029 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile index 2bb1f40be..2687aa633 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile index 040009279..b3623da03 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.4.7036 +FROM docker.io/epicmorg/testrail:8.0.4.7036 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile index d0d416930..2969772f0 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.4.7036 +FROM docker.io/epicmorg/testrail:8.0.4.7036 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile index 62900f177..20f5c8426 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile index c488e3c47..5580536a6 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.6.1019 +FROM docker.io/epicmorg/testrail:8.0.6.1019 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile index a8abd6c50..eab129cc0 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.0.6.1019 +FROM docker.io/epicmorg/testrail:8.0.6.1019 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile index 2f80866d3..930a5024c 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile b/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile index 6ce77e437..e84db4c22 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.1.0.6165 +FROM docker.io/epicmorg/testrail:8.1.0.6165 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile b/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile index bdbd2cfd5..98f69207c 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.1.0.6165 +FROM docker.io/epicmorg/testrail:8.1.0.6165 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile b/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile index ab0954d17..4578cecf4 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile b/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile index c4e3531f8..ae5f52062 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.1.0.6186 +FROM docker.io/epicmorg/testrail:8.1.0.6186 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile b/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile index 0d9fd7073..e21a8a2ea 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:8.1.0.6186 +FROM docker.io/epicmorg/testrail:8.1.0.6186 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile b/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile index a8721fc37..69292b3e2 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile b/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile index 9515a9dc4..9c6a540e2 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:9.0.0.1057 +FROM docker.io/epicmorg/testrail:9.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile b/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile index c148507d4..5d40d61bd 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:9.0.0.1057 +FROM docker.io/epicmorg/testrail:9.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile b/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile index 66bbc1985..5ea589df6 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile b/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile index 73aa83778..97f14a7c0 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:9.0.0.1091 +FROM docker.io/epicmorg/testrail:9.0.0.1091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile b/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile index 59310367d..cf2bb9b5f 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:9.0.0.1091 +FROM docker.io/epicmorg/testrail:9.0.0.1091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile b/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile index 8c1cda08e..c439bbbf2 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile b/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile index 9d2ae4a5d..85dd3616c 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile +++ b/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:9.1.0.1025 +FROM docker.io/epicmorg/testrail:9.1.0.1025 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile b/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile index 78f77e2b1..c6547d6f9 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile +++ b/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/testrail:9.1.0.1025 +FROM docker.io/epicmorg/testrail:9.1.0.1025 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile b/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile index 6415edaaa..38c9f701c 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile +++ b/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/apache2:php8.1 +FROM docker.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install diff --git a/linux/ecosystem/torrserver/Dockerfile b/linux/ecosystem/torrserver/Dockerfile index 652c119a8..84a515d9d 100644 --- a/linux/ecosystem/torrserver/Dockerfile +++ b/linux/ecosystem/torrserver/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm #ARG TORRSERVER_LINK=https://releases.yourok.ru/torr/server/TorrServer-linux-amd64 ARG TORRSERVER_LINK=https://github.com/YouROK/TorrServer/releases/latest/download/TorrServer-linux-amd64 diff --git a/linux/ecosystem/vk2discord/Dockerfile b/linux/ecosystem/vk2discord/Dockerfile index 61acbe88c..925627649 100644 --- a/linux/ecosystem/vk2discord/Dockerfile +++ b/linux/ecosystem/vk2discord/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/debian:bookworm-nodejs23 +FROM docker.io/epicmorg/debian:bookworm-nodejs23 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/experimental/sentry/latest/Dockerfile b/linux/experimental/sentry/latest/Dockerfile index 5d7bef71f..517b06e83 100644 --- a/linux/experimental/sentry/latest/Dockerfile +++ b/linux/experimental/sentry/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM sentry +FROM docker.io/sentry LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/obsolete/cassandra/3.11/Dockerfile b/linux/obsolete/cassandra/3.11/Dockerfile index 69207ca63..c7d6124d1 100644 --- a/linux/obsolete/cassandra/3.11/Dockerfile +++ b/linux/obsolete/cassandra/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/cassandra:3.11 +FROM docker.io/bitnami/cassandra:3.11 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/nginx/latest/mainline/main/Dockerfile b/linux/obsolete/nginx/latest/mainline/main/Dockerfile index 8a3f513f4..b9ee65889 100644 --- a/linux/obsolete/nginx/latest/mainline/main/Dockerfile +++ b/linux/obsolete/nginx/latest/mainline/main/Dockerfile @@ -1,7 +1,7 @@ ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -278,7 +278,7 @@ RUN ls -las ${NGINX_SRC_DIR} ################################################################## ################################################################## -FROM epicmorg/debian:bookworm +FROM docker.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -288,7 +288,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## COPY ./pre/nginx-pre /tmp/nginx-pre COPY --from=builder /builds/export /tmp/deb diff --git a/linux/obsolete/nginx/latest/mainline/php/Dockerfile b/linux/obsolete/nginx/latest/mainline/php/Dockerfile index 829ac5717..e72f021f1 100644 --- a/linux/obsolete/nginx/latest/mainline/php/Dockerfile +++ b/linux/obsolete/nginx/latest/mainline/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bookworm-develop AS builder +FROM docker.io/epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -99,12 +99,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile b/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile index 121a7ff3c..6b8e532af 100644 --- a/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile +++ b/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/nginx/latest/quic/main/Dockerfile b/linux/obsolete/nginx/latest/quic/main/Dockerfile index 09624a4d9..aac7604e5 100644 --- a/linux/obsolete/nginx/latest/quic/main/Dockerfile +++ b/linux/obsolete/nginx/latest/quic/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -213,7 +213,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM epicmorg/debian:bullseye +FROM docker.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -223,7 +223,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf ################################################################## -# Installing nginx from deb +# Installing nginx FROM docker.io/deb ################################################################## ADD pre/ngninx.pre.tar.gz / COPY --from=builder /builds/export /tmp/deb diff --git a/linux/obsolete/nginx/latest/quic/main/Dockerfile.test b/linux/obsolete/nginx/latest/quic/main/Dockerfile.test index 278d8c9f8..845ea0b8e 100644 --- a/linux/obsolete/nginx/latest/quic/main/Dockerfile.test +++ b/linux/obsolete/nginx/latest/quic/main/Dockerfile.test @@ -1,4 +1,4 @@ -FROM nginx AS build +FROM docker.io/nginx AS build WORKDIR /src RUN apt-get update && \ @@ -23,7 +23,7 @@ RUN hg clone -b quic https://hg.nginx.org/nginx-quic && \ make -FROM nginx +FROM docker.io/nginx COPY --from=build /src/nginx-quic/objs/nginx /usr/sbin RUN /usr/sbin/nginx -V > /dev/stderr EXPOSE 80 443 diff --git a/linux/obsolete/nginx/latest/quic/php/Dockerfile b/linux/obsolete/nginx/latest/quic/php/Dockerfile index 366b959bc..4b5cfda4a 100644 --- a/linux/obsolete/nginx/latest/quic/php/Dockerfile +++ b/linux/obsolete/nginx/latest/quic/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/debian:bullseye-develop AS builder +FROM docker.io/epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,12 +90,12 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ################################################################## -# Installing php fpm for nginx from deb +# Installing php fpm for nginx FROM docker.io/deb ################################################################## ENV PHP_MODULE_PATH=/usr/lib/php/20190902 ENV PHP_VER=7.4 diff --git a/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile b/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile index 121a7ff3c..6b8e532af 100644 --- a/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile +++ b/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM epicmorg/nginx:${NGINX_VERSION} +FROM docker.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/windows/advanced/microsoft-windows-servercore/Dockerfile b/windows/advanced/microsoft-windows-servercore/Dockerfile index fc0cfa86f..f1c12ca4b 100644 --- a/windows/advanced/microsoft-windows-servercore/Dockerfile +++ b/windows/advanced/microsoft-windows-servercore/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/windows/servercore:ltsc2022 +FROM docker.io/mcr.microsoft.com/windows/servercore:ltsc2022 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/windows/ecosystem/microsoft/iis/Dockerfile b/windows/ecosystem/microsoft/iis/Dockerfile index 5dc25a898..f74f6a2c4 100644 --- a/windows/ecosystem/microsoft/iis/Dockerfile +++ b/windows/ecosystem/microsoft/iis/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/win32:2022-core +FROM docker.io/epicmorg/win32:2022-core #################################################################################################################################### # https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile