This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-07-05T07:37:58.670132Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "socket" | |
2023-07-05T07:37:58.670345Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "recvfrom" | |
2023-07-05T07:37:58.670407Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "sendto" | |
2023-07-05T07:37:58.670465Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "bind" | |
2023-07-05T07:37:58.670523Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "listen" | |
2023-07-05T07:37:58.670582Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "connect" | |
2023-07-05T07:37:58.670728Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "fcntl" | |
2023-07-05T07:37:58.670789Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "dup" | |
2023-07-05T07:37:58.670852Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "dup2" | |
2023-07-05T07:37:58.670909Z TRACE ThreadId(01) mirrord_layer::socket::hooks: hooked "getpeername" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer