-
Bug Report
-
Resolution: Duplicate
-
L2 - Critical
-
None
-
7.10.0
-
None
Repository for Dockerfile: https://github.com/camunda/docker-camunda-bpm-platform/ (rev 34176ef29aabc0f97cdfc14d5e4c5840705894ad)
Docker version 18.09.3, build 774a1f4
when enabling the EE features (Dockerfile: Args EE=true; USER=myuser; PASSWORD=mypass) and running
docker build -t docker-my-camunda-ee .
then I'm met with the follwing error:
[INFO] Resolving org.camunda.bpm:camunda-database-settings:pom:7.10.0-ee [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/camunda/bpm/camunda-database-settings/7.10.0-ee/camunda-database-settings-7.10.0-ee.pom [INFO] Downloading from camunda-nexus: https://app.camunda.com/nexus/content/groups/private/org/camunda/bpm/camunda-database-settings/7.10.0-ee/camunda-database-settings-7.10.0-ee.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.572 s [INFO] Finished at: 2019-03-14T13:41:22Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:get (default-cli) on project standalone-pom: Couldn't download artifact: Could not transfer artifact org.camunda.bpm:camunda-database-settings:pom:7.10.0-ee from/to camunda-nexus (https://app.camunda.com/nexus/content/groups/private): Access denied to: https://app.camunda.com/nexus/content/groups/private/org/camunda/bpm/camunda-database-settings/7.10.0-ee/camunda-database-settings-7.10.0-ee.pom [ERROR] org.camunda.bpm:camunda-database-settings:pom:7.10.0-ee [ERROR] [ERROR] from the specified remote repositories: [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false), [ERROR] camunda-nexus (https://app.camunda.com/nexus/content/groups/private, releases=true, snapshots=true) [ERROR] -> [Help 1]
when disabling the EE feature (Args EE=false) then the image builds without issues.
Note: the account is valid as I can download the other ee specific components,
[INFO] Resolving org.camunda.bpm.tomcat:camunda-bpm-ee-tomcat:tar.gz:7.10.0-ee [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/camunda/bpm/tomcat/camunda-bpm-ee-tomcat/7.10.0-ee/camunda-bpm-ee-tomcat-7.10.0-ee.tar.gz [INFO] Downloading from camunda-nexus: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/tomcat/camunda-bpm-ee-tomcat/7.10.0-ee/camunda-bpm-ee-tomcat-7.10.0-ee.tar.gz [INFO] Downloaded from camunda-nexus: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/tomcat/camunda-bpm-ee-tomcat/7.10.0-ee/camunda-bpm-ee-tomcat-7.10.0-ee.tar.gz (65 MB at 10.0 MB/s)
Is the visibility for camunda-database-settings-7.10.0-ee configured incorrectly?