Skip to content

Commit

Permalink
feat: add reproducible-containers/diffoci (#19964)
Browse files Browse the repository at this point in the history
[reproducible-containers/diffoci](https://github.com/reproducible-containers/diffoci): diff for Docker and OCI container images
  • Loading branch information
ponkio-o committed Feb 14, 2024
1 parent 350feb7 commit 07c99d3
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/reproducible-containers/diffoci/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: reproducible-containers/diffoci@v0.1.4
- name: reproducible-containers/diffoci
version: v0.1.2
29 changes: 29 additions & 0 deletions pkgs/reproducible-containers/diffoci/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
packages:
- type: github_release
repo_owner: reproducible-containers
repo_name: diffoci
description: diff for Docker and OCI container images
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.1.2")
asset: diffoci-{{.Version}}.{{.OS}}-{{.Arch}}
format: raw
checksum:
type: github_release
asset: SHA256SUMS
algorithm: sha256
supported_envs:
- linux
- darwin
- version_constraint: Version == "v0.1.3"
no_asset: true
- version_constraint: "true"
asset: diffoci-{{.Version}}.{{.OS}}-{{.Arch}}
format: raw
checksum:
type: github_release
asset: SHA256SUMS
algorithm: sha256
supported_envs:
- linux
- darwin
28 changes: 28 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07c99d3

Please sign in to comment.