github.com/kubeshop/testkube@v1.17.23/contrib/executor/curl/build/agent/Dockerfile (about) 1 # syntax=docker/dockerfile:1 2 3 # This version of curl built with the following configure options 4 # --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2 --with-nghttp2=/usr \ 5 # --prefix=/usr/local --with-gssapi 6 7 FROM curlimages/curl 8 COPY curl /bin/runner 9 WORKDIR /root/ 10 USER 1001 11 ENTRYPOINT ["/bin/runner"]