Skip to content

Clarify scope in README #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
docker-perl
===========

This project is the source for the Docker perl repo; for more details,
take a look at https://registry.hub.docker.com/_/perl/.
This project is the source for the [Docker Library official perl images](https://registry.hub.docker.com/_/perl/),
which builds the officially-supported perl versions ([perlpolicy](https://perldoc.perl.org/perlpolicy)) on
the officially supported Debian base images for several
architectures. These are reviewed and built by Docker Library.

The structure of this repo is to use the full version ID of each Perl
version, plus a comma separate list of extensions, followed by the
Expand Down Expand Up @@ -36,3 +38,8 @@ properly on a current base OS. In those cases, perl -V will show the
locally applied patches. These changes should be limited to Configure
rather than to code itself, and will be a cherry pick or back port of a
patch from the mainline perl branch whenever possible.

## See Also

* [Docker Library FAQ](https://github.com/docker-library/faq?tab=readme-ov-file#what-do-you-mean-by-official)
*