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
Hi, after last commit (00f696f - allow speed from get), can not build image from Dockerfile:
github.com/h2non/imaginary` [github.com/h2non/imaginary.test]
./options.go:148: unknown field 'Speed' in struct literal of type bimg.Options
FAIL github.com/h2non/imaginary [build failed]
FAIL
Error response from daemon: The command '/bin/sh -c go test ./... -test.v -race -test.coverprofile=atomic .' returned a non-zero code: 2
Failed to deploy '<unknown> Dockerfile: imaginary-master/Dockerfile': Can't retrieve image ID from build stream
The text was updated successfully, but these errors were encountered:
Looks like the go.mod (and corresponding go.sum) files haven't been updated to h2non/bimg v1.1.7 which added the Speed field. Changing go.mod to 1.1.7 and running go mod tidy enables building.
Hi, after last commit (00f696f - allow speed from get), can not build image from Dockerfile:
The text was updated successfully, but these errors were encountered: