Commit graph

17 commits

Author SHA1 Message Date
Agus Lopez
d51c99e705
Use sh instead of bash for heredocs 2024-05-28 12:08:01 +02:00
Agus Lopez
1f6313d21c
Don't use QEMU
https://docs.docker.com/build/ci/github-actions/multi-platform/
2024-05-23 19:08:21 +02:00
Agus Lopez
a62db6fa16
Use heredoc in Dockerfile
https://docs.docker.com/reference/dockerfile/#here-documents
2024-05-23 18:38:07 +02:00
Agus Lopez
b7dbfc004b
Fix generation of unknown image
https://docs.docker.com/build/attestations/slsa-provenance/
https://github.com/docker/build-push-action?tab=readme-ov-file#customizing
2024-05-23 18:37:35 +02:00
Agus Lopez
e1952e1ae5
Build pull requests that affect GitHub Actions 2024-05-23 17:53:01 +02:00
Agus Lopez
461af595c7
Simplify metadata generation
https://github.com/docker/metadata-action?tab=readme-ov-file#latest-tag
2024-05-23 17:27:33 +02:00
Agus Lopez
be2232309f
Place files to copy inside a subdirectory 2024-03-23 13:33:23 +01:00
Agus Lopez
c09ff213ec
Fix error message: Node.js 16 actions are deprecated
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2024-03-17 04:33:36 +01:00
Agus Lopez
c5af2774e9
Use HTTP for healthcheck command 2024-02-04 13:36:43 +01:00
Agus Lopez
b7f1755fa2
Migrate container from Alpine to Debian 2024-02-01 15:59:48 +01:00
Agus Lopez
73d97088ce
Push PR containers to GitHub's registry for testing
https://docs.github.com/en/actions/learn-github-actions/expressions#example
2023-11-28 11:51:00 +01:00
Agus Lopez
5094434e93
Run container as tor user 2023-11-01 13:32:43 +01:00
Agus Lopez
73e36eaadb
Add README file 2023-11-01 13:28:30 +01:00
Agus Lopez
fe2254e6ef
Add LICENSE 2023-11-01 13:23:39 +01:00
Agus Lopez
b5eaf23ab7
Add GitHub Actions files 2023-11-01 13:23:38 +01:00
Agus Lopez
491544f99f
Add docker-compose.yml file 2023-11-01 12:54:31 +01:00
Agus Lopez
ef23b074d0
Add Dockerfile and configuration files for Tor
Add Dockerfile to build a container running Tor as SOCKS proxy that
tunnels requests through the Tor network.

https://www.torproject.org/
2023-11-01 12:54:24 +01:00