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

Issues #11

Merged
merged 9 commits into from
Jul 9, 2021
Merged

Issues #11

merged 9 commits into from
Jul 9, 2021

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    94923d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Upgraded to latest gradle and plugins

    Resolved some complications issues.
    
    The kotlin plugin in intellij is not compatiable with gradle plugin
    projects using the kotlin-dsl gradle plugin.
    nigelgbanks committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d569533 View commit details
    Browse the repository at this point in the history
  2. Changed default build to use context rather than buildx as its been d…

    …eprecated on Docker Desktop.
    nigelgbanks committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    22d835f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    829f1dd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Cannot cache build image tasks

    We can't reliably assume that the image/tag actually corresponds
    to the same inputs when switch between changes we already built before.
    
    As gradle happy places the generated digest.json file and ignores that
    the tagged image hasn't actually been changed.
    
    This is because gradle isn't actually tracking the generated image but
    rather its approximate digest. So the tag can point to the previous
    build when switching between two sets of changes for which gradle has
    a cached output.
    nigelgbanks committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    2365288 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    82d84dc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    f9e594a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a42665 View commit details
    Browse the repository at this point in the history
  3. New release with fixes.

    nigelgbanks committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    40724da View commit details
    Browse the repository at this point in the history