https://github.com/softonic/curl-envsubst
Docker image based in the official cURL image with envsubst included
https://github.com/softonic/curl-envsubst
Last synced: about 1 year ago
JSON representation
Docker image based in the official cURL image with envsubst included
- Host: GitHub
- URL: https://github.com/softonic/curl-envsubst
- Owner: softonic
- License: apache-2.0
- Created: 2024-01-11T17:02:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T11:47:59.000Z (over 1 year ago)
- Last Synced: 2025-02-14T04:51:18.540Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://microbadger.com/images/softonic/curl-envsubst "Get your own image badge on microbadger.com")
[](https://microbadger.com/images/softonic/curl-envsubst "Get your own version badge on microbadger.com")
[](https://microbadger.com/images/softonic/curl-envsubst "Get your own commit badge on microbadger.com")
[](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:
```shell
DOCKER_TAG=8.11.1 \
IMAGE_NAME=softonic/curl-envsubst:${DOCKER_TAG} \
DOCKER_REPO=softonic/curl-envsubst \
hooks/build
```