Sign inSign up

joseluisq/alpine-curl:1

Multi-platform
Networking
Developer tools
Web servers
Index digest

sha256:04fa90a8df2e651b51dc44dd8fd0d0e565850d8d4bff504fd01a6a9b5ffd0e6c

OS/ARCH

Compressed size

7.24 MB

Last pushed

about 3 years by joseluisq

Type

Image

Manifest digest

sha256:43e9dcc6fefcaf62661b4e8e8600c8826820dc6412887344bc81c2078f0e3275

Image Layers

1ADD file ... in / 3.24 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=Jose Quintana <joseluisq.net> Description=Unofficial0 B
4ARG VERSION0 B
5ENV VERSION=1.2.00 B
6ARG CURL_VERSION0 B
7ENV CURL_VERSION=8.2.00 B
8RUN |2 VERSION=1.2.0 CURL_VERSION=8.2.0 /bin/sh3.33 MB
9RUN |2 VERSION=1.2.0 CURL_VERSION=8.2.0 /bin/sh1.22 KB
10COPY /cacert.pem /cacert.pem # buildkit119.89 KB
11ENV CURL_CA_BUNDLE=/cacert.pem0 B
12RUN |2 VERSION=1.2.0 CURL_VERSION=8.2.0 /bin/sh32 B
13COPY /alpine/usr/local/lib/libcurl.so.4.8.0 /usr/lib/ # buildkit350.74 KB
14COPY /alpine/usr/local/bin/curl /usr/bin/curl # buildkit163.3 KB
15COPY /alpine/usr/local/include/curl /usr/include/curl # buildkit51.29 KB
16RUN |2 VERSION=1.2.0 CURL_VERSION=8.2.0 /bin/sh170 B
17USER curl_user0 B
18COPY entrypoint.sh /entrypoint.sh # buildkit233 B
19CMD ["curl"]0 B
20ENTRYPOINT ["/entrypoint.sh"]0 B
21LABEL 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:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /