Skip to content

Commit

Permalink
Update buildkit to v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma committed Nov 2, 2023
1 parent c3e8146 commit f79584e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cancel-in-progress: true
env:
DAZZLE_VERSION: 0.1.17
BUILDKIT_VERSION: 0.12.2
BUILDKIT_VERSION: 0.12.3
steps:
- name: 📥 Checkout workspace-images
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
DH_IMAGE_REGISTRY: registry.hub.docker.com
IAM_SERVICE_ACCOUNT: workspace-images-gha-sa@gitpod-artifacts.iam.gserviceaccount.com
DAZZLE_VERSION: 0.1.17
BUILDKIT_VERSION: 0.12.2
BUILDKIT_VERSION: 0.12.3
SKOPEO_VERSION: 1

steps:
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gitpod/workspace-full:2023-08-08-12-42-30

ENV RETRIGGER=4

ENV BUILDKIT_VERSION=0.12.2
ENV BUILDKIT_VERSION=0.12.3
ENV BUILDKIT_FILENAME=buildkit-v${BUILDKIT_VERSION}.linux-amd64.tar.gz
ENV DAZZLE_VERSION=0.1.17

Expand Down
2 changes: 1 addition & 1 deletion tests/lang-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
stderr.indexOf("17.0.") != -1
- desc: it should have a functioning java 17 installed
entrypoint: [env, GITPOD_REPO_ROOT=/workspace, bash, -ci]
command: [sdk default java 17.0.8.fx-zulu && java -version && mvn -v]
command: [sdk default java 17.0.9.fx-zulu && java -version && mvn -v]
assert:
- status == 0
- stderr.indexOf('openjdk version \"17.') != -1
Expand Down

0 comments on commit f79584e

Please sign in to comment.