Introducing our new CEO Don Johnson - Read More

adelielinux/adelie

Sponsored OSS

By Adélie Linux

Updated about 2 months ago

The official Adélie Linux Docker images.

Image
Operating Systems
Security
Web Servers
1

1.1K

polyguin

Adélie is an independent Linux distribution committed to integrity, privacy, and user freedom.

Focused on providing a reliable Linux platform based on musl libc, Adélie finds itself used by software professionals, content creators, businesses, web surfers, as well as in data centers.

Please refer to our FAQ page and Quick Start Guide for more information.

Supported Architectures

  • linux/arm64/v8 (64-bit ARM, aarch64)
  • linux/arm/v7 (32-bit ARM, armv7)
  • linux/ppc64 (64-bit POWER, ppc64)
  • linux/ppc (32-bit PowerPC, ppc)
  • linux/amd64 (64-bit x86, x86_64)
  • linux/386 (32-bit x86, pmmx)

Usage

FROM adelielinux/adelie:1.0-beta6
RUN apk add ...
ENTRYPOINT [ ... ]
$ docker run --rm -it adelielinux/adelie:1.0-beta6
#

Further Reading

Our images are not "built"; we do a direct import of our officially-released rootfs tarball media:

$ docker history --format json adelielinux/adelie | jq
{
  "Comment": "Imported from https://distfiles.adelielinux.org/adelie/1.0-beta6/iso/adelie-rootfs-mini-x86_64-1.0-beta6-20241214.txz",
  "CreatedAt": "2024-12-15T19:20:16-06:00",
  "CreatedBy": "",
  "CreatedSince": "3 hours ago",
  "ID": "5fab6f415d24",
  "Size": "40.8MB"
}

Docker Pull Command

docker pull adelielinux/adelie