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

go mod download for faster Dockerfile #409

Merged
merged 5 commits into from
Apr 27, 2020

Commits on Apr 8, 2020

  1. Faster dockerfile

    Downloading all dependencies before ading the code.
    This enabels the docker cache to do it's magic.
    NissesSenap committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b2e6d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc12e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10288fd View commit details
    Browse the repository at this point in the history
  4. Updating kuberhealthy dockerifle

    Using the same logic as the rest.
    Could still clean up this one a bit, no need to do the move for example.
    To lazy to fix right now.
    NissesSenap committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    59c8029 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d91d66a View commit details
    Browse the repository at this point in the history