summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorLouis Blin <45168934+lbpdt@users.noreply.github.com>2021-03-09 18:32:54 +0000
committerLouis Blin <45168934+lbpdt@users.noreply.github.com>2021-03-10 17:44:24 +0000
commit419a4fa596577667271fcfc057bc9063ddbffe47 (patch)
treedb50ea83866e9229e0bd37b6cc4c4e5c0f84e533 /pkgs/development/python-modules/python-mapnik
parent0124e874f62cb39dfde076b77eab8184dc1b622e (diff)
dockerTools.buildLayeredImage: image names with registry/ prefix
When using `buildLayeredImage`, it is not possible to specify an image name of the form `<registry>/my/image`, although it is a valid name. This is due to derivations under `buildLayeredImage` using that image name as their derivation name, but slashes are not permitted in that context. A while ago, #13099 fixed that exact same problem in `buildImage` by using `baseNameOf name` in derivation names instead of `name`. This change does the same thing for `buildLayeredImage`.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions