Skip to content

Commit

Permalink
Add new gitpod-dev image (#1113)
Browse files Browse the repository at this point in the history
* Add new gitpod-dev image

* Adjust buildkitd configuration

* Add new gitpod-dev image

* [.github] include workspace-gitpod-dev on publish to DockerHub

---------

Co-authored-by: Kyle Brennan <[email protected]>
  • Loading branch information
aledbf and kylos101 committed Jul 10, 2023
1 parent 0e170c0 commit 04f15bf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/promote-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
workspace-java-17: "20.*"
workspace-yugabytedb: "20.*"
workspace-yugabytedb-preview: "20.*"
workspace-gitpod-dev: "20.*"
1 change: 1 addition & 0 deletions .github/sync-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ sync:
- java-17
- yugabytedb
- yugabytedb-preview
- gitpod-dev
8 changes: 7 additions & 1 deletion buildkitd.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
root = "/workspace/buildkit"

[worker.oci]
gckeepstorage = 40000
enabled = true
platforms = [ "linux/amd64" ]
snapshotter = "auto"
rootless = false
gc = true
gckeepstorage = 40000
max-parallelism = 16
9 changes: 9 additions & 0 deletions dazzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ combiner:
- dep-cacert-update
- tool-docker
- tool-tailscale
- name: gitpod-dev
ref:
- base
chunks:
- lang-c
- lang-go:1.20
- lang-java:11
- lang-node:18
- tool-brew
- name: c
ref:
- base
Expand Down

0 comments on commit 04f15bf

Please sign in to comment.