github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/cmd/thanosconvert/Dockerfile (about)

     1  FROM       alpine:3.14
     2  RUN        apk add --no-cache ca-certificates
     3  COPY       thanosconvert /
     4  ENTRYPOINT ["/thanosconvert"]
     5  
     6  ARG revision
     7  LABEL org.opencontainers.image.title="thanosconvert" \
     8        org.opencontainers.image.source="https://github.com/cortexproject/cortex/tree/master/tools/thanosconvert" \
     9        org.opencontainers.image.revision="${revision}"