Skip to content

Docker image based in the official cURL image with envsubst included

License

Notifications You must be signed in to change notification settings

softonic/curl-envsubst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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