Skip to content

Commit

Permalink
chore: add packet_handler as allowed druid directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcStdt committed Sep 7, 2024
1 parent 3657b92 commit c4cf7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/services/registry/oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4cf7ab

Please sign in to comment.