From c4cf7ab15fb711e80fceb107e3620f192d334463 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 7 Sep 2024 14:48:57 +0200 Subject: [PATCH] chore: add `packet_handler` as allowed druid directory --- internal/core/services/registry/oci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/services/registry/oci.go b/internal/core/services/registry/oci.go index cd2104c..7cd0d98 100644 --- a/internal/core/services/registry/oci.go +++ b/internal/core/services/registry/oci.go @@ -176,7 +176,7 @@ func (c *OciClient) PackFolders(fs *file.Store, dirs []string, artifactType doma // the root has to leaves, one is the real scroll (fs) and the other is meta information about the scroll func (c *OciClient) Push(folder string, repo string, tag string, annotationInfo domain.AnnotationInfo, packMeta bool) (v1.Descriptor, error) { - availableFileNames := []string{"init-files", "init-files-template", "scroll-switch", "update", "scroll.yaml"} + availableFileNames := []string{"init-files", "init-files-template", "scroll-switch", "update", "scroll.yaml", "packet_handler"} fsFileNames := []string{} //check if files exisits (file or folder) and remove from slice if not