Exclude broken maintenance-worker docker image
Created by: Tirokk
Authored by roschaefer Merged
The Dockerfile is still using apk
instead of apt-get
(Debian slim).
So that's why our build server never successfully pushed the
maintenance-worker
image.
Building the docker image simply broke on that day and none of us noticed. Apparently nobody tried to do the backup from within the docker container.
🍰 Pullrequest
Issues
- None
Todo
-
Maybe we want to delete that Dockerfile altogether? Devops, your opinion @Tirokk @mattwr18 ?