Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.01 KB

Software License

cURL-envsubst

Docker image based on official cURL docker image, adding envsubst command for execute placeholders substitution when executing cURL commands.

Build

It should be auto-built based in the repo tags, but you can do the same manually executing the next command:

DOCKER_TAG=8.5.0 \
IMAGE_NAME=softonic/curl-envsubst:8.5.0 \
DOCKER_REPO=softonic/curl-envsubst \
  hooks/build