Sign inSign up

joseluisq/alpine-curl:1.1

Multi-platform
Networking
Developer tools
Web servers
Index digest

sha256:45b872870b3668ad6f691c930c50665c938d36585eabc22f3ca26857f355ef4a

OS/ARCH

Compressed size

9.85 MB

Last pushed

over 3 years by joseluisq

Type

Image

Manifest digest

sha256:720e95be87caae0df957fc52b1b45570ac8d716cc8f2c5094953f8c3cc2d00b2

Image Layers

1ADD file ... in / 3.25 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=Jose Quintana <joseluisq.net> Description=Unofficial0 B
4ARG VERSION0 B
5ENV VERSION=1.1.00 B
6ARG CURL_VERSION0 B
7ENV CURL_VERSION=8.0.10 B
8RUN |2 VERSION=1.1.0 CURL_VERSION=8.0.1 /bin/sh5.88 MB
9RUN |2 VERSION=1.1.0 CURL_VERSION=8.0.1 /bin/sh1.23 KB
10COPY /cacert.pem /cacert.pem # buildkit120.31 KB
11ENV CURL_CA_BUNDLE=/cacert.pem0 B
12COPY /alpine/usr/local/lib/libcurl.so.4.8.0 /usr/lib/ # buildkit387.99 KB
13COPY /alpine/usr/local/bin/curl /usr/bin/curl # buildkit166.04 KB
14COPY /alpine/usr/local/include/curl /usr/include/curl # buildkit51.15 KB
15RUN |2 VERSION=1.1.0 CURL_VERSION=8.0.1 /bin/sh175 B
16USER curl_user0 B
17COPY entrypoint.sh /entrypoint.sh # buildkit239 B
18CMD ["curl"]0 B
19ENTRYPOINT ["/entrypoint.sh"]0 B
20LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/joseluisq/alpine-curl org.opencontainers.image.title=curl0 B

Command

ADD file:61bc44c9685b610d18bddd05d2ea1e57b4313f5f433a0a0b7e5269ec24f108b0 in /