From 56c87b7cea95bdb373fd0a195b57f2e18cc5a70d Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 2 Aug 2019 14:33:30 -0400 Subject: [PATCH] Fix discovery doc dockerImageFormats, refs #15467 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- services/api/app/controllers/arvados/v1/schema_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/app/controllers/arvados/v1/schema_controller.rb b/services/api/app/controllers/arvados/v1/schema_controller.rb index 9ccd73da4d..14abfae039 100644 --- a/services/api/app/controllers/arvados/v1/schema_controller.rb +++ b/services/api/app/controllers/arvados/v1/schema_controller.rb @@ -53,7 +53,7 @@ class Arvados::V1::SchemaController < ApplicationController blobSignatureTtl: Rails.configuration.Collections.BlobSigningTTL, maxRequestSize: Rails.configuration.API.MaxRequestSize, maxItemsPerResponse: Rails.configuration.API.MaxItemsPerResponse, - dockerImageFormats: Rails.configuration.Containers.SupportedDockerImageFormats, + dockerImageFormats: Rails.configuration.Containers.SupportedDockerImageFormats.keys, crunchLogBytesPerEvent: Rails.configuration.Containers.Logging.LogBytesPerEvent, crunchLogSecondsBetweenEvents: Rails.configuration.Containers.Logging.LogSecondsBetweenEvents, crunchLogThrottlePeriod: Rails.configuration.Containers.Logging.LogThrottlePeriod, -- 2.30.2