Skip to content

snakeshark21/dockerfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

493 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://hub.docker.com/u/gists/

The action is triggered by workflows push paths event or the repo's dispatch event.

Fork this repo, get your own personal access token.

POST /repos/:owner/:repo/dispatches

Trigger with curl command, example,

curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
-H "Authorization: token your-personal-token" \
--request POST \
--data '{"event_type": "frp-build"}' \
https://api.github.com/repos/vgist/dockerfiles/dispatches

or

curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
-H "Authorization: token your-personal-token" \
--request POST \
--data '{"event_type": "frp-build", "client_payload": { "version": "0.33.0"}}' \
https://api.github.com/repos/vgist/dockerfiles/dispatches

About

🐳 A collection of delicious docker recipes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.8%
  • Shell 27.2%
  • PHP 3.5%
  • HTML 2.5%