github.com/cilium/cilium@v1.16.2/images/cilium-docker-plugin/.dockerignore (about)

     1  # Copyright Authors of Cilium
     2  # SPDX-License-Identifier: Apache-2.0
     3  
     4  # since this is image is built with root context, most of the files
     5  # need to be excluded for faster builds and to avoid spoiling build
     6  # cache due to unchecked files (like configs or random binaries)
     7  *
     8  
     9  # must-have toplevel files
    10  !/Makefile*
    11  !/go.sum
    12  !/go.mod
    13  !/VERSION
    14  
    15  # directories
    16  !/.git
    17  !/api
    18  !/pkg
    19  !/tools
    20  !/vendor
    21  !/plugins