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

feat: add linuxkit/linuxkit #9987

Merged
merged 2 commits into from
Feb 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkgs/linuxkit/linuxkit/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: linuxkit/linuxkit@v1.0.1
- name: linuxkit/linuxkit
version: v0.8
- name: linuxkit/linuxkit
version: v0.7
36 changes: 36 additions & 0 deletions pkgs/linuxkit/linuxkit/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
packages:
- type: github_release
repo_owner: linuxkit
repo_name: linuxkit
asset: linuxkit-{{.OS}}-{{.Arch}}
format: raw
description: A toolkit for building secure, portable and lean operating systems for containers
supported_envs:
- linux
- darwin
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 1.0.0")
version_overrides:
- version_constraint: Version == "v0.8"
supported_envs:
- linux
- darwin
rosetta2: true
checksum:
enabled: false
- version_constraint: semver("< 0.8")
supported_envs:
- linux
- darwin
- amd64
rosetta2: true
checksum:
enabled: false
- version_constraint: "true"
35 changes: 35 additions & 0 deletions registry.yaml

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