Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: add example to use release artifacts #18

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Conversation

tormath1
Copy link
Contributor

@tormath1 tormath1 commented Aug 3, 2023

Follow up of #16

@tormath1 tormath1 requested a review from a team August 3, 2023 10:27
@tormath1 tormath1 self-assigned this Aug 3, 2023
- path: /opt/extensions/kubernetes/kubernetes-v1.27.4.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/latest/download/kubernetes-v1.27.4.raw
- path: /etc/systemd/system-generators/torcx-generator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's a "hack" around the torcx-generator to prevent it to run. Otherwise Torcx unpacks containerd.service and docker.{service,socket} under /run/systemd/system/ which takes precedence over /usr/lib/systemd/system/docker.{service,socket} and /usr/lib/systemd/system/containerd.service merged by systemd-sysext.

Which leads to this weird situation:

$ docker version
Client:
 Version:           24.0.5
 API version:       1.41 (downgraded from 1.43)
 Go version:        go1.20.6
 Git commit:        ced0996
 Built:             Fri Jul 21 20:34:32 2023
 OS/Arch:           linux/amd64
 Context:           default

Server:
 Engine:
  Version:          20.10.24
  API version:      1.41 (minimum version 1.12)
...

README.md Outdated
files:
- path: /opt/extensions/docker/docker-24.0.5.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/latest/download/docker-24.0.5.raw
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest would break, I think we should use a versioned release URL here.

README.md Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants