License texts

Airlock Microgateway-related license information is included in the docker images.

License extraction from a docker image

License files are part of the images, such as the Airlock Microgateway Operator image. They can be extracted from the /usr/share/doc/ folder of temporarily created docker containers.

Example:

copy
$ id=$(docker create <your-image-name> /bin/false)
$ docker cp $id:/usr/share/doc/external_deps_licenses.tar.xz external_deps_licenses.tar.xz
$ docker rm -v $id

License-related content in container images

See the following table for a list of license-related image content.

Image

Path

Content

  • docker.io/ergon/airlock-microgateway-operator
  • docker.io/ergon/airlock-microgateway-engine
  • docker.io/ergon/airlock-microgateway-cni

/usr/share/doc

  • Documentation of base image components.
  • Documentation and licenses for Airlock Microgateway and 3rd party components.