Skip to content

Commit

Permalink
Merge pull request #9987 from takumin/feat/linuxkit/linuxkit
Browse files Browse the repository at this point in the history
feat: add linuxkit/linuxkit
  • Loading branch information
suzuki-shunsuke committed Feb 19, 2023
2 parents 1232ff4 + 9b2d9f3 commit 03bcbc5
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
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.

0 comments on commit 03bcbc5

Please sign in to comment.