License information

Airlock Microgateway-related licenses are 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/ folder of temporarily created docker containers.

Example:

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

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

License-related content in docker images

Image

Path

Content

  • docker.io/ergon/airlock-microgateway-operator
  • docker.io/ergon/airlock-microgateway-engine
  • docker.io/ergon/airlock-microgateway-network-manager

/usr/share/doc

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

/usr/share/common-licenses

  • Common licenses for base image components.