Johannes Kastl
ojkastl_buildservice
Involved Projects and Packages
Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
What's this for?
When you need to see the output from all changed files within a directory.
Why doesn't tail -f /var/logs/* work?
Unfortunately, tail -f /logs/* may not do what you want it to do. Bash will expand * to all existing files within /logs/ and then show the extra lines added to each of them.
It also will not recurse down, any levels deeper than the current directory.
How is fstail different then?
fstail uses the gopkg.in/fsnotify to detect both new files, and existing files that are changed. It then starts concatenting their contents to the terminal.
I needed this for actuated.dev which launches microVMs on servers for CI.
Each VM launched will create a different file at: /var/log/actuated/GUID.txt, and tail -f * would only find existing files.
A fast static site generator in a single binary with everything built-in.
Firecracker is a virtualization technology for creating and managing
multi-tenant container and function-based services.
firectl is a command-line tool to run Firecracker microVMs
This project is where work on new versions for packages related to containers, like docker, runc, etc. is being done. This project contains the packages as well as the runtime dependencies. Thus, feel free to add this repo to your box and install the packages you are interested in.
Some build time dependencies are on other projects that we use on "build time", like go packages. If you are interested on knowing where each build dependency comes from, use "osc buildinfo".
Some packages here are automatically submitted to openSUSE:Factory.
Feel free to fork the packages here and send submit requests with patches/updates.
https://www.chainguard.dev/unchained/announcing-dockerfile-converter-fast-and-easy-migration-to-use-chainguard-containers
Diun is a CLI application written in Go and delivered as a single executable (and a Docker image) to receive notifications when a Docker image is updated on a Docker registry.