docker-hurl (latest)
				
				
					Published 2025-11-03 18:19:46 +00:00  by murdoc
				
			
		Installation
docker pull git.bueraner.de/murdoc/docker-hurl:latestsha256:f75db6c57eb8133cd4a33cbc7bb51365b3021dbc7af6b14502c9d490e6d0395eAbout this package
			Hurl is a command line tool that runs HTTP requests defined in a simple plain text format
		
	
	
		Image layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit | 
| CMD ["/bin/sh"] | 
| ARG docker_build_date=2025-07-31 11-15-16 | 
| ARG docker_build_tag=7.0.0 | 
| LABEL org.opencontainers.image.source=https://github.com/Orange-OpenSource/hurl | 
| LABEL org.opencontainers.image.description=Hurl is a command line tool that runs HTTP requests defined in a simple plain text format | 
| LABEL org.opencontainers.image.licenses=Apache-2.0 | 
| LABEL com.orange.hurl.created=2025-07-31 11-15-16 | 
| LABEL com.orange.hurl.authors=Fabrice REIX, Jean Christophe AMIEL, Orange-OpenSource | 
| LABEL com.orange.hurl.url=https://hurl.dev | 
| LABEL com.orange.hurl.documentation=https://hurl.dev | 
| LABEL com.orange.hurl.source=https://github.com/Orange-OpenSource/hurl | 
| LABEL com.orange.hurl.version=7.0.0 | 
| LABEL com.orange.hurl.vendor=Orange-OpenSource | 
| LABEL com.orange.hurl.licenses=Apache-2.0 | 
| LABEL com.orange.hurl.title=Hurl | 
| LABEL com.orange.hurl.description=Hurl is a command line tool that runs HTTP requests defined in a simple plain text format | 
| LABEL com.orange.hurl.base.name=alpine:3.21 | 
| COPY /tmp/hurl-docker/target/release/hurl /usr/bin/ # buildkit | 
| COPY /tmp/hurl-docker/target/release/hurlfmt /usr/bin/ # buildkit | 
| COPY /usr/lib/libcurl.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libcares.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libpsl.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libzstd.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libunistring.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libnghttp2.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libbrotli*.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libxml2.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libgcc_s.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/liblzma.so.* /usr/lib/ # buildkit | 
| COPY /usr/lib/libidn2.so.* /usr/lib/ # buildkit | 
| ENTRYPOINT ["/usr/bin/hurl"] | 
| LABEL org.opencontainers.image.authors=murdoc@storm-clan.de org.label-schema.name=hurl proxy image org.label-schema.vendor=murdoc org.label-schema.schema-version=1.8.0 | 
| SHELL [/bin/bash -o pipefail -c] | 
Labels
| Key | Value | 
|---|---|
| com.orange.hurl.authors | Fabrice REIX, Jean Christophe AMIEL, Orange-OpenSource | 
| com.orange.hurl.base.name | alpine:3.21 | 
| com.orange.hurl.created | 2025-07-31 11-15-16 | 
| com.orange.hurl.description | Hurl is a command line tool that runs HTTP requests defined in a simple plain text format | 
| com.orange.hurl.documentation | https://hurl.dev | 
| com.orange.hurl.licenses | Apache-2.0 | 
| com.orange.hurl.source | https://github.com/Orange-OpenSource/hurl | 
| com.orange.hurl.title | Hurl | 
| com.orange.hurl.url | https://hurl.dev | 
| com.orange.hurl.vendor | Orange-OpenSource | 
| com.orange.hurl.version | 7.0.0 | 
| org.label-schema.name | hurl proxy image | 
| org.label-schema.schema-version | 1.8.0 | 
| org.label-schema.vendor | murdoc | 
| org.opencontainers.image.authors | murdoc@storm-clan.de | 
| org.opencontainers.image.description | Hurl is a command line tool that runs HTTP requests defined in a simple plain text format | 
| org.opencontainers.image.licenses | Apache-2.0 | 
| org.opencontainers.image.source | https://github.com/Orange-OpenSource/hurl |