Suppress Podman BoltDB deprecation warning in photon container

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gene Liverman 2026-05-28 11:36:08 -04:00
parent edfe81ea6b
commit 9c83c552a8
No known key found for this signature in database

View file

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