We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f776d8e commit 4d83abcCopy full SHA for 4d83abc
repo2docker/app.py
@@ -431,7 +431,12 @@ def _dry_run_changed(self, change):
431
help="""
432
Base image to use when building docker images.
433
434
- Should be an Ubuntu derivative, minimum 18.04.
+ Only images that match the following criteria are supported:
435
+ - Ubuntu based distributions, minimum 18.04
436
+ - Contains set of base packages installed with the buildpack-deps
437
+ image family: https://hub.docker.com/_/buildpack-deps
438
+
439
+ Other images *may* work, but are not officially supported.
440
""",
441
)
442
0 commit comments