Skip to content

Commit

Permalink
Explain what OS distro should be specified in config file
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
dimakuv committed Apr 4, 2023
1 parent 77b1f70 commit f656037
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,11 @@ in :file:`config.yaml.template`.

.. describe:: Distro

Defines Linux distribution to be used to build Gramine in. Currently tested
distros are Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, Debian 10, Debian 11
and CentOS 8. Default value is ``ubuntu:18.04``.
Defines Linux distribution to be used to build Gramine in. This distro should
match the distro underlying the application's Docker image; otherwise the
results may be unpredictable. Currently supported distros are Ubuntu 18.04,
Ubuntu 20.04, Ubuntu 21.04, Debian 10, Debian 11 and CentOS 8. Default value
is ``ubuntu:18.04``.

.. describe:: Registry

Expand Down
6 changes: 5 additions & 1 deletion config.yaml.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Specify the OS distro. Currently tested distros are
# Specify the OS distro that is used to build Gramine, i.e., the distro from where the Gramine build
# gets all tools and dependencies from. This distro should match the distro underlying the
# application's Docker image; otherwise the results may be unpredictable.
#
# Currently supported distros are:
# - ubuntu:18.04, ubuntu:20.04, ubuntu:21.04
# - debian:10, debian:11
# - centos:8
Expand Down

0 comments on commit f656037

Please sign in to comment.