1
0
mirror of https://github.com/coreos/coreos-assembler.git synced 2026-02-05 18:44:56 +01:00

continuous/: New build

Right now, I want to test the new ostree code to inject signatures:
https://github.com/ostreedev/ostree-rs-ext/pull/301

And I want to do it *before* releasing a new rpm-ostree.

Add a new Dockerfile with pulls from our continuous COPR.
This is effectively the coreos-assembler dual of
https://github.com/coreos/fedora-coreos-config/pull/1710
This commit is contained in:
Colin Walters
2022-05-31 09:40:25 -04:00
committed by Jonathan Lebon
parent 4119dc4520
commit 20feba5ff0
2 changed files with 15 additions and 0 deletions

5
continuous/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM registry.ci.openshift.org/coreos/coreos-assembler:latest
USER root
ADD fcos-continuous.repo /etc/yum.repos.d
RUN yum -y update
USER builder

View File

@@ -0,0 +1,10 @@
[copr:copr.fedorainfracloud.org:group_CoreOS:continuous]
name=Copr repo for continuous owned by @CoreOS
baseurl=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1