Container images
The Airlock Microgatway container images can be obtained from our Quay.io repositories. The repositories are public, and the images can be pulled without special permissions.
Airlock Microgateway image repositories
List of images:
- Microgateway Operator – quay.io/airlock/microgateway-operator
- Microgateway Engine – quay.io/airlock/microgateway-engine
- Microgateway Session Agent – quay.io/airlock/microgateway-session-agent
Verify the image signature
The Airlock Microgateway images are signed using Cosign, which can be verified easily by running the following command.
Verifying the image signature with the cosign.pub key can be automated by a policy controller such as sigstore policy-controller, Kyverno, or Connaisseur.
Using a custom image registry
There might be reasons to pull the container images only from internal image registries, not directly from external registries like Quay.io or GitHub. To do so, follow along with this guide.
How to use your custom image registry
- Copy the Airlock Microgateway images into your custom image registry.
For example, copy a remote image from
<SRC>to<DST>while retaining the digest value running:- Terminal box
crane copy <SRC> <DST>
- Adjust the
image.repositorysetting for the Airlock Microgateway Operator Helm chart. For example: - With the adjustments, the images will be pulled from the custom image registries.
Further information and links
External links: