We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1ed5d commit bc0cf53Copy full SHA for bc0cf53
tests/config-files/dot-buildrunner.yaml
@@ -32,3 +32,7 @@ caches-root: ~/.buildrunner/caches
32
# buildrunner scripts
33
env:
34
GLOBAL_VAR1: 'value1'
35
+
36
+# The 'docker-registry' global configuration specifies the default docker registry
37
+# Use the AWS public ECR as it has higher rate limits than Docker Hub
38
+docker-registry: public.ecr.aws/docker/library
0 commit comments