mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
chore(unpacker): use APIVersion as unpacker image tag [EE-6974] (#11507)
This commit is contained in:
parent
948e2bb715
commit
305a7a354a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue