forked from CloudSnorkel/standalone-soci-indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync forks #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Sync forks #3
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
09a4f20
chore: Typo
kichik ec4bdd8
fix: Parsing error with images like `datadog/agent`
kichik 3abfafb
feat: Support multi-arch images
kichik d1fa23f
chore: Update dependencies (#6)
kichik 9c68e1d
feat: Allow overriding temporary directory with $TMPDIR env var (#7)
catkins 7dd9781
chore: Upgrade x/net to fix security vulnerabilities
kichik 442ce55
fix: Do not log auth token
kichik aa94b79
Bump golang.org/x/net from 0.33.0 to 0.36.0 (#9)
dependabot[bot] 4a2e602
chore: Bump github.com/containerd/containerd from 1.7.20 to 1.7.27 (#10)
dependabot[bot] 848c435
chore: Upgrade to goreleaser v2 (#11)
kichik da61d38
chore: Upgrade to aws-sdk-go-v2
kichik 95b3113
feat: Build SOCI v2 indexes
kichik 32dbb11
chore: Fix newlines
kichik 620dd01
feat: Add --new-tag flag to override tag for immutable registries (#15)
smoehrle d43fb40
feat: Allow using multiple tags
kichik 0d3b6bd
chore: Fix release history 🤞
kichik 682e0ec
fix: Apply new tags even if no index is created because the image is …
smoehrle a75ae6f
chore: Use apt update & update actions
kichik bb99736
chore: Bump github.com/containerd/containerd from 1.7.27 to 1.7.29 (#18)
dependabot[bot] e1c7604
chore: Go 1.25 + update dependencies (#19)
kichik 8e7e875
chore: Bump github.com/opencontainers/selinux from 1.12.0 to 1.13.0 (…
dependabot[bot] 7570cfb
resolve conflicts
Ayushi1296 85dbd12
Apply suggestion from @Ayushi1296
Ayushi1296 92493fb
missed conflicts
Ayushi1296 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| * text=auto eol=lf | ||
| *.go eol=lf | ||
| *.md eol=lf | ||
| *.yml eol=lf | ||
| *.yaml eol=lf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,70 +1,91 @@ | ||
| module github.com/sofatutor/standalone-soci-indexer | ||
|
|
||
| go 1.21 | ||
|
|
||
| toolchain go1.22.2 | ||
| go 1.25 | ||
|
|
||
| require ( | ||
| github.com/aws/aws-sdk-go v1.51.26 | ||
| github.com/awslabs/soci-snapshotter v0.6.0 | ||
| github.com/containerd/containerd v1.7.15 | ||
| github.com/opencontainers/image-spec v1.1.0 | ||
| github.com/rs/zerolog v1.32.0 | ||
| github.com/spf13/cobra v1.8.0 | ||
| oras.land/oras-go/v2 v2.5.0 | ||
| github.com/aws/aws-sdk-go-v2 v1.39.6 | ||
| github.com/aws/aws-sdk-go-v2/config v1.31.17 | ||
| github.com/aws/aws-sdk-go-v2/service/ecr v1.51.2 | ||
| github.com/awslabs/soci-snapshotter v0.11.1 | ||
| github.com/containerd/containerd v1.7.29 | ||
| github.com/novln/docker-parser v1.0.0 | ||
| github.com/opencontainers/image-spec v1.1.1 | ||
| github.com/rs/zerolog v1.34.0 | ||
| github.com/spf13/cobra v1.10.1 | ||
| oras.land/oras-go/v2 v2.6.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect | ||
| github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect | ||
| cyphar.com/go-pathrs v0.2.1 // indirect | ||
| github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect | ||
| github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20250520111509-a70c2aa677fa // indirect | ||
| github.com/Microsoft/go-winio v0.6.2 // indirect | ||
| github.com/Microsoft/hcsshim v0.12.3 // indirect | ||
| github.com/containerd/cgroups/v3 v3.0.3 // indirect | ||
| github.com/containerd/continuity v0.4.3 // indirect | ||
| github.com/containerd/errdefs v0.1.0 // indirect | ||
| github.com/Microsoft/hcsshim v0.13.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.18.21 // indirect | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 // indirect | ||
| github.com/aws/smithy-go v1.23.2 // indirect | ||
| github.com/containerd/cgroups/v3 v3.1.1 // indirect | ||
| github.com/containerd/containerd/api v1.10.0 // indirect | ||
| github.com/containerd/continuity v0.4.5 // indirect | ||
| github.com/containerd/errdefs v1.0.0 // indirect | ||
| github.com/containerd/errdefs/pkg v0.3.0 // indirect | ||
| github.com/containerd/fifo v1.1.0 // indirect | ||
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/containerd/ttrpc v1.2.3 // indirect | ||
| github.com/containerd/typeurl/v2 v2.1.1 // indirect | ||
| github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect | ||
| github.com/containerd/platforms v0.2.1 // indirect | ||
| github.com/containerd/ttrpc v1.2.7 // indirect | ||
| github.com/containerd/typeurl/v2 v2.2.3 // indirect | ||
| github.com/cyphar/filepath-securejoin v0.6.0 // indirect | ||
| github.com/distribution/reference v0.6.0 // indirect | ||
| github.com/docker/go-events v0.0.0-20250808211157-605354379745 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/go-logr/logr v1.4.1 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
| github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
| github.com/google/go-cmp v0.6.0 // indirect | ||
| github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect | ||
| github.com/google/flatbuffers v25.9.23+incompatible // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
| github.com/klauspost/compress v1.17.8 // indirect | ||
| github.com/mattn/go-colorable v0.1.13 // indirect | ||
| github.com/klauspost/compress v1.18.1 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/moby/locker v1.0.1 // indirect | ||
| github.com/moby/sys/mountinfo v0.7.1 // indirect | ||
| github.com/moby/sys/sequential v0.5.0 // indirect | ||
| github.com/moby/sys/signal v0.7.0 // indirect | ||
| github.com/moby/sys/user v0.1.0 // indirect | ||
| github.com/moby/sys/mountinfo v0.7.2 // indirect | ||
| github.com/moby/sys/sequential v0.6.0 // indirect | ||
| github.com/moby/sys/signal v0.7.1 // indirect | ||
| github.com/moby/sys/user v0.4.0 // indirect | ||
| github.com/moby/sys/userns v0.1.0 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // indirect | ||
| github.com/opencontainers/runtime-spec v1.2.0 // indirect | ||
| github.com/opencontainers/selinux v1.11.0 // indirect | ||
| github.com/pelletier/go-toml v1.9.5 // indirect | ||
| github.com/opencontainers/runtime-spec v1.3.0 // indirect | ||
| github.com/opencontainers/selinux v1.13.0 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.2.4 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/rs/xid v1.5.0 // indirect | ||
| github.com/rs/xid v1.6.0 // indirect | ||
| github.com/sirupsen/logrus v1.9.3 // indirect | ||
| github.com/spf13/pflag v1.0.5 // indirect | ||
| go.etcd.io/bbolt v1.3.9 // indirect | ||
| github.com/spf13/pflag v1.0.10 // indirect | ||
| go.etcd.io/bbolt v1.4.3 // indirect | ||
| go.opencensus.io v0.24.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 // indirect | ||
| go.opentelemetry.io/otel v1.25.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.25.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.25.0 // indirect | ||
| golang.org/x/net v0.24.0 // indirect | ||
| golang.org/x/sync v0.7.0 // indirect | ||
| golang.org/x/sys v0.19.0 // indirect | ||
| golang.org/x/text v0.14.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect | ||
| google.golang.org/grpc v1.63.2 // indirect | ||
| google.golang.org/protobuf v1.33.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect | ||
| go.opentelemetry.io/otel v1.38.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.38.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.38.0 // indirect | ||
| golang.org/x/net v0.46.0 // indirect | ||
| golang.org/x/sync v0.17.0 // indirect | ||
| golang.org/x/sys v0.37.0 // indirect | ||
| golang.org/x/text v0.30.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20251103181224-f26f9409b101 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect | ||
| google.golang.org/grpc v1.76.0 // indirect | ||
| google.golang.org/protobuf v1.36.10 // indirect | ||
| ) | ||
|
|
||
| replace github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.2.1 // containerd compatibility | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an inconsistency in the runtime-spec version. Line 67 declares runtime-spec v1.3.0 as a dependency, but line 91 replaces it with v1.2.1 for containerd compatibility. This is unusual - typically the replace directive should match the version in the require section, or the require section should directly specify v1.2.1. Consider updating line 67 to use v1.2.1 directly to avoid confusion.