Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Buildkit Dev plugin (#464)
Browse files Browse the repository at this point in the history
* Add buildkit-base dev plugin
* Change formatting
* Change containerPath on mountPath
* Allow to use any URI for plugin logo
* Set memory limitation to 1G
* Remove pattern to validate plugin logo image
* Return back pattern to validate plugin logo
* Update pattern to check plugin icon

Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
  • Loading branch information
vitaliy-guliy authored May 26, 2020
1 parent 6b40812 commit 0cae025
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
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

0 comments on commit 0cae025

Please sign in to comment.