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
Wave invalid response: [400] {"message":"Attribute `buildRepository` must be specified when using freeze mode [1]"}
Explanation
The error message does not explain the source of the issue (especially since --freeze works without --build-repository in some use cases).
Proposed solution
Change the error message to the following:
Attribute `buildRepository` must be specified when using freeze mode with a Dockerfile. Only Conda and pip packages can be frozen to Seqera Containers.
or OWTTE.
The text was updated successfully, but these errors were encountered:
@itrujnara thanks for reporting the issue
--freeze works without --build-repository only for conda packages and not for custom Dockerfile
That is a special case, where we use community.seqera.io as --build-repository to support community.
freeze main purpose is to store for long duration, in user specified repository
--build-repository is always required when using --freeze
Reproduction
Run the command
with any valid Dockerfile.
The current output is
Explanation
The error message does not explain the source of the issue (especially since
--freeze
works without--build-repository
in some use cases).Proposed solution
Change the error message to the following:
or OWTTE.
The text was updated successfully, but these errors were encountered: