From 7b9d619e868e888be6788a5e0a89e49dc9f41589 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sun, 20 Jun 2021 14:21:21 +0200 Subject: [PATCH 1/2] making a note about the missing latest tag #326 --- docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/README.md b/docker/README.md index 25131802..bedd4872 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,5 +1,7 @@ # PiGallery2 docker installation [![Docker build](https://github.com/bpatrik/pigallery2/workflows/docker-buildx/badge.svg)](https://github.com/bpatrik/pigallery2/actions) +## NOTE: docker tag `latest` does not work currently use its alias: `latest-debian-buster` instead until it gets fixed. + You can use [docker](https://docs.docker.com/install/) to run PiGallery2. See all available docker tags [here](https://hub.docker.com/r/bpatrik/pigallery2/tags/). available tags: - `v*` (stable): built from the a release with the same version name. From 3e33d8ab895cf532ba3d79a400478274740da981 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sun, 20 Jun 2021 14:24:28 +0200 Subject: [PATCH 2/2] Update docker-compose.yml --- docker/docker-compose/default/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose/default/docker-compose.yml b/docker/docker-compose/default/docker-compose.yml index 4f9cf145..d2e8b37e 100644 --- a/docker/docker-compose/default/docker-compose.yml +++ b/docker/docker-compose/default/docker-compose.yml @@ -14,7 +14,7 @@ services: restart: always pigallery2: - image: bpatrik/pigallery2:latest + image: bpatrik/pigallery2:latest-debian-buster # TODO: change it back to latest once relese workflow gets fixed container_name: pigallery2 environment: - NODE_ENV=production