diff --git a/assets/Dockerfile b/assets/Dockerfile index 8e4bb2b013..6f23355c01 100644 --- a/assets/Dockerfile +++ b/assets/Dockerfile @@ -1,4 +1,5 @@ FROM scratch +COPY donors /donors/ COPY favicon.ico / COPY favicon.png / COPY favicon.svg / diff --git a/assets/donors/openmetal.jpg b/assets/donors/openmetal.jpg new file mode 100644 index 0000000000..5d27f9f837 Binary files /dev/null and b/assets/donors/openmetal.jpg differ diff --git a/assets/donors/ovh.jpg b/assets/donors/ovh.jpg new file mode 100644 index 0000000000..0a6cb0b9ce Binary files /dev/null and b/assets/donors/ovh.jpg differ diff --git a/assets/donors/rackspace.jpg b/assets/donors/rackspace.jpg new file mode 100644 index 0000000000..d49464f84f Binary files /dev/null and b/assets/donors/rackspace.jpg differ diff --git a/assets/donors/vexxhost.jpg b/assets/donors/vexxhost.jpg new file mode 100644 index 0000000000..e22ea9fcaa Binary files /dev/null and b/assets/donors/vexxhost.jpg differ diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 1454f04170..d664487983 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -97,7 +97,7 @@ COPY --from=build-env /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/ # Copy our custom templates and some additional image files COPY custom/ /custom/ # Copy our opendev logo contents to the custom location -RUN --mount=type=bind,from=opendevorg/assets,target=/tmp/assets cp /tmp/assets/* /custom/public/img/ +RUN --mount=type=bind,from=opendevorg/assets,target=/tmp/assets cp -r /tmp/assets/* /custom/public/img/ ENV GITEA_CUSTOM /custom diff --git a/docker/gitea/custom/templates/home.tmpl b/docker/gitea/custom/templates/home.tmpl index 5c4d6ba8d9..de1fd9d4e1 100644 --- a/docker/gitea/custom/templates/home.tmpl +++ b/docker/gitea/custom/templates/home.tmpl @@ -130,7 +130,30 @@ overwhelming if you just want to focus on development, especially when ready-to-consume services are available. But it's worth it, especially if you want to have a say in what services are provided, or just support the idea of improving open source tools in that space.
+ + +These are the companies generously donating the cloud infrastructure where we host our service control plane and operate pools of Zuul test resources:
+