github.com/equinix-metal/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/images/Dockerfile.build (about)

     1  # TODO: generate this tag. unfortunately can't use ARG:
     2  # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
     3  # (but add a note about it here for the future)
     4  FROM mirantis/virtlet-build:v1-a41085a8556b19927a08548c91d3f1bb
     5  MAINTAINER Ivan Shvedunov <ishvedunov@mirantis.com>
     6  
     7  LABEL virtlet.image="build"
     8  
     9  RUN mkdir -p /go/src/github.com/Mirantis/virtlet
    10  WORKDIR /go/src/github.com/Mirantis/virtlet
    11  
    12  COPY image_skel /.
    13  # this conf file runs the emulator as root which is ok for
    14  # testing purposes
    15  COPY qemu-build.conf /etc/libvirt/qemu.conf