-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
1 parent
6b40812
commit 0cae025
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.7.1 |