Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/passcod/winskopeo
Windows builds of Skopeo
https://github.com/passcod/winskopeo
Last synced: 21 days ago
JSON representation
Windows builds of Skopeo
- Host: GitHub
- URL: https://github.com/passcod/winskopeo
- Owner: passcod
- Created: 2023-07-18T10:20:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T00:14:59.000Z (6 months ago)
- Last Synced: 2024-10-04T16:26:04.578Z (about 1 month ago)
- Homepage:
- Size: 4.88 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skopeo for Windows
This builds [Skopeo](https://github.com/containers/skopeo) for Windows based on [this comment](https://github.com/containers/skopeo/issues/715#issuecomment-917412078).
It runs once a week to check for a new release, and if it finds one, automatically builds it and publishes it in the [releases tab](https://github.com/passcod/winskopeo/releases).
The release versions are the same as the upstream ones.It builds a GPGme-less version, so operations involving signatures won't work.
If you need that, please fork, make it build, and send a PR!## Usage in Github Actions
```yaml
- name: Download Skopeo
run: curl.exe -LO https://github.com/passcod/winskopeo/releases/latest/download/skopeo.exe
```