Skip to content

Commit e8430d6

Browse files
authored
Merge pull request #183 from cgwalters/misc-ref-updates
Update references to centos-boot images
2 parents 084e5af + 13ca4e5 commit e8430d6

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
set -xeuo pipefail
119119
sudo podman run --rm -ti --privileged -v /:/target -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
120-
registry.gitlab.com/centos/cloud/sagano/fedora-boot-tier-1-dev:eln bootc install-to-filesystem --target-no-signature-verification \
120+
quay.io/centos-boot/fedora-tier-1:eln bootc install-to-filesystem --target-no-signature-verification \
121121
--karg=foo=bar --disable-selinux --replace=alongside /target
122122
ls -al /boot/loader/
123123
sudo grep foo=bar /boot/loader/entries/*.conf

docs/bootc-images.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ For example, the [rpm-ostree compose image](https://coreos.github.io/rpm-ostree/
3737
tooling currently streamlines creating base images, operating just
3838
on a declarative input and writing to a registry.
3939

40-
This is how the [Project Sagano](https://github.com/centos/sagano)
41-
base images are built.
42-
4340
# Deriving from existing base images
4441

4542
However, it's important to emphasize that from one

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To build base images "from scratch", see [bootc-images.md](bootc-images.md).
7373
For pre-built base images:
7474

7575
* [Fedora CoreOS](https://quay.io/repository/fedora/fedora-coreos) can be used as a base image; you will need to [enable bootc](https://github.com/coreos/rpm-ostree/blob/main/docs/bootc.md) there.
76-
* There is also an in-development [Project Sagano](https://github.com/centos/sagano) for Fedora/CentOS.
76+
* There is also an in-development [centos-boot](https://github.com/centos/centos-boot) project.
7777

7878
However, bootc itself is not tied to Fedora derivatives; [this issue](https://github.com/coreos/bootupd/issues/468) tracks the main blocker for other distributions.
7979

tests/kolainst/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
set -xeuo pipefail
1212

13-
IMAGE=registry.gitlab.com/centos/cloud/sagano/fedora-boot-tier-0:eln
13+
IMAGE=quay.io/centos-boot/fedora-tier-1:eln
1414
# TODO: better detect this, e.g. look for an empty device
1515
DEV=/dev/vda
1616

0 commit comments

Comments
 (0)