Skip to content

Commit

Permalink
feat: add moby/buildkit (#21500)
Browse files Browse the repository at this point in the history
* feat: add moby/buildkit

[moby/buildkit](https://github.com/moby/buildkit): concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

* fix: command name

* fix(moby/buildkit): fix files

* fix(moby/buildkit): remove buildkitd

- #21500 (comment)

---------

Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
ponkio-o and suzuki-shunsuke committed Apr 3, 2024
1 parent 60c07d2 commit 4e03543
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/moby/buildkit/pkg.yaml
@@ -0,0 +1,6 @@
packages:
- name: moby/buildkit@v0.13.1
- name: moby/buildkit
version: v0.11.0-rc2
- name: moby/buildkit
version: v0.8.3
30 changes: 30 additions & 0 deletions pkgs/moby/buildkit/registry.yaml
@@ -0,0 +1,30 @@
packages:
- type: github_release
repo_owner: moby
repo_name: buildkit
description: concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
files:
- name: buildctl
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.8.3")
asset: buildkit-{{.Version}}.{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
files:
- name: buildctl
src: bin/buildctl
- version_constraint: semver("<= 0.11.0-rc2")
asset: buildkit-{{.Version}}.{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: buildctl
src: bin/buildctl
- version_constraint: "true"
asset: buildkit-{{.Version}}.{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
complete_windows_ext: false
files:
- name: buildctl
src: bin/buildctl
29 changes: 29 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 4e03543

Please sign in to comment.