1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-31 03:09:44 +02:00

chore(unpacker): use APIVersion as unpacker image tag [EE-6974] (#11507)

This commit is contained in:
Prabhat Khera 2024-04-15 10:29:17 +12:00 committed by GitHub
parent 948e2bb715
commit 305a7a354a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ import (
)
const (
defaultUnpackerImage = "portainer/compose-unpacker:latest"
defaultUnpackerImage = "portainer/compose-unpacker:" + portainer.APIVersion
composeUnpackerImageEnvVar = "COMPOSE_UNPACKER_IMAGE"
composePathPrefix = "portainer-compose-unpacker"
)