Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
tags.cncf.io/container-device-interface/specs-go v0.8.0 // indirect
)

replace github.com/containers/image/v5 => github.com/QiWang19/image/v5 v5.0.0-20251126182557-eabf26472037
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ github.com/Microsoft/hcsshim v0.12.5/go.mod h1:tIUGego4G1EN5Hb6KC90aDYiUI2dqLSTT
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78=
github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
github.com/QiWang19/image/v5 v5.0.0-20251126182557-eabf26472037 h1:SVoNPwBv78jRda1OdIkwA3N29O1MSMFtN707OzozDkI=
github.com/QiWang19/image/v5 v5.0.0-20251126182557-eabf26472037/go.mod h1:v1l73VeMugfj/QtKI+jhYbwnwFCFnNGckvbST3rQ5Hk=
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
Expand Down Expand Up @@ -732,8 +734,6 @@ github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6J
github.com/containers/conmon v2.0.20+incompatible/go.mod h1:hgwZ2mtuDrppv78a/cOBNiCm6O0UMWGx1mu7P00nu5I=
github.com/containers/conmon-rs v0.6.5 h1:mxdEBF/pjBmryj1ABrTDUqxDyxoZrpo8A1/9+JNvtZU=
github.com/containers/conmon-rs v0.6.5/go.mod h1:+1QRvqdKmaFgaKL7IfsnXncePoH4K+5qkyBIAl/m9Zs=
github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9 h1:bFVDgCjoYm+Fr6DkQDjjqBTkA3Cgwjrr7Z2+uULJTPc=
github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9/go.mod h1:v1l73VeMugfj/QtKI+jhYbwnwFCFnNGckvbST3rQ5Hk=
github.com/containers/kubensmnt v1.2.0 h1:BDtkaOFQ5fN7FnB9kC6peMW50KkwI1KI8E9ROBFeQIg=
github.com/containers/kubensmnt v1.2.0/go.mod h1:1/HG09N/a1+WSD3zkurzeWtqlKRSfUUnlIF/08zloqk=
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
Expand Down
4 changes: 0 additions & 4 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ To install CRI-O on Flatcar Container Linux with sysexts, follow these steps:
- Step 1: Download the installation script:

Sample extension script for installing CRI-O using sysext is [here](https://github.com/flatcar/sysext-bakery/blob/main/create_crio_sysext.sh).

- Using curl:

```bash
Expand All @@ -106,7 +105,6 @@ chmod +x create_crio_sysext.sh
- Step 2: Run the installation script:

Execute the script with the required arguments:

- The version of CRI-O you wish to install. [(Find a specific version of
CRI-O here)](https://github.com/cri-o/cri-o/releases)
- The name you wish to give to the sysext image.
Expand All @@ -123,7 +121,6 @@ chmod +x create_crio_sysext.sh
```

- Step 3: Deploy the system extension:

- Once the script completes, you will have a `.raw` sysext image file named as
per your `SYSEXTNAME` argument.
- To deploy the system extension, move the `.raw` file to the
Expand All @@ -137,7 +134,6 @@ chmod +x create_crio_sysext.sh
```

- Step 4: Verify the installation:

- Verify that the CRI-O service is running correctly.

```bash
Expand Down
1 change: 0 additions & 1 deletion roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Some of these features can be seen below:
## Known Risks

- Relying on different SIGs for CRI-O features:

- We have a need to discuss our enhancements with different SIGs to get all
required information and drive the change. This can lead into helpful, but maybe
not expected input and delay the deliverable.
Expand Down
9 changes: 8 additions & 1 deletion vendor/github.com/containers/image/v5/copy/single.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ github.com/containers/conmon/runner/config
## explicit; go 1.22
github.com/containers/conmon-rs/internal/proto
github.com/containers/conmon-rs/pkg/client
# github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9
# github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9 => github.com/QiWang19/image/v5 v5.0.0-20251126182557-eabf26472037
## explicit; go 1.21.0
github.com/containers/image/v5/copy
github.com/containers/image/v5/directory
Expand Down Expand Up @@ -1650,3 +1650,4 @@ tags.cncf.io/container-device-interface/pkg/parser
# tags.cncf.io/container-device-interface/specs-go v0.8.0
## explicit; go 1.19
tags.cncf.io/container-device-interface/specs-go
# github.com/containers/image/v5 => github.com/QiWang19/image/v5 v5.0.0-20251126182557-eabf26472037
Loading