Sign inSign up

lufuhu/ubuntu

By lufuhu

Updated over 4 years ago

forked from https://hub.docker.com/_/ubuntu

Image
0

266

lufuhu/ubuntu repository overview

Ubuntu

Based on the official image, only executed apt-get update.

Dockerfile

FROM ubuntu:latest
MAINTAINER lufuhu.com
RUN apt-get update

Multi Architecture Docker Build

docker buildx build --push --platform linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x --tag lufuhu/ubuntu:latest .

The official image

https://hub.docker.com/_/ubuntu

Ubuntu is a Debian-based Linux operating system based on free software.

Tag summary

Content type

Image

Digest

Size

50.5 MB

Last updated

over 4 years ago

docker pull lufuhu/ubuntu