]> git.ipfire.org Git - thirdparty/systemd.git/commit
import/pull: fix pulling by image digest 247/head
authorPavel Odvody <podvody@redhat.com>
Wed, 17 Jun 2015 11:25:06 +0000 (13:25 +0200)
committerPavel Odvody <podvody@redhat.com>
Thu, 18 Jun 2015 10:04:30 +0000 (12:04 +0200)
commit4764a54439e51cc3d3d0858a94a2d03a352a628c
treeca9c7e69208de6e1e58887782724baa702031389
parentafc4290e2c48b8a0803247880b6382d639990504
import/pull: fix pulling by image digest

When pulling by image digest the identifiers that
were produced by parsing image digest were later
overwritten by code parsing image tag.
This resulted in invalid identifiers being used
when contacting the remote endpoint, resulting in 404.

Reported here:
http://lists.freedesktop.org/archives/systemd-devel/2015-June/033039.html
src/import/pull.c