jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/391575 )
Change subject: Match docker-pkg-config.yaml to contint1001 ...................................................................... Match docker-pkg-config.yaml to contint1001 The namespace on contint1001 is releng, so when images are built on contint1001 they use that namespace. To insure that we can test images locally, we need to match that namespace. Change-Id: Ic57aebfdf6724f977ee5eee8be533084078d4a0d --- M dockerfiles/docker-pkg-config.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Thcipriani: Looks good to me, approved jenkins-bot: Verified diff --git a/dockerfiles/docker-pkg-config.yaml b/dockerfiles/docker-pkg-config.yaml index 8a2dbd6..8e90736 100644 --- a/dockerfiles/docker-pkg-config.yaml +++ b/dockerfiles/docker-pkg-config.yaml @@ -1,3 +1,3 @@ registry: docker-registry.wikimedia.org seed_image: docker-registry.wikimedia.org/wikimedia-jessie:latest -namespace: ci +namespace: releng -- To view, visit https://gerrit.wikimedia.org/r/391575 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic57aebfdf6724f977ee5eee8be533084078d4a0d Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Thcipriani <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: Thcipriani <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
