We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to generate a docker image to run Eris from a container, but docker fails with invalid reference format when running docker load
invalid reference format
docker load
$ nix-build -Q release.nix -A docker $ docker load < result .. fb4f86d9d4c0: Loading layer [==================================================>] 921.6kB/921.6kB invalid reference format
$ printf ' - eris revision: ' && echo $(git rev-parse HEAD) && nix run nixpkgs.nix-info -c nix-info -m - eris revision: 0e321f3d2d44f96712768d54e89088b46ad1693a error: unrecognised flag '-c' Try 'nix --help' for more information. $ docker --version Docker version 20.10.18, build b40c2f6
The text was updated successfully, but these errors were encountered:
Fixed by commenting the line:
tag = eris.version;
Look like the computed version is an invalid string for docker
Sorry, something went wrong.
No branches or pull requests
Issue description
I'm trying to generate a docker image to run Eris from a container, but docker fails with
invalid reference format
when runningdocker load
Steps to reproduce
Technical details
The text was updated successfully, but these errors were encountered: