project-stacker / stacker

Build OCI images natively from a declarative format
https://stackerbuild.io
Apache License 2.0
208 stars 34 forks source link

fix: update go.mod to keep deps stable for compression behaviors #555

Closed rchincha closed 12 months ago

rchincha commented 1 year ago

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

rchincha commented 1 year ago

fix: update go.mod to keep deps stable for compression behaviors

Can you explain in your commit message more of what you're doing?

That is probably obvious to you right now, but its not obvious to me and I suspect it won't be obvious to a future-you either.

Will update. We are using stacker, docker and skopeo together. And we want to pin some versions and keep the deps identical. This is not ideal until compression gets properly addressed upstream.