Skip to content

Commit c4cf7ab

Browse files
committed
chore: add packet_handler as allowed druid directory
1 parent 3657b92 commit c4cf7ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/core/services/registry

internal/core/services/registry/oci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (c *OciClient) PackFolders(fs *file.Store, dirs []string, artifactType doma
176176
// the root has to leaves, one is the real scroll (fs) and the other is meta information about the scroll
177177
func (c *OciClient) Push(folder string, repo string, tag string, annotationInfo domain.AnnotationInfo, packMeta bool) (v1.Descriptor, error) {
178178

179-
availableFileNames := []string{"init-files", "init-files-template", "scroll-switch", "update", "scroll.yaml"}
179+
availableFileNames := []string{"init-files", "init-files-template", "scroll-switch", "update", "scroll.yaml", "packet_handler"}
180180
fsFileNames := []string{}
181181

182182
//check if files exisits (file or folder) and remove from slice if not

0 commit comments

Comments
 (0)