Skip to content

Commit 4d83abc

Browse files
committed
Add note about what base images are supported
1 parent f776d8e commit 4d83abc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

repo2docker/app.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,12 @@ def _dry_run_changed(self, change):
431431
help="""
432432
Base image to use when building docker images.
433433
434-
Should be an Ubuntu derivative, minimum 18.04.
434+
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.
435440
""",
436441
)
437442

0 commit comments

Comments
 (0)