Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Semi-OT: Tips for docker build/deployment with Perl env

by NERDVANA (Deacon)
on Jun 15, 2022 at 02:02 UTC ( [id://11144751]=note: print w/replies, xml ) Need Help??


in reply to Semi-OT: Tips for docker build/deployment with Perl env

In addition to the tips above, see Carton, where you declare your dependencies in the cpanfile, then pin specific module versions in the cpanfile.snapshot, and then use Carton during the Docker build to get specific versions installed. This helps you re-create a perfect matching docker container per project.
  • Comment on Re: Semi-OT: Tips for docker build/deployment with Perl env

Replies are listed 'Best First'.
Re^2: Semi-OT: Tips for docker build/deployment with Perl env
by Your Mother (Archbishop) on Jun 15, 2022 at 02:41 UTC

    Good reminder++. I played around with Carton when it first came out but never had a business need for it because of the way we did deployments but this project could be a candidate for it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11144751]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-19 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found