Skip to content

Commit 20feba5

Browse files
cgwaltersjlebon
authored andcommittedMay 31, 2022
continuous/: New build
Right now, I want to test the new ostree code to inject signatures: ostreedev/ostree-rs-ext#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 coreos/fedora-coreos-config#1710
1 parent 4119dc4 commit 20feba5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
 

‎continuous/Dockerfile

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

‎continuous/fcos-continuous.repo

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[copr:copr.fedorainfracloud.org:group_CoreOS:continuous]
2+
name=Copr repo for continuous owned by @CoreOS
3+
baseurl=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/fedora-$releasever-$basearch/
4+
type=rpm-md
5+
skip_if_unavailable=True
6+
gpgcheck=1
7+
gpgkey=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/pubkey.gpg
8+
repo_gpgcheck=0
9+
enabled=1
10+
enabled_metadata=1

0 commit comments

Comments
 (0)
Please sign in to comment.