Ubuntu base image for your awesome images.
3.0K
Ubuntu base image for your awesome images.
See https://ubuntu.com/legal/intellectual-property-policy
It's just free. (Public Domain)
See https://github.com/yidigun/ubuntu-base
linux/amd64linux/arm6420.04, focal-20240530, focal22.04, jammy-20240808, jammy (amd64 only)24.04, noble-20240801, noble, latest, rolling24.10, oracular-20240811.1, oracular, develThis image is a base image with basic tools for runtime debugging. And set default locale (en_US.UTF-8) and time zone (UTC) setup.
docker run --rm -it yidigun/ubuntu-base:24.04
FROM docker.io/yidigun/ubuntu-base:24.04
To change locale or timezone use following codes.
ARG LANG=en_US.UTF-8
ARG TZ=UTC
ENV LANG=$LANG
ENV TZ=$TZ
RUN locale-gen $LANG && \
update-locale LANG=$LANG && \
[ -n "$TZ" -a -f /usr/share/zoneinfo/$TZ ] && \
ln -sf /usr/share/zoneinfo/$TZ /etc/localtime
Content type
Image
Digest
sha256:82827e975…
Size
75.3 MB
Last updated
about 2 years ago
docker pull yidigun/ubuntu-base