James Westby
James Westby
Hi, ``` ... Temporary failure resolving 'httpredir.debian.org' ... ``` This sounds like your network had a problem resolving DNS. Assuming it's not a temporary problem then I think there might...
That Dockerfile builds fine for me, so I'm not sure what the difference would be that causes you to see an error.
Hi, Yes, we should add a bullseye build. A pull request would be welcome. https://github.com/bitnami/minideb/commit/2c4b4f0f140f6b5ff4b09def2525ecb64978ddb8 likely gives some pointers, though some things have moved around a little since then. Let...
Hi, Thanks for this. Are you referring to the code that generates the images, or the images themselves? Thanks, James
Hi, thanks for the pointer. I will look in more detail, but it sounds like they are very similar indeed. FWIW minideb isn't strictly for docker either, as it builds...
In Jessie `sysv-rc` shipped `/usr/sbin/update-rc.d`, but this is now in `init-system-helpers`, so those 3 packages could be removed in later releases. `apt` depends on `adduser`, so I'm not sure how...
Hi, In order to do this you would need to install a cron package in the container, e.g. `anacron`. You would also need to run the daemon in order to...
The base debian image says this: > Given that it is a faithful "minbase" install of Debian, this image only includes the C, C.UTF-8, and POSIX locales by default. For...
I think that linking cert-manager with trust-manager in general is going to be a very useful thing. However I think there's another issue that is important and I don't think...
> Can you describe how you think the use cases would be limited? If you just trust the current signing cert then you will have issues at rotation time. If...