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:
committed by
Jonathan Lebon
parent
4119dc4520
commit
20feba5ff0
5
continuous/Dockerfile
Normal file
5
continuous/Dockerfile
Normal 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
|
||||
10
continuous/fcos-continuous.repo
Normal file
10
continuous/fcos-continuous.repo
Normal 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
|
||||
Reference in New Issue
Block a user