Skip to content

Instantly share code, notes, and snippets.

@clrxbl
clrxbl / java.sh
Last active April 28, 2024 13:22
java shim
#!/bin/bash
# java shim to execute anything java within a distroless, rootless container
# designed for podman 4, breaks with podman 3 because of different --pull syntax
# https://iptables.sh
set -euo pipefail
IMAGE="gcr.io/distroless/java21:nonroot"
# check for podman