linuxserver / docker-ci

Container for running basic sanity checks on containers post build and before upload
GNU General Public License v3.0
5 stars 6 forks source link

Add option for multiple warning texts #25

Closed GilbN closed 1 year ago

GilbN commented 1 year ago

Adds

Changes

https://gilbnlsio2.s3.us-east-1.amazonaws.com/linuxserver/lidarr/latest/index.html

https://gilbnlsio2.s3.us-east-1.amazonaws.com/linuxserver/papermerge/v2.0.1-ls60/index.html

image

aptalca commented 1 year ago

When you get a chance, can you also make sure that it does a docker pull for the tester image before use? Currently it just does a docker create/run and it uses the local image on the builder even after we push an update to the tester image.

Thanks