Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

G'day Your Mother,

I, too, have just started on such a journey (for $work); it's early days, but maybe some of what I've found so far might be useful. Upfront, I should say that I'm using Debian with a Docker engine installed which I'm accessing via GitLab CI/CD: this may be sufficiently different from Mac with Docker Desktop (which I don't know about) that my help is not helpful — let me know.

Here's some links:

I posted "Perl images for GitLab CI" last month. Some of the information there may be useful.

Something I did find was that images named perl:5.xx gave the latest subversion; e.g. perl:5.16 gave v5.16.3. Mostly, the subversions are backwardly compatible with earlier subversions of the same Perl5 version, so this is fine. I manually went through all of the perldelta* pages for versions from v5.16.0 to v5.36.0 and found three exceptions to this. In addition to all the images from perl:5.16 to perl:5.36 inclusive, I also used the images perl:5.22.0, perl:5.24.0 and perl:5.28.1 to cover the exceptions. I'll leave doing something similar for v5.8 to v5.14 as an exercise for your good self.

I'll wait to see if any of that is actually useful before attempting to offer further advice.

By the way, I wondered what the hell was going on with "...duck" as a tooltip for GUI; then I noticed an earlier instance of GUI with a different tooltip — very clever. :-)

— Ken


In reply to Re: Semi-OT: Tips for docker build/deployment with Perl env by kcott
in thread Semi-OT: Tips for docker build/deployment with Perl env by Your Mother

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-24 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found