Skip to content

Bump jaxb-runtime from 4.0.0 to 4.0.1 in /qa-tests-backend#3845

Merged
janisz merged 1 commit intomasterfrom
dependabot/gradle/qa-tests-backend/org.glassfish.jaxb-jaxb-runtime-4.0.1
Nov 18, 2022
Merged

Bump jaxb-runtime from 4.0.0 to 4.0.1 in /qa-tests-backend#3845
janisz merged 1 commit intomasterfrom
dependabot/gradle/qa-tests-backend/org.glassfish.jaxb-jaxb-runtime-4.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps jaxb-runtime from 4.0.0 to 4.0.1.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps jaxb-runtime from 4.0.0 to 4.0.1.

---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added ci-all-qa-tests Tells CI to run all API tests (not just BAT). dependencies Pull requests that update a dependency file labels Nov 17, 2022
@dependabot dependabot bot requested a review from a team November 17, 2022 19:09
@ghost
Copy link

ghost commented Nov 17, 2022

Images are ready for the commit at 7df9923.

To use with deploy scripts, first export MAIN_IMAGE_TAG=3.73.x-17-g7df9923cec.

@janisz janisz merged commit 98a1873 into master Nov 18, 2022
@janisz janisz deleted the dependabot/gradle/qa-tests-backend/org.glassfish.jaxb-jaxb-runtime-4.0.1 branch November 18, 2022 09:43
janisz added a commit that referenced this pull request Feb 13, 2026
User request: Fix multi-arch image loading issue in PR #18867 where Kind
fails to load images with error "content digest not found" for arm64 layers.

Problem: kind load docker-image uses docker save and ctr images import
--all-platforms internally. When docker pull fetches multi-arch images, even
with --platform flag, docker save includes manifest index references. The ctr
import then fails because arm64 layers referenced in the manifest aren't present.

Solution: Bypass "kind load docker-image" entirely by pulling images directly
inside the Kind node using ctr. This avoids the docker save/import dance and
the --all-platforms issue.

Approach:
1. Use docker exec to run ctr inside the Kind node
2. Pull with --platform linux/amd64 to get only the needed variant
3. Pass quay.io credentials via --user flag to ctr

This is a recommended workaround from kubernetes-sigs/kind issues #3795, #3845,
and #4066, which document this as a known issue with Docker 29 and containerd.

References:
- kubernetes-sigs/kind#4066
- kubernetes-sigs/kind#3845
- kubernetes-sigs/kind#3795

Code changes developed with AI assistance.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-all-qa-tests Tells CI to run all API tests (not just BAT). dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant