Add note about what base images are supported

pull/909/head
YuviPanda 2022-07-26 11:53:33 -07:00
rodzic f776d8efcb
commit 4d83abc2df
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -431,7 +431,12 @@ class Repo2Docker(Application):
help=""" help="""
Base image to use when building docker images. Base image to use when building docker images.
Should be an Ubuntu derivative, minimum 18.04. Only images that match the following criteria are supported:
- Ubuntu based distributions, minimum 18.04
- Contains set of base packages installed with the buildpack-deps
image family: https://hub.docker.com/_/buildpack-deps
Other images *may* work, but are not officially supported.
""", """,
) )