10000 Feature/branch docker images by m0ppers · Pull Request #3269 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Feature/branch docker images #3269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 19, 2017
Prev Previous commit
Next Next commit
semicolon
  • Loading branch information
Andreas Streichardt committed Sep 15, 2017
commit 18fcc2745be95712604d6e098f3dce0e922bcf37
2 changes: 1 addition & 1 deletion Installation/Pipeline/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def createDockerImage(edition, maintainer, stageName) {
checkoutSource(edition);

def dockerTag = sourceBranchLabel.replaceAll(/[^0-9a-z]/, '-');
def package = "${edition}-${maintainer}"
def package = "${edition}-${maintainer}";
withEnv(["DOCKERTAG=${dockerTag}"]) {
sh "scripts/build-docker.sh"
sh "docker tag arangodb:${dockerTag} c1.triagens-gmbh.zz:5000/arangodb/${package}:${dockerTag}"
Expand Down
0