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
Caused by: java.lang.IllegalArgumentException: OS must not be empty
at org.springframework.util.Assert.hasText(Assert.java:253)
at org.springframework.boot.buildpack.platform.docker.type.ImagePlatform.<init>(ImagePlatform.java:38)
at org.springframework.boot.buildpack.platform.docker.type.ImagePlatform.from(ImagePlatform.java:99)
at org.springframework.boot.buildpack.platform.build.Builder$ImageFetcher.checkPlatformMismatch(Builder.java:265)
at org.springframework.boot.buildpack.platform.build.Builder$ImageFetcher.fetchImage(Builder.java:239)
at org.springframework.boot.buildpack.platform.build.Builder.build(Builder.java:107)
at org.springframework.boot.gradle.tasks.bundling.BootBuildImage.buildImage(BootBuildImage.java:364)
at jdk.internal.reflect.GeneratedMethodAccessor1256.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Looks like something may have changed with Docker since I get:
Looks like something may have changed with Docker since I get:
Note that
Os
is now an empty string.The text was updated successfully, but these errors were encountered: