:: Re: [devuan-dev] [DNG] Future of my…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Olaf Meeuwissen
Date:  
À: devuan developers internal list
CC: dng, wirelessduck
Sujet: Re: [devuan-dev] [DNG] Future of my "paddy-hack" Devuan Docker images
Hi Tom,

wirelessduck@??? writes:

> On 15 Oct 2022, at 20:01, Olaf Meeuwissen <paddy-hack@???> wrote:
>
> …
>
> While that might work, that suggestion got me thinking about ways to
> push container images to one or more of the BIG registries (Docker Hub,
> ghcr.io and quay.io, off the top of my head) and have Devuan users
> consume them from there.
>
> …
>
> Hope this helps,
> --
> Olaf Meeuwissen
>
> Have you looked at Devuan applying for the Docker-Sponsored Open Source Program?
>
> https://www.docker.com/community/open-source/application/


Boian has already mentioned that Devuan has been approved for that,
through no action on my side :-)

> This would give access to Docker Hub Automated Builds, which may also
> solve the CI issue? It looks like it will automatically build and push
> new images to docker hub when changes are committed to the source
> repository.
>
> https://docs.docker.com/docker-hub/builds/


I haven't dug into the details yet, but it seems to assume building from
a Dockerfile. For the *base* images I want to provide that is just

FROM scratch
ADD rootfs.tar.gz /
CMD ["bash"]

The building of that rootfs.tar.gz is the bulk of the work and I have no
idea how well that is supported.

Anyway, thanks for the feedback.
--
Olaf Meeuwissen