8000 Tags · bentucker/sbt-native-packager · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bentucker/sbt-native-packager

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Separate Docker Layers for Dependencies and App jars. (sbt#1310)

* Docker Layers separate for Dependencies and App jars.

* Use indexed layers to allow flexibility

* avoid mapping `dockerPackageMappings`

* Calculate `dockerLayerMappings` once

It is reused in Docker/stage and and Docker/dockerCommands.
This intermediate step helps with cyclic dependency.

* Dirty version that supports PR code review remarks

* Fix chmod for layers

* Revert changes around Docker / mappings

* Revert changes dockerLayerMappings

* Documenting `dockerLayerGrouping`

* Testing layer groups

* fix tests

* fix more tests

* Version that might pass the tests

* Fix import for sbt 0.1.x

* scalafmt

* Experiment with Option[Int] for layer mapping

* Docker tests of opt-out from layering

* Test of dockerPackageMappings

* Documentation

v1.6.2

Toggle v1.6.2's commit message
update sbt plugins

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce RPM / packageBin / artifactPath setting. (sbt#1299)

* Introduce RPM / packageBin / artifactPath setting. Closes sbt#1287

* Fix setting cannot depend on a task.

* Proper fix.

* Now without breaking mima.

* Add a little bit of documentation. And a sbt-test.

* Fix test

Co-authored-by: Nepomuk Seiler <muuki88@users.noreply.github.com>

v1.6.0

Toggle v1.6.0's commit message
Replace dockerVersion with dockerApiVersion (sbt#1296)

* Add dockerApiVersion validation

* Fix typo

* Move `dockerApiVersion` to `DockerKeysEx`

* Restore previous methods as deprecated for compatibility issues

* Update docs

* Set `sbtApiVersion` for integration test

v1.5.2

Toggle v1.5.2's commit message
Improve error handling in ZIP utilities (sbt#1290)

v1.5.1

Toggle v1.5.1's commit message
Fix github changelog generator

v1.5.0

Toggle v1.5.0's commit message
Autoremove multi-stage intermediate image(s) (sbt#1279)

* Autoremove multi-stage intermediate image(s)

* Scripted test

* Documentation

* Make MiMa happy

* Look for "LABEL ..." instead of comment to find id

* Fix test
0