flameshot docker building environment.
50K+
Powerful yet simple to use screenshot software.
Docker bub repository: https://hub.docker.com/r/flameshotorg/ci-building-images
The action is triggered by workflows push paths event or the repo's dispatch event.
There're two ways to trigger docker images building,
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": "fedora-build"}' \
https://api.github.com/repos/flameshot-org/flameshot-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": "fedora-build", "client_payload": { "version": "0.33.0"}}' \
https://api.github.com/repos/flameshot-org/flameshot-dockerfiles/dispatches
Push changes on some Dockerfiles or workflow yaml files. For example, debian/buster/Dockerfile or .github/workflows/debian.yml
Content type
Image
Digest
sha256:818c07c6d…
Size
533.9 MB
Last updated
about 2 years ago
docker pull flameshotorg/ci-building-images:fedora-39