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

pull/11565/head
Prabhat Khera 7 months ago committed by GitHub
parent 948e2bb715
commit 305a7a354a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save