[00:20:31] 10serviceops, 10Performance-Team, 10SRE, 10Traffic: Progressive Multi-DC roll out - https://phabricator.wikimedia.org/T279664 (10tstarling) [08:30:59] 10serviceops, 10Znuny, 10serviceops-collab, 10vrts, 10Patch-For-Review: VRTS monitoring- re-activate new blackbox check (was: 'ProbeDown') - https://phabricator.wikimedia.org/T312194 (10fgiunchedi) >>! In T312194#8066987, @Dzahn wrote: >>>>! In T312194#8057548, @Dzahn wrote: >>> I added silences in alert... [10:47:51] _joe_: wondering if you could help, im trying to create a test a new docker image (https://gerrit.wikimedia.org/r/c/integration/config/+/812463/5) with docker-pkg and i think i must be missing something as the command dosn't build the image [10:47:55] im using the following [10:47:55] docker-pkg -c dockerfiles/config.yaml build --select "*/operations-beaker" dockerfiles [10:48:40] jbond: your control and changelog files refer to it as operations-puppet, not operations-beaker [10:48:42] and this is the output https://phabricator.wikimedia.org/P31036 [10:48:51] taavi: ahh thanks :) [10:48:58] also dockerfile.template uses ci-buster, but control has depends: ci-stretch [10:49:59] taavi: hmm in fact i had fixed that locally allready still no locuk (have sent changes to gerrit now) [10:50:11] hmm [10:50:51] * jbond has never used docker-pkg before so it could be something very suimple [10:51:42] me neither [10:51:49] ahh ok :) [10:52:14] --select is documented as 'A glob pattern for the images to build, must match name:tag', so I wonder if the */ is unnecessary and/or you need to add something like ':*' at the end to match the current tag [10:53:02] taavi: indeed adding ':*' seems to have fixed it thanks <3