Skip to content

Commit

Permalink
continuous/: New build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cgwalters authored and jlebon committed May 31, 2022
1 parent 4119dc4 commit 20feba5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions continuous/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions continuous/fcos-continuous.repo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 20feba5

Please sign in to comment.