Skip to content
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

fix: In Makefile, download zot as ZOT rather than regclient #513

Merged

Conversation

smoser
Copy link
Contributor

@smoser smoser commented Sep 27, 2023

This was a copy/paste error added by my last change to Makefile. Instead of downloading zot to TOOLS_D/bin/zot, we were downloading regclient. Big surprise, regclient binary doesn't work like zot binary.

Fix the download url, and also update the ZOT_VERSION to include the 'v' for consistency with REGCLIENT_VERSION and GOLANGCI_LINT_VERSION.

This was a copy/paste error added by my last change to Makefile.
Instead of downloading zot to TOOLS_D/bin/zot, we were downloading
regclient.  Big surprise, regclient binary doesn't work like zot
binary.

Fix the download url, and also update the ZOT_VERSION to include
the 'v' for consistency with REGCLIENT_VERSION and
GOLANGCI_LINT_VERSION.

Signed-off-by: Scott Moser <[email protected]>
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #513 (54226bf) into main (8e267fc) will increase coverage by 0.02%.
Report is 39 commits behind head on main.
The diff coverage is 8.39%.

@@            Coverage Diff             @@
##             main     #513      +/-   ##
==========================================
+ Coverage   11.87%   11.89%   +0.02%     
==========================================
  Files          45       40       -5     
  Lines        5551     5733     +182     
==========================================
+ Hits          659      682      +23     
- Misses       4775     4929     +154     
- Partials      117      122       +5     
Files Coverage Δ
pkg/atomfs/molecule.go 6.08% <0.00%> (ø)
pkg/lib/file.go 51.35% <0.00%> (-2.17%) ⬇️
pkg/overlay/metadata.go 0.00% <0.00%> (ø)
pkg/stacker/grab.go 0.00% <0.00%> (ø)
pkg/squashfs/verity.go 20.73% <28.57%> (-0.55%) ⬇️
pkg/stacker/cache.go 18.28% <0.00%> (-0.32%) ⬇️
pkg/stacker/network.go 0.00% <0.00%> (ø)
pkg/stacker/import.go 0.00% <0.00%> (ø)
pkg/types/layer.go 20.51% <0.00%> (-4.19%) ⬇️
pkg/overlay/overlay.go 0.00% <0.00%> (ø)
... and 6 more

... and 11 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rchincha rchincha merged commit 0cbd6f6 into project-stacker:main Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants