<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Nice idea! One could call it a bit pity that you had to write this in Python rather than in Squeak itself, but it is the result tthat counts. :-)</p>
<p><br>
</p>
<p>Next up: Squeaker Hub, squeaker-compose, and integrated CI support for Squeaker images? :D</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Tony Garnock-Jones <tonyg@leastfixedpoint.com><br>
<b>Gesendet:</b> Donnerstag, 18. November 2021 09:42:23<br>
<b>An:</b> The general-purpose Squeak developers list<br>
<b>Betreff:</b> [squeak-dev] [ANN] Squeaker: Like Docker, but for Squeak. You know, for kids.</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">I found myself in need of a way to script the production of clean images
<br>
customised by some sequence of Smalltalk commands. ("Cattle, not pets.")<br>
<br>
Presto,<br>
<br>
        <a href="https://github.com/tonyg/squeaker">https://github.com/tonyg/squeaker</a><br>
<br>
 From the README (<a href="https://github.com/tonyg/squeaker#readme">https://github.com/tonyg/squeaker#readme</a>):<br>
<br>
====<br>
It's a small program that helps in automated derivation of configured <br>
Smalltalk images from some fixed base image and a collection of <br>
Smalltalk commands. It's about 500 lines of Python, so far.<br>
<br>
  - Squeakerfile.st is like Dockerfile, except it contains locations to <br>
fetch images from plus Smalltalk expressions to derive new images.<br>
<br>
  - squeaker build is like docker build. It manages a cache (in <br>
$XDG_CACHE_HOME/squeaker, usually $HOME/.cache/squeaker on Unix) of <br>
downloaded artifacts, derived images, and the stages in each derivation.<br>
<br>
  - squeaker run is like docker run. It starts a previously-downloaded <br>
or -derived image in a temporary directory. (Future: support persistent <br>
image instances, like docker does! Easy enough.)<br>
<br>
  - squeaker gc is like docker system prune, roughly. It cleans out the <br>
Squeaker cache directory, treating tags as GC roots.<br>
====<br>
<br>
Please try it out and let me know what you think!<br>
<br>
Cheers,<br>
   Tony<br>
<br>
</div>
</span></font>
</body>
</html>