minideb VS docker-debian-artifacts

Compare minideb vs docker-debian-artifacts and see what are their differences.

minideb

A small image based on Debian designed for use in containers (by bitnami)

docker-debian-artifacts

Official builds of debuerreotype-generated Debian tarballs for use in Docker (by debuerreotype)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
minideb docker-debian-artifacts
6 5
1,972 286
0.8% -1.0%
6.4 0.0
2 days ago 11 days ago
Shell Shell
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minideb

Posts with mentions or reviews of minideb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-27.
  • Setting up a packaging environment for Alpine Linux (introducing alpkg)
    4 projects | news.ycombinator.com | 27 Mar 2023
    postgres:15-bullseye 2bb008a38e7c 379MB

    [1] https://github.com/bitnami/minideb

    However, it is sometimes a good idea to benchmark the speed of different images, as sometimes a significant speed loss is possible.

  • I deleted 78% of my Redis container and it still works
    14 projects | news.ycombinator.com | 16 Jul 2022
    as is stated initially, that goes back to how bitnami is building its Docker images, basing on a set of debian packages (minideb) - there's also a shell library/framework embedded that does useful things, but that makes you read more code when you go check how the sausage is made. That minideb is the basis for the higher CVE count compared to scratch or alpine images.

    > it’s a well-kept secret that no one wants to talk about

    the maintainer side most casual docker image users aren't aware of I'd rephrase, but bitnami at least documents the issue

    https://github.com/bitnami/minideb#security

    https://docs.bitnami.com/kubernetes/open-cve-policy/

  • Minideb: A small image based on Debian designed for use in containers
    1 project | news.ycombinator.com | 5 Jun 2021
  • Minimal base images roundup
    3 projects | /r/kubernetes | 21 Feb 2021
    Ah, yeah it's a little more confusing because it's using the debootstrap tool (https://wiki.debian.org/Debootstrap) to build the container image filesystem. You can see all the gory logic here: https://github.com/bitnami/minideb/blob/master/buildone and https://github.com/bitnami/minideb/blob/master/mkimage It's a bunch of shell scripting that's not really meant to be interpreted by anyone that isn't a debian expert though, so don't feel bad if it looks really confusing. I think the overall thing is that minideb installs the absolute bare minimum system with debootstrap and even strips out a few essential packages like trusted SSL CAs, etc. If you need anything (including those essential packages) you're meant to just install_packages install them--it's all using the same apt sources and packages as debian.
  • Microsoft repo installed on all Raspberry Pi’s
    14 projects | /r/linux | 3 Feb 2021
    Do you know why this is? Because it's part of the base file system. Here is a line from the build script for minideb (basically the smallest image needed to run a container): https://github.com/bitnami/minideb/blob/e4f37e8a5d271d93b79c3f4caa49c4ceb95d8eec/mkimage#L52

docker-debian-artifacts

Posts with mentions or reviews of docker-debian-artifacts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-27.
  • Setting up a packaging environment for Alpine Linux (introducing alpkg)
    4 projects | news.ycombinator.com | 27 Mar 2023
    What's different between debian:bullseye-slim and debian:bullsye (assuming you are talking about https://hub.docker.com/_/debian)

    let me try to answer/research this question myself to find the answer/go on this journey:

    takes me to

    non slim: https://github.com/debuerreotype/docker-debian-artifacts/tre...

    slim: https://github.com/debuerreotype/docker-debian-artifacts/tre...

    https://github.com/debuerreotype/docker-debian-artifacts/blo... versus https://github.com/debuerreotype/docker-debian-artifacts/blo...

    two files are identical

    so at a quick glance i have no clue what is going into rootfs.tar.xz that makes one slim and one not

    go to google:

    https://stackoverflow.com/questions/59794891/how-does-debian...

  • Are there some sort of "jails images" one can pull to quickly setup popular software stacks?
    8 projects | /r/freebsd | 6 Mar 2023
    "just using an elixir docker image": [elixir](https://github.com/erlef/docker-elixir/blob/b108e93389b820554ad9f1e8e07001ed8186d230/1.14/Dockerfile) FROM [erlang:25](https://github.com/erlang/docker-erlang-otp/blob/3e60071a7f14aefe202b602aec0893678d0a0069/25/Dockerfile) FROM [buildpack-deps:bullseye](https://github.com/docker-library/buildpack-deps/blob/65d69325ad741cea6dee20781c1faaab2e003d87/debian/bullseye/Dockerfile) FROM [buildpack-deps:bullseye-curl](https://github.com/docker-library/buildpack-deps/blob/98a5ab81d47a106c458cdf90733df0ee8beea06c/debian/bullseye/curl/Dockerfile) FROM [debian:bullseye](https://github.com/debuerreotype/docker-debian-artifacts/blob/fe5738569aad49a97cf73183a8a6b2732fe57840/bullseye/Dockerfile). wtf is even running on that thing?
  • What's meaning of ADD file: <hash code>
    1 project | /r/docker | 20 Aug 2022
    FROM scratch ADD rootfs.tar.xz / CMD ["bash"] https://github.com/debuerreotype/docker-debian-artifacts/blob/686d9f6eaada08a754bc7abf6f6184c65c5b378f/bullseye/slim/Dockerfile
  • Getting permission error
    3 projects | /r/docker | 29 Sep 2021
    Is it the 64 vs 32 bit time calls possibly? Like this: https://github.com/debuerreotype/docker-debian-artifacts/issues/106 What happens if you run the date command from inside the container?
  • Isolamento de aplicações: Docker
    3 projects | dev.to | 19 Jun 2021

What are some alternatives?

When comparing minideb and docker-debian-artifacts you can also consider the following projects:

Lean and Mean Docker containers - Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

docker-papermerge

stego-toolkit - Collection of steganography tools - helps with CTF challenges

jectl - Jail Environments tool

graylog-docker - Official Graylog Docker image

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

bitnami-docker-drupal - Bitnami Docker Image for Drupal

home - There's no place like it

pi-gen - Tool used to create the official Raspberry Pi OS images

Nginx - An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html

SSDB - SSDB - A fast NoSQL database, an alternative to Redis

bastille - Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.