Skip to content

Fix Docker warnings#33

Merged
ab295382 merged 2 commits into
mainfrom
bugfix/32/docker-warnings
Oct 1, 2025
Merged

Fix Docker warnings#33
ab295382 merged 2 commits into
mainfrom
bugfix/32/docker-warnings

Conversation

@gchqdev227

Copy link
Copy Markdown
Member

Fixes #32.

Although the tests were technically running fine on all architectures, the use of an old Mock resource image led to Docker emitting warnings about mismatched architectures, which cluttered up the expected debugging output and failed tests on architectures that didn't match. This PR:

  • Upgrades the mock resource image (and specifies a stronger tag)
  • Makes this image tag a global variable that CI will extract from the Python to avoid them falling out of sync in future.
  • Updated the tests to account for new environment variables present in the new resource container.

@gchqdev227 gchqdev227 requested a review from ab295382 October 1, 2025 10:39
@gchqdev227 gchqdev227 self-assigned this Oct 1, 2025
@ab295382 ab295382 merged commit 111324c into main Oct 1, 2025
9 checks passed
@ab295382 ab295382 deleted the bugfix/32/docker-warnings branch October 1, 2025 11:51
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.

Tests are failing due to old Mock Resource image

2 participants