Commit graph

6 commits

Author SHA1 Message Date
Zak B. Elep
a96dbd55d2 Regenerate Dockerfiles to use https://www.cpan.org/src/5.0/
Sync with changes in previous commit.
2017-08-19 19:21:34 +08:00
Zak B. Elep
ccda32e166 Update maintainers in Dockerfiles
`MAINTAINER` Dockerfile directive is now deprecated (see
https://github.com/moby/moby/pull/25466) so update generate.pl to use
`LABEL` instead.  This is also a good time to add myself :)

Regenerate the Dockerfiles as well for sync.
2017-08-13 00:56:45 +08:00
Zak B. Elep
fcd5c61de4 Remove another RUN layer
We don't need `mkdir` since COPY will already make the destination path
for us.
2017-08-11 17:03:26 +08:00
Zak B. Elep
c7c75e2043 Regenerate Dockerfiles to use tagged buildpack-deps
Thanks generate.pl!
2017-08-11 17:03:26 +08:00
Zak B. Elep
cfd34ff245 Remove first RUN layer for installing curl and procps
This is unneeded now that buildpack-deps pulls these in via its own
`buildpack-deps:curl` and `buildpack-deps:scm` base images.
2017-08-11 17:03:26 +08:00
Zak B. Elep
fb70fb07da Generate Dockerfiles for new 5.22/5.24 releases
Via `generate.pl`
2017-07-28 18:46:51 +08:00