Skip to content

v0.0.12

Compare
Choose a tag to compare
@legobeat legobeat released this 20 Jul 04:47
· 155 commits to main since this release
b775f73

Summary

  • Entrypoint image is now named localhost/l7/dev-shell
    • build is now more modular and independent Containerfiles have been broken out for:
      • localhost/l7/hub
      • localhost/l7/nvim
      • localhost/l7/podman-remote
  • Enabled a couple of nifty zsh plugins
  • Minor proxy and dns fixes
  • Network security fix: Outbound routing is now properly disabled for internal networks

Updating

Update instructions

$ git remote update
$ git checkout v0.0.12
$ make images
$ podman compose down && podman compose up --force-recreate
Published images

Evaluation/testing prebuilds

👉 For production use, please build your own images rather than using these.

$ podman pull ghcr.io/legobeat/l7-devenv/alpine:v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/caddy:v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/dnsmasq:v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/dev-shell:v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/auth-proxy:v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/node:20-v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/lsp/typescript:v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/apt-cacher-ng:v0.0.12
$ podman pull ghcr.io/legobeat/l7-devenv/gpg-vault:v0.0.12