7f88fc7d4a
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
11 lines
198 B
Docker
11 lines
198 B
Docker
# Fri May 5 18:32:00 UTC 2023 - trigger rebuild
|
|
|
|
FROM scratch
|
|
COPY donors /donors/
|
|
COPY favicon.ico /
|
|
COPY favicon.png /
|
|
COPY favicon.svg /
|
|
COPY logo.svg /
|
|
COPY opendev.svg /
|
|
COPY opendev-sm.png /
|