Skip to content

ci: bootstrap test-deps Docker image (prep for PR #400)#402

Merged
dgarske merged 1 commit into
wolfSSL:masterfrom
aidangarske:bootstrap-test-deps-image
May 26, 2026
Merged

ci: bootstrap test-deps Docker image (prep for PR #400)#402
dgarske merged 1 commit into
wolfSSL:masterfrom
aidangarske:bootstrap-test-deps-image

Conversation

@aidangarske
Copy link
Copy Markdown
Member

@aidangarske aidangarske commented May 25, 2026

Description

need docker for ghcr before 400

…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.
Copilot AI review requested due to automatic review settings May 25, 2026 22:12
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.

This comment was marked as resolved.

@dgarske dgarske merged commit 2daab3b into wolfSSL:master May 26, 2026
371 of 372 checks passed
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants