mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 13:30:45 +00:00
Add -dev images that pull from COPR
To shorten iteration cycles.
This commit is contained in:
parent
ff195b59c7
commit
f5570d3e46
5 changed files with 24 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ stages:
|
|||
- tier-1
|
||||
OS: fedora
|
||||
VERSION: [38]
|
||||
VARIANT: [""]
|
||||
VARIANT: ["", "-dev"]
|
||||
|
||||
test-build:
|
||||
extends: .base
|
||||
|
|
@ -34,7 +34,7 @@ build-push:
|
|||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
variables:
|
||||
COMPOSE_INITIALIZE: ""
|
||||
COMPOSE_INITIALIZE: "1"
|
||||
FORCE: ""
|
||||
stage: build
|
||||
before_script:
|
||||
|
|
|
|||
11
copr-coreos-continuous.repo
Normal file
11
copr-coreos-continuous.repo
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[copr-fedora-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
|
||||
|
||||
4
fedora-dev.yaml
Normal file
4
fedora-dev.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Include this to enable fetching from COPRs/git
|
||||
|
||||
repos:
|
||||
- copr-fedora-coreos-continuous
|
||||
3
fedora-tier-0-dev-38.yaml
Normal file
3
fedora-tier-0-dev-38.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
include:
|
||||
- fedora-tier-0-38.yaml
|
||||
- fedora-dev.yaml
|
||||
4
fedora-tier-1-dev-38.yaml
Normal file
4
fedora-tier-1-dev-38.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
include: fedora-tier-1-38.yaml
|
||||
|
||||
repos:
|
||||
- copr-fedora-coreos-continuous
|
||||
Loading…
Add table
Add a link
Reference in a new issue