Based on the official image, only executed apt-get update.
FROM ubuntu:latest
MAINTAINER lufuhu.com
RUN apt-get update
docker buildx build --push --platform linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x --tag lufuhu/ubuntu:latest .
https://hub.docker.com/_/ubuntu
Ubuntu is a Debian-based Linux operating system based on free software.
Content type
Image
Digest
Size
50.5 MB
Last updated
over 4 years ago
docker pull lufuhu/ubuntu