3 Commits

Author SHA1 Message Date
Clark Boylan
b9ab9ba76b Revert "Move assets image to quay.io"
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
2023-05-24 10:22:27 -07:00
Clark Boylan
7f88fc7d4a Move assets image to quay.io
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
2023-05-05 19:13:24 -07:00
Ian Wienand
25cdc97950 Add assets and a related docker image/bundle
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
2021-09-01 06:15:43 +10:00