ci: bootstrap test-deps Docker image (prep for PR #400)#402
Merged
Conversation
…olfSSL#400) Bootstrap PR: introduces the test-deps container image that PR wolfSSL#400's nightly OSP workflows consume. This is a minimal subset of PR wolfSSL#400 intended to merge first, so the publish workflow fires once on master and the test-deps image lands at ghcr.io/wolfssl/wolfprovider-test-deps :bookworm before the rest of PR wolfSSL#400 merges. Without this, PR wolfSSL#400's OSP container jobs all fail with "manifest unknown" because the image they pull doesn't exist anywhere yet. Two files only: docker/wolfprovider-test-deps/Dockerfile Single Debian-bookworm image with every apt dep that the OSP integration tests used to install at job time. One apt-get update at build time, zero at job time -- eliminates Debian mirror flake. .github/workflows/publish-test-deps-image.yml Builds the Dockerfile and pushes to ghcr.io/wolfssl/wolfprovider-test-deps:bookworm on push to master/main (path-filtered to docker/wolfprovider-test-deps/**) or workflow_dispatch. Guarded with github.repository == 'wolfSSL/wolfProvider' so forks don't try to push to wolfSSL's namespace. The OSP workflows themselves, the discover-versions resolver, the ASan/UBSan workflow, and all the matrix/force-fail consolidation land via PR wolfSSL#400 once this is in place.
aidangarske
added a commit
to aidangarske/wolfProvider
that referenced
this pull request
May 25, 2026
Drop the fork-allowance/ci-draft-pause-branch additions so this file matches the version going in via PR wolfSSL#402. After wolfSSL#402 merges to master, this PR's branch will have the identical content -- no merge conflict, no duplicate-but-different file diff to resolve. Reverts the temporary changes from previous commits: - branches: ['master','main','ci-draft-pause'] -> ['master','main'] - aidangarske/wolfProvider repo allowance dropped - per-owner ghcr namespace logic dropped (canonical wolfssl/ only) - concurrency group simplified (no ${{ github.repository }} suffix) If you still want fork-side iteration after wolfSSL#402 merges, do it on the bootstrap branch with workflow_dispatch on the canonical repo; the canonical publish flow is what consumers actually pull from.
dgarske
approved these changes
May 26, 2026
aidangarske
added a commit
to aidangarske/wolfProvider
that referenced
this pull request
May 26, 2026
PR wolfSSL#402 published ghcr.io/wolfssl/wolfprovider-test-deps:bookworm. This empty commit bumps the head SHA so PR wolfSSL#400's checks rerun against the now-existing image.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
need docker for ghcr before 400