Skip to content

Commit

Permalink
ci(compose): Expand .env with image references for mender-gateway
Browse files Browse the repository at this point in the history
Ticket: QA-804
Signed-off-by: Alf-Rune Siqveland <[email protected]>
  • Loading branch information
alfrunes committed Nov 12, 2024
1 parent 33e8976 commit ad292aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ MENDER_SERVER_REPOSITORY=mendersoftware
MENDER_SERVER_ENTERPRISE_REPOSITORY=mender-server-enterprise
MENDER_SERVER_TAG=main
MENDER_CLIENT_TAG=mender-master

# Artifacts from mender-gateway
MENDER_GATEWAY_REGISTRY=registry.mender.io
MENDER_GATEWAY_REPOSITORY=mendersoftware
MENDER_GATEWAY_TAG=master

# Artifacts from meta-mender
MENDER_GATEWAY_QEMU_REGISTRY=registry.mender.io
MENDER_GATEWAY_QEMU_REPOSITORY=mendersoftware
MENDER_GATEWAY_QEMU_TAG=mender-master

MENDER_ARTIFACT_VERSION=3.11.2

# If MENDER_LEGACY_IMAGE is defined, the image reference uses
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.mender-gateway.commercial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
# mender-gateway
#
mender-gateway:
image: registry.mender.io/mendersoftware/mender-gateway-qemu-commercial:${MENDER_CLIENT_TAG}
image: ${MENDER_GATEWAY_QEMU_REGISTRY}/${MENDER_GATEWAY_QEMU_REPOSITORY}/mender-gateway-qemu-commercial:${MENDER_GATEWAY_QEMU_TAG}
networks:
- mender
stdin_open: true
Expand Down
2 changes: 1 addition & 1 deletion extra/mtls/docker-compose.mtls-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mtls-gateway:
image: registry.mender.io/mendersoftware/mender-gateway:master
image: ${MENDER_GATEWAY_REGISTRY}/${MENDER_GATEWAY_REPOSITORY}/mender-gateway:${MENDER_GATEWAY_TAG}
networks:
- mender
volumes:
Expand Down

0 comments on commit ad292aa

Please sign in to comment.