We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881b8c3 commit 867511fCopy full SHA for 867511f
README.md
@@ -5,9 +5,9 @@ This project is the source for the Docker perl repo; for more details,
5
take a look at https://registry.hub.docker.com/_/perl/.
6
7
The structure of this repo is to use the full version ID of each Perl
8
-version, plus a comma separate list of extensions. Every directory is
9
-expected to have at least the bit specification (32bit or 64bit), and at
10
-the moment the only other extension is threaded.
+version, plus a comma separate list of extensions, followed by the
+Debian release codename that the resulting Docker image will be based
+from.
11
12
The Docker Perl image now builds and runs in architectures other than
13
`amd64`, such as [`i386`][1] and [`arm64v8`][2]; see
0 commit comments