[ARVADOS] updated: 1.3.0-1437-g56c87b7ce

Git user git at public.curoverse.com
Fri Aug 2 18:35:07 UTC 2019


Summary of changes:
 services/api/app/controllers/arvados/v1/schema_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  56c87b7cea95bdb373fd0a195b57f2e18cc5a70d (commit)
      from  8829652bd4d963bf9371a4ca92a6fb5b9a3f0e2b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 56c87b7cea95bdb373fd0a195b57f2e18cc5a70d
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Aug 2 14:33:30 2019 -0400

    Fix discovery doc dockerImageFormats, refs #15467
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/app/controllers/arvados/v1/schema_controller.rb b/services/api/app/controllers/arvados/v1/schema_controller.rb
index 9ccd73da4..14abfae03 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,

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list