Skip to content

A small Perl base image to use with containerized Perl Applications

Notifications You must be signed in to change notification settings

rshingleton/alpine-perl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

alpine-perl-docker

Alpine Perl Base Image

This is an attempt to produce a small Perl base image to use with containerized Perl Applications.

The current image is based on Perl 5.36.0 and uses a multi-stage build to copy only the compiled assets to a fresh Alpine image, reducing the overall size of the image to around 65MB.

Docker Build

docker build --tag alpine-perl:latest --tag alpine-perl:5.36.0 .

Docker Hub

Docker Image Repository

Example Project

Perl Mojolicious and Vue3

About

A small Perl base image to use with containerized Perl Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published