Sign inSign up

joseluisq/alpine-curl:1.1.0

Multi-platform
Networking
Developer tools
Web servers
Index digest

sha256:45b872870b3668ad6f691c930c50665c938d36585eabc22f3ca26857f355ef4a

OS/ARCH

Compressed size

9.3 MB

Last pushed

over 3 years by joseluisq

Type

Image

Manifest digest

sha256:9e034ec09c12d621401d8c473699308a78fa0fcba07745149cf6fd40f69bfd01

Image Layers

1ADD file ... in / 2.97 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.7 MB
9RUN |2 VERSION=1.1.0 CURL_VERSION=8.0.1 /bin/sh1.24 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/ # buildkit323 KB
13COPY /alpine/usr/local/bin/curl /usr/bin/curl # buildkit155.88 KB
14COPY /alpine/usr/local/include/curl /usr/include/curl # buildkit51.14 KB
15RUN |2 VERSION=1.1.0 CURL_VERSION=8.0.1 /bin/sh174 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:2dd294d20c0b500c8fed6b410b059429b36f51cd48a45eaf7a06ecbef9e2a3bb in /