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

Buildkit Dev plugin #464

Merged
merged 9 commits into from
May 26, 2020
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/scripts/meta.yaml.schema
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"icon": {
"type": "string",
"pattern": "[-._a-zA-Z0-9]+?\\.(?:svg|png)(?:\\?.*)?$"
"pattern": "[-._a-zA-Z0-9]+?(?:\\?.*)?$"
},
"description": {
"type": "string"
Expand Down
23 changes: 23 additions & 0 deletions v3/plugins/moby/buildkit/0.7.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v2
publisher: moby
name: buildkit
version: 0.7.1
type: Che Plugin
displayName: Buildkit Base Dev Plugin
title: Buildkit Base Dev Plugin
description: Container to build docker images with buildkit
icon: https://avatars3.githubusercontent.com/u/27259197
repository: https://github.com/moby/buildkit
firstPublicationDate: "2020-05-11"
category: Other
spec:
containers:
- name: buildkit-dev
image: "quay.io/eclipse/che-buildkit-base:0.7.1-bacb069"
mountSources: true
memoryLimit: "1Gi"
volumes:
- name: buildkit-share
mountPath: /home/user/.local/share/buildkit
- name: buildkit-lib
mountPath: /var/lib/buildkit
1 change: 1 addition & 0 deletions v3/plugins/moby/buildkit/latest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.7.1