12033: Merge branch 'master' into 12033-multisite-search
[arvados.git] / tools / arvbox / lib / arvbox / docker / api-setup.sh
index c5eaf18dc51210b758c03a54ec41a0027cb0e9a6..14b4ac29981afaf8fb843b1267efcb3bcd771659 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 exec 2>&1
 set -ex -o pipefail
@@ -56,6 +59,7 @@ development:
   auto_setup_new_users_with_vm_uuid: $vm_uuid
   auto_setup_new_users_with_repository: true
   default_collection_replication: 1
+  docker_image_formats: ["v1"]
 EOF
 
 (cd config && /usr/local/lib/arvbox/application_yml_override.py)