File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ runtimeScheduler:
25
25
{{- end }}
26
26
COMPOSE_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.COMPOSE_IMAGE) | squote }}
27
27
CONTAINER_LOGGER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.CONTAINER_LOGGER_IMAGE) | squote }}
28
+ DEFAULT_QEMU_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DEFAULT_QEMU_IMAGE) | squote }}
28
29
DOCKER_BUILDER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DOCKER_BUILDER_IMAGE) | squote }}
29
30
DOCKER_PULLER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DOCKER_PULLER_IMAGE) | squote }}
30
31
DOCKER_PUSHER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DOCKER_PUSHER_IMAGE) | squote }}
Original file line number Diff line number Diff line change 43
43
METRICS_PROMETHEUS_HOST: '0.0.0.0'
44
44
METRICS_PROMETHEUS_PORT: '9100'
45
45
METRICS_PROMETHEUS_SCRAPE_TIMEOUT: '15000'
46
- TRUSTED_QEMU_IMAGES: ''
46
+ TRUSTED_QEMU_IMAGES: 'tonistiigi/binfmt '
47
47
COMPOSE_IMAGE: 'somedomain.io/codefresh/compose:tagoverride'
48
48
CONTAINER_LOGGER_IMAGE: 'somedomain.io/codefresh/cf-container-logger:tagoverride'
49
49
DOCKER_BUILDER_IMAGE: 'somedomain.io/codefresh/cf-docker-builder:tagoverride'
Original file line number Diff line number Diff line change 56
56
METRICS_PROMETHEUS_HOST: '0.0.0.0'
57
57
METRICS_PROMETHEUS_PORT: '9100'
58
58
METRICS_PROMETHEUS_SCRAPE_TIMEOUT: '15000'
59
- TRUSTED_QEMU_IMAGES: ''
59
+ TRUSTED_QEMU_IMAGES: 'tonistiigi/binfmt '
60
60
COMPOSE_IMAGE: 'quay.io/codefresh/compose:tagoverride'
61
61
CONTAINER_LOGGER_IMAGE: 'quay.io/codefresh/cf-container-logger:tagoverride'
62
62
DOCKER_BUILDER_IMAGE: 'quay.io/codefresh/cf-docker-builder:tagoverride'
You can’t perform that action at this time.
0 commit comments