This reverts commit 7f88fc7d4aa332ba51ed45f2689d15819ed19692.
We found a deficiency in Docker when working with images hosted outside
of docker.io which necessitates this revert.
Change-Id: I8b16fe3e5297cab04685e0ceb6b8277a2754b3fb
We are moving our images to quay.io. The assets image is used by other
image builds so we want to treat this like a base image and update it
early in the process. This will reduce overall churn in the process.
Change-Id: Id9630243f60b280647c493abaccf0ece3d56d40c
Move some common assets into a top-level assets/ directory. Services
can reference these assets via
https://opendev.org/opendev/system-config/raw/branch/master/assets/<file>
in <img> tags, etc.
Some services want to embed these into their images, but we wish to
only keep one canonical copy. For this, add a Dockerfile and jobs
that creates a simple bundle of assets in opendevorg/assets. This can
be referenced in other builds; the new BuildKit bind-mount is
particularly useful for this
(c.f. I36bdc76471eec5380a676ebcdd885a88d3985976).
Change-Id: I3931566eb86a0618705d276445fa0a5f659692ea