/tools

Primary LanguageDockerfileMIT LicenseMIT

Tools

This repository used for build dev docker container for using with Github Actions.

Example usage:

Contains

  • git
  • jq
  • curl
  • juev/rss-parser
  • juev/getpocket-collector

Local build and test

podman buildx build --platform linux/amd64 -t juev/tools -f Dockerfile
podman run -it --rm juev/tools

or

make build
make run