Warning: MathJax requires JavaScript to process the mathematics on this page.
If your browser supports JavaScript, be sure it is enabled.

Hi, I'm VanessaSaurus, a Software Engineer.
Building tools, containers, and cloudy things, with a penchant for Python and parsnips. -- about me

Raaawwr..!

Organizational Static Container Registry To follow up on my original post about a basic static container registry, I’ve created another model that might be more of interest to groups that don’t want to build, test, and deploy all in one place. The organizational registry!... Read more

Open Pull Requests on Branch Updates I’ve recently been thinking about how we can use GitHub actions (possibly combined with other continuous integration services) to perform more complex workflows. As a quick example, let’s say that we have some central GitHub repository that hosts a static... Read more

Proof of Concept: The Static Registry Dearest user, how do you build? It’s great that we can build using Docker Hub or Singularity Hub, but somebody has to pay for it. Singularity Hub gets amazing support from Google, but I’m painfully aware that this can’t last... Read more

Jekyll, this is the Last Comma! This is a quick solution for a problem I’ve run into countless times when I’m trying to loop through an (unspecified length) of static files for a Jekyll site, and I’m rendering some listing into a JSON list. The Problem... Read more