-
Notifications
You must be signed in to change notification settings - Fork 79
/
.env
26 lines (22 loc) · 922 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
MENDER_SERVER_REGISTRY=docker.io
MENDER_SERVER_ENTERPRISE_REGISTRY=registry.mender.io
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
# the legacy format:
# * For enterprise, some images have their -enterprise suffix appended
# * Workflows worker uses the legacy workflows-worker image
# This will only work if MENDER_TAG < mender-3.7 and
# MENDER_ENTERPRISE_REPOSITORY=mendersoftware
# MENDER_LEGACY_IMAGE="true"