Skip to content

馃殺 1.0.0-alpha.73 / 2023-12-07

Latest
Compare
Choose a tag to compare
@LinusU LinusU released this 07 Dec 09:53
e5cbbad

馃挜 Breaking Changes

  • Respect .gitignore files in subdirectories

    Migration Guide:

    Before this release Scandium would, in the absence of a .dockerignore file, generate a .dockerignore file based on the .gitignore file in the root. From now on, .gitignore files that are present in subdirectories will also be used to ignore files in those directories. This mimics how Git works with .gitignore files.

馃帀 Enhancements

  • Add --docker-build-context argument
  • Use build bind mounts to avoid extra Docker layers