Skip to content

Commit 08b383f

Browse files
authored
Merge pull request #1325 from jeckersb/move-from-containers-org
Rewrite containers org links to bootc-dev org
2 parents 12fd41b + ca7b38f commit 08b383f

26 files changed

+31
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ start by looking at [ADOPTERS.md](ADOPTERS.md).
3434

3535
## Community discussion
3636

37-
The [GitHub discussion forum](https://github.com/containers/bootc/discussions) is enabled.
37+
The [GitHub discussion forum](https://github.com/bootc-dev/bootc/discussions) is enabled.
3838

3939
This project is also tightly related to the previously mentioned Fedora/CentOS bootc project,
4040
and many developers monitor the relevant discussion forums there. In particular there's a

blockdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish = false
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
name = "bootc-blockdev"
8-
repository = "https://github.com/containers/bootc"
8+
repository = "https://github.com/bootc-dev/bootc"
99
version = "0.0.0"
1010

1111
[dependencies]

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bootc"
33
version = "0.1.9"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/containers/bootc"
6+
repository = "https://github.com/bootc-dev/bootc"
77
readme = "README.md"
88
publish = false
99
default-run = "bootc"

contrib/packaging/bootc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Summary: Bootable container system
2525
# MIT OR Apache-2.0
2626
# Unlicense OR MIT
2727
License: Apache-2.0 AND BSD-3-Clause AND MIT AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
28-
URL: https://github.com/containers/bootc
28+
URL: https://github.com/bootc-dev/bootc
2929
Source0: %{url}/releases/download/v%{version}/bootc-%{version}.tar.zstd
3030
Source1: %{url}/releases/download/v%{version}/bootc-%{version}-vendor.tar.zstd
3131

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ color_scheme: coreos
3333
# Aux links for the upper right navigation
3434
aux_links:
3535
"bootc on GitHub":
36-
- "https://github.com/containers/bootc"
36+
- "https://github.com/bootc-dev/bootc"
3737

3838
footer_content: "Copyright &copy; <a href=\"https://www.redhat.com\">Red Hat, Inc.</a> and <a href=\"https://github.com/containers\">others</a>."
3939

@@ -44,7 +44,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p"
4444
# Footer "Edit this page on GitHub" link text
4545
gh_edit_link: true
4646
gh_edit_link_text: "Edit this page on GitHub"
47-
gh_edit_repository: "https://github.com/containers/bootc"
47+
gh_edit_repository: "https://github.com/bootc-dev/bootc"
4848
gh_edit_branch: "main"
4949
gh_edit_source: docs
5050
gh_edit_view_mode: "tree"

docs/src/bootc-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requirements.
1313

1414
## ostree-in-container
1515

16-
With [bootc 1.1.3](https://github.com/containers/bootc/releases/tag/v1.1.3)
16+
With [bootc 1.1.3](https://github.com/bootc-dev/bootc/releases/tag/v1.1.3)
1717
or later, it is no longer required to have a `/ostree` directory
1818
present in the base image.
1919

@@ -34,7 +34,7 @@ which is used by the [Fedora base image](https://gitlab.com/fedora/bootc/base-im
3434

3535
## Standard image content
3636

37-
The bootc project provides a [baseimage](https://github.com/containers/bootc/tree/main/baseimage) reference
37+
The bootc project provides a [baseimage](https://github.com/bootc-dev/bootc/tree/main/baseimage) reference
3838
set of configuration files for base images. In particular at
3939
the current time the content defined by `base` must be used
4040
(or recreated). There is also suggested integration there with

docs/src/building/guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ inside the container image filesystem itself.
6262

6363
Special care and code changes will need to be made to container
6464
runtimes to support such nesting. Some more discussion in
65-
[this tracker issue](https://github.com/containers/bootc/issues/128).
65+
[this tracker issue](https://github.com/bootc-dev/bootc/issues/128).
6666

6767
## systemd units
6868

docs/src/experimental-bootc-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Experimental features are subject to change or removal. Please
44
do provide feedback on them.
55

6-
Tracking issue: <https://github.com/containers/bootc/issues/690>
6+
Tracking issue: <https://github.com/bootc-dev/bootc/issues/690>
77

88
## Using `bootc image copy-to-storage`
99

docs/src/experimental-progress-fd.md

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

22
# Interactive progress with `--progress-fd`
33

4-
This is an experimental feature; tracking issue: <https://github.com/containers/bootc/issues/1016>
4+
This is an experimental feature; tracking issue: <https://github.com/bootc-dev/bootc/issues/1016>
55

66
While the `bootc status` tooling allows a client to discover the state
77
of the system, during interactive changes such as `bootc upgrade`

docs/src/filesystem-sysroot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This storage is accessible via a `/usr/lib/bootc/storage` symbolic link which po
3737
`/sysroot`. (Avoid directly referencing the `/sysroot` target)
3838

3939
At the current time, this storage is *not* used for the base bootable image.
40-
This [unified storage issue](https://github.com/containers/bootc/issues/20) tracks unification.
40+
This [unified storage issue](https://github.com/bootc-dev/bootc/issues/20) tracks unification.
4141

4242
## Expanding the root filesystem
4343

docs/src/filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The rest of this document describes the state of the system when
3232

3333
bootc uses ostree, which currently [squashes all timestamps to zero](https://ostreedev.github.io/ostree/repo/#content-objects).
3434
This is now viewed as an implementation bug and will be changed in the future.
35-
For more information, see [this tracker issue](https://github.com/containers/bootc/issues/20).
35+
For more information, see [this tracker issue](https://github.com/bootc-dev/bootc/issues/20).
3636

3737
## Understanding physical vs logical root with `/sysroot`
3838

docs/src/logically-bound-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These types of things are commonly not updated outside of the host, and there's
1313

1414
Another simple way to say this is that logically bound images allow you to reference container images with the same confidence you can with `ExecStart=` in a systemd unit.
1515

16-
The term "logically bound" was created to contrast with [physically bound](https://github.com/containers/bootc/issues/644) images. There are some trade-offs between the two approaches. Some benefits of logically bound images are:
16+
The term "logically bound" was created to contrast with [physically bound](https://github.com/bootc-dev/bootc/issues/644) images. There are some trade-offs between the two approaches. Some benefits of logically bound images are:
1717

1818
- The bootc system image can be updated without re-downloading the app image bits.
1919
- The app images can be updated without modifying the bootc system image, this would be especially useful for development work

docs/src/relationship-particles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ But still: the bootc project will again much more strongly push any scenario tha
281281
In "unlocked" scenarios, the bootc project will continue to support a "traditional Unix" feeling where persistent changes to `/etc` can be written and maintained. Similarly, it will continue to be supported to have machine-local kernel arguments.
282282
There is significant value in migrating "package based" systems to "image based" systems, even if they are still "unsigned" or "unlocked".
283283

284-
The particle model calls for tools like [confext](https://uapi-group.org/specifications/specs/extension_image/#confext-configuration-extension) that use DDIs. The "backend" of this (managing merged dynamic filesystem trees with overlayfs) and its relationship with systemd units is still relevant, but the bootc approach will again not expose DDIs to the user. Instead, our approach will take cues from the cloud-native world and use e.g. [Kubernetes ConfigMap](https://github.com/containers/bootc/issues/22) and support signatures on these.
284+
The particle model calls for tools like [confext](https://uapi-group.org/specifications/specs/extension_image/#confext-configuration-extension) that use DDIs. The "backend" of this (managing merged dynamic filesystem trees with overlayfs) and its relationship with systemd units is still relevant, but the bootc approach will again not expose DDIs to the user. Instead, our approach will take cues from the cloud-native world and use e.g. [Kubernetes ConfigMap](https://github.com/bootc-dev/bootc/issues/22) and support signatures on these.
285285

286286
## More Modularity: Secondary OS installs
287287

docs/src/relationships.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There is a new [bootc-image-builder](https://github.com/osbuild/bootc-image-buil
3535

3636
Just as `podman` does not depend on a Kubernetes API server, `bootc` will also not depend on one.
3737

38-
However, there are also plans for `bootc` to also understand Kubernetes API types. See [configmap/secret support](https://github.com/containers/bootc/issues/22) for example.
38+
However, there are also plans for `bootc` to also understand Kubernetes API types. See [configmap/secret support](https://github.com/bootc-dev/bootc/issues/22) for example.
3939

4040
Perhaps in the future we may actually support some kind of `Pod` analogue for representing the host state. Or we may define a [CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) which can be used inside and outside of Kubernetes.
4141

@@ -90,17 +90,17 @@ using `bootc` will be more appealing. bootc also does not
9090
e.g. drag in dependencies on `libdnf` and the RPM stack.
9191

9292
bootc also has the benefit of starting as a pure Rust project;
93-
and while it [doesn't have an IPC mechanism today](https://github.com/containers/bootc/issues/4), the surface
93+
and while it [doesn't have an IPC mechanism today](https://github.com/bootc-dev/bootc/issues/4), the surface
9494
of such an API will be significantly smaller.
9595

96-
Further, bootc does aim to [include some of the functionality of zincati](https://github.com/containers/bootc/issues/5).
96+
Further, bootc does aim to [include some of the functionality of zincati](https://github.com/bootc-dev/bootc/issues/5).
9797

9898
But all this said: *It will be supported to use both bootc and rpm-ostree together*; they are not exclusive.
9999
For example, `bootc status` at least will still function even if packages are layered.
100100

101101
### Future bootc <-> podman binding
102102

103-
All the above said, it is likely that at some point bootc will switch to [hard binding with podman](https://github.com/containers/bootc/pull/215).
103+
All the above said, it is likely that at some point bootc will switch to [hard binding with podman](https://github.com/bootc-dev/bootc/pull/215).
104104
This will reduce the role of ostree, and hence break compatibility with rpm-ostree.
105105
When such work lands, we will still support at least a "one way" transition from an
106106
ostree backend. But once this happens there are no plans to teach rpm-ostree

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "bootc-lib"
66
readme = "README.md"
7-
repository = "https://github.com/containers/bootc"
7+
repository = "https://github.com/bootc-dev/bootc"
88
# The intention is we'll follow semver here, even though this
99
# project isn't actually published as a crate.
1010
version = "1.2.0"

lib/src/boundimage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! # Implementation of "logically bound" container images
22
//!
3-
//! This module implements the design in <https://github.com/containers/bootc/issues/128>
3+
//! This module implements the design in <https://github.com/bootc-dev/bootc/issues/128>
44
//! for "logically bound" container images. These container images are
55
//! pre-pulled (and in the future, pinned) before a new image root
66
//! is considered ready.

lib/src/fsck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl FsckCheck {
9595
#[distributed_slice(FSCK_CHECKS)]
9696
static CHECK_RESOLVCONF: FsckCheck =
9797
FsckCheck::new("etc-resolvconf", 5, FsckFnImpl::Sync(check_resolvconf));
98-
/// See https://github.com/containers/bootc/pull/1096 and https://github.com/containers/bootc/pull/1167
98+
/// See https://github.com/bootc-dev/bootc/pull/1096 and https://github.com/containers/bootc/pull/1167
9999
/// Basically verify that if /usr/etc/resolv.conf exists, it is not a zero-sized file that was
100100
/// probably injected by buildah and that bootc should have removed.
101101
///

lib/src/imgstorage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ fn new_podman_cmd_in(storage_root: &Dir, run_root: &Dir) -> Result<Command> {
123123
}
124124

125125
/// Ensure that "podman" is the first thing to touch the global storage
126-
/// instance. This is a workaround for https://github.com/containers/bootc/pull/1101#issuecomment-2653862974
126+
/// instance. This is a workaround for https://github.com/bootc-dev/bootc/pull/1101#issuecomment-2653862974
127127
/// Basically podman has special upgrade logic for when it is the first thing
128128
/// to initialize the c/storage instance it sets the networking to netavark.
129129
/// If it's not the first thing, then it assumes an upgrade scenario and we

lib/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub(crate) enum BoundImagesOpt {
160160
#[clap(hide = true)]
161161
/// Do not resolve any "logically bound" images at install time.
162162
Skip,
163-
// TODO: Once we implement https://github.com/containers/bootc/issues/863 update this comment
163+
// TODO: Once we implement https://github.com/bootc-dev/bootc/issues/863 update this comment
164164
// to mention source's root container storage being used as lookaside cache
165165
/// Bound images will be pulled and stored directly in the target's bootc container storage
166166
Pull,

lib/src/lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ fn check_kernel(root: &Dir) -> LintResult {
419419
lint_ok()
420420
}
421421

422-
// This one can be lifted in the future, see https://github.com/containers/bootc/issues/975
422+
// This one can be lifted in the future, see https://github.com/bootc-dev/bootc/issues/975
423423
#[distributed_slice(LINTS)]
424424
static LINT_UTF8: Lint = Lint {
425425
name: "utf8",

mount/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish = false
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
name = "bootc-mount"
8-
repository = "https://github.com/containers/bootc"
8+
repository = "https://github.com/bootc-dev/bootc"
99
version = "0.0.0"
1010

1111
[dependencies]

ostree-ext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ to let us know.
1111

1212
At the moment, the following projects are known to use this crate:
1313

14-
- https://github.com/containers/bootc
14+
- https://github.com/bootc-dev/bootc
1515
- https://github.com/coreos/rpm-ostree
1616

1717
The intention of this crate is to be where new high level ostree-related features

system-reinstall-bootc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "system-reinstall-bootc"
33
version = "0.1.9"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/containers/bootc"
6+
repository = "https://github.com/bootc-dev/bootc"
77
readme = "README.md"
88
publish = false
99
# For now don't bump this above what is currently shipped in RHEL9.

system-reinstall-bootc/src/podman.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub(crate) fn reinstall_command(image: &str, ssh_key_file: &str) -> Result<Comma
6060
"to-existing-root",
6161
// The user already knows they're reinstalling their machine, that's the entire purpose of
6262
// this binary. Since this is no longer an "arcane" bootc command, we can safely avoid this
63-
// timed warning prompt. TODO: Discuss in https://github.com/containers/bootc/discussions/1060
63+
// timed warning prompt. TODO: Discuss in https://github.com/bootc-dev/bootc/discussions/1060
6464
"--acknowledge-destructive",
6565
// The image is always pulled first, so let's avoid requiring the credentials to be baked
6666
// in the image for this check.

system-reinstall-bootc/src/prompt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub(crate) fn reboot() -> Result<()> {
6767
}
6868

6969
/// Temporary safety mechanism to stop devs from running it on their dev machine. TODO: Discuss
70-
/// final prompting UX in https://github.com/containers/bootc/discussions/1060
70+
/// final prompting UX in https://github.com/bootc-dev/bootc/discussions/1060
7171
pub(crate) fn temporary_developer_protection_prompt() -> Result<()> {
7272
// Print an empty line so that the warning stands out from the rest of the output
7373
println!();

utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
version = "0.0.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/containers/bootc"
7+
repository = "https://github.com/bootc-dev/bootc"
88

99
[dependencies]
1010
anyhow = { workspace = true }

0 commit comments

Comments
 (0)