Skip to content

Draft: Add an offline container registry for Offline Environment (Airgapped) testing

John McDonnell requested to merge jmd-add-offline-container-registry into master

What does this MR do and why?

Part of Identify mechanism to allow 'offline container ... (#700)

Adds a new Component::Registry which will use https://docs.docker.com/registry/ as base for hosting a container registry which can be added to an offline network.
Paired with some changes to the runner tests in Draft: Adding ENV to allow customizing where do... (gitlab!107206 - closed) we should expose the ability to defined a custom location to host docker containers which in this case, will allow for an offline registry.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports