CCF/docker
Julien Maffre 438218e4b2
Ansible playbook simplification around SGX drivers (#2868)
2021-08-05 17:06:54 +01:00
..
README.md Ansible playbook simplification around SGX drivers (#2868) 2021-08-05 17:06:54 +01:00
app_ci Ansible playbook simplification around SGX drivers (#2868) 2021-08-05 17:06:54 +01:00
app_run Ansible playbook simplification around SGX drivers (#2868) 2021-08-05 17:06:54 +01:00
ccf_ci Upgrade base images and playbooks to Ubuntu 20.04 (focal) (#2819) 2021-07-20 16:08:06 +01:00

README.md

Docker images for CCF

  • app_run: Builds the image containing all runtime dependencies for CCF, as well as the latest release of CCF (as per https://github.com/microsoft/CCF/releases/latest). To be used by CCF operators.
  • app_ci: Builds the image containing all build dependencies for CCF applications. To be used by CCF application developers.
  • ccf_ci: Builds the image containing all build dependencies for CCF itself. To be used by CCF contributors. It is also used by CCF Continuous Integration pipeline.

To build a given image, run:

$ cd CCF/
$ docker build -t <tag> -f docker/<app_run|app_ci|ccf_ci> .