You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That does succeed, but that is not using the advertised dockerLayerGrouping but dockerGroupLayers. Changing this in the test to the advertised statement fails the test.
Is this a bug in the release notes, should it become dockerGroupLayers in Docker := PartialFunction.empty?
Information
What sbt-native-packager are you using
1.7.1
What sbt version
1.3.10
What is your build system (e.g. Ubuntu, MacOS, Windows, Debian )
Ubuntu and MacOS
What package are you building (e.g. docker, rpm, ...)
docker
What version has your build tool (find out with e.g. rpm --version)
RPM version 4.14.2.1
What is your target system (e.g. Ubuntu 16.04, CentOS 7)
CentOS8
The text was updated successfully, but these errors were encountered:
Expected behaviour
As described in the 1.7.0 release notes, disables layering of dependencies in
1/opt
and2/opt
.Actual behaviour
Still creates layer folders.
There is a test in https://github.com/sbt/sbt-native-packager/blob/master/src/sbt-test/docker/test-layer-groups/changes/nolayers.sbt
That does succeed, but that is not using the advertised
dockerLayerGrouping
butdockerGroupLayers
. Changing this in the test to the advertised statement fails the test.Is this a bug in the release notes, should it become
dockerGroupLayers in Docker := PartialFunction.empty
?Information
1.7.1
1.3.10
Ubuntu and MacOS
docker
rpm --version
)RPM version 4.14.2.1
CentOS8
The text was updated successfully, but these errors were encountered: