From 99745a66a1fb316df22462383bfabee79f13e595 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 23 Mar 2020 15:25:43 +1100 Subject: [PATCH] SCALE-4: Remove addition of explicit JDK 8 image for Alpine builds. --- bitbucket-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 626646d..63e2d9c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,7 +14,6 @@ pipelines: - export END_VERSION='7' - export DEFAULT_RELEASE='false' - export DOCKER_REPO='atlassian/confluence-server' - - export DOCKERFILE_BUILDARGS='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' - export DOCKERFILE='Dockerfile-alpine' - export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION' - export MAC_PRODUCT_KEY='confluence' @@ -82,7 +81,6 @@ pipelines: - export END_VERSION='7' - export DEFAULT_RELEASE='false' - export DOCKER_REPO='atlassian/confluence-server' - - export DOCKERFILE_BUILDARGS='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' - export DOCKERFILE='Dockerfile-alpine' - export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION' - export MAC_PRODUCT_KEY='confluence'