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

Revert "[image-builder-bob] bump up buildkit (#20690)" #20693

Merged
merged 1 commit into from
Mar 21, 2025
Merged
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
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ permissions:
contents: write # This is required for actions/checkout and create release
pull-requests: write
actions: write # This is required for trigger another action which is used by JetBrains integrateion tests
packages: read
on:
pull_request:
types: [ opened, edited ]
@@ -230,12 +229,6 @@ jobs:
cat report.html >> $GITHUB_STEP_SUMMARY

exit $RESULT
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Leeway Build
id: leeway
shell: bash
2 changes: 1 addition & 1 deletion components/image-builder-bob/leeway.Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# Licensed under the GNU Affero General Public License (AGPL).
# See License.AGPL.txt in the project root for license information.

FROM ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.2
FROM eu.gcr.io/gitpod-core-dev/build/buildkit:v0.12.5-gitpod.0

USER root
RUN apk --no-cache add sudo bash \
Loading