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 checksum check #13

Open
alexander-dammeier opened this issue Apr 5, 2024 · 0 comments
Open

fix checksum check #13

alexander-dammeier opened this issue Apr 5, 2024 · 0 comments

Comments

@alexander-dammeier
Copy link
Contributor

the builder image is currently not used. This is no problem at the moment as the copied file directly comes from the repository. We also waste 30MB of space because of the separate extraction of doguctl.

We should do the following:

  • in build stage
    • download doguctl from github
    • do checksum
    • extract it
  • in main image:
    • just copy the extracted doguctl cli from build stage
  • delete doguctl from the repository
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

No branches or pull requests

1 participant