Sign inSign up

abc101/debian12

By abc101

•Updated over 2 years ago

The image is raw Debian 12 created using 'debootstrap'.

Image
Developer tools
Operating systems
0

280

abc101/debian12 repository overview

Alt text

⁠Debian 12 raw image

The image is created using debootstrap in debian 12,

debootstrap bookworm <directory-name>
tar -C <directory-name> -cf debian12-raw.tar .
docker import debian12-raw.tar abc101/debian12:raw

To check the version,

docker pull abc101/debian12:raw
docker run abc101/debian12:raw cat /etc/os-release

This image cannot be used as-is because it contains only minimal system units. To use it as a functional system, install any required packages specific to your system needs.

Example:

docker run --name rawfish -it abc101/debian12:raw bash

or run it as a background process,

docker run --name rawfish -id abc101/debian12:raw bash


⁠📌 For Mac Silicon (M1, M2)

Install Rosetta first,

softwareupdate --install-rosetta

Tag summary

Content type

Image

Digest

sha256:e01388238…

Size

131.6 MB

Last updated

over 2 years ago

docker pull abc101/debian12