Skip to content

Dockerfile: update buildx to v0.23.0, compose v2.33.1 #6012

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

Merged
merged 2 commits into from
Apr 16, 2025

Conversation

thaJeztah
Copy link
Member

- What I did

- How I did it

- How to verify it

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.88%. Comparing base (e04b67f) to head (50900c0).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6012   +/-   ##
=======================================
  Coverage   58.88%   58.88%           
=======================================
  Files         357      357           
  Lines       29941    29941           
=======================================
  Hits        17632    17632           
  Misses      11329    11329           
  Partials      980      980           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thaJeztah
Copy link
Member Author

Hm... something's missing on Docker hub; looks like the latest compose-bin image is v2.33.1 ?

Dockerfile:105
--------------------
 103 |     
 104 |     FROM docker/buildx-bin:${BUILDX_VERSION}   AS buildx
 105 | >>> FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
 106 |     
 107 |     FROM e2e-base-${BASE_VARIANT} AS e2e
--------------------
ERROR: failed to solve: docker/compose-bin:v2.35.0: docker.io/docker/compose-bin:v2.35.0: not found

@thaJeztah thaJeztah changed the title Dockerfile: update buildx to v0.23.0, compose v2.35.0 Dockerfile: update buildx to v0.23.0, compose v2.33.1 Apr 16, 2025
Looks like later versions are currently missing on Docker Hub

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah
Copy link
Member Author

Interesting flaky (macOS / host);

--- FAIL: TestRevoke (0.00s)
    --- FAIL: TestRevoke/unexpected_response (0.00s)
        api_test.go:286: assertion failed: expected error to contain "unexpected response from tenant: 404 Not Found", got "Post \"http://127.0.0.1:49211/oauth/revoke\": net/http: HTTP/1.x transport connection broken: http: CloseIdleConnections called"
FAIL

@thaJeztah thaJeztah requested review from vvoland and Benehiko April 16, 2025 11:32
@thaJeztah thaJeztah merged commit 59a723b into docker:master Apr 16, 2025
87 checks passed
@thaJeztah thaJeztah deleted the bump_dev_tools branch April 16, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants