Welcome to new blog setup, nothing special here just few notes about my home server set up or maybe some random thoughts
As podman is actively promoted by fedora and suse, im getting curious how to build a simple docker image with multiarch
Let use a simple Dockerfile of custom debian image
FROM debian:sid-slim
ARG USER=debian
ARG SUDOERS="$USER ALL=(ALL) NOPASSWD:ALL"
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.U...