As the title already describes. Migrate from docker.io to git.cryptic.systems for the container images. The most part is already done, but the Makefile use docker.io instead of git.cryptic.systems. The projects postfixadmin and postfixadmin-fetchmail are already adapted. Take a look into the Makefile and compare the differences with meld.
Migrate to git.cryptic.systems
Enforce podman
Add make target to push to docker-daemon
As the title already describes. Migrate from `docker.io` to `git.cryptic.systems` for the container images. The most part is already done, but the `Makefile` use `docker.io` instead of `git.cryptic.systems`. The projects [postfixadmin](https://git.cryptic.systems/volker.raschek/postfixadmin-docker/src/branch/master/Makefile) and [postfixadmin-fetchmail](https://git.cryptic.systems/volker.raschek/postfixadmin-fetchmaildocker/src/branch/master/Makefile) are already adapted. Take a look into the `Makefile` and compare the differences with `meld`.
1. Migrate to git.cryptic.systems
2. Enforce podman
3. Add make target to push to docker-daemon
volker.raschek
self-assigned this 2024-03-02 22:50:12 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As the title already describes. Migrate from
docker.iotogit.cryptic.systemsfor the container images. The most part is already done, but theMakefileusedocker.ioinstead ofgit.cryptic.systems. The projects postfixadmin and postfixadmin-fetchmail are already adapted. Take a look into theMakefileand compare the differences withmeld.