Merge pull request #652 from genebean/suppress-boltdb-warning

Suppress Podman BoltDB deprecation warning in photon container
This commit is contained in:
Gene Liverman 2026-05-28 13:10:17 -04:00 committed by GitHub
commit 840f7b90e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ in
image = "docker.io/rtuszik/photon-docker:latest";
environment = {
REGION = "planet";
SUPPRESS_BOLTDB_WARNING = "1";
UPDATE_STRATEGY = "PARALLEL";
UPDATE_INTERVAL = "30d";
};