Re: Error in installing via Docker and help needed for integrating with REST API
Pittman, Ashley M
Ok, I’ve reproduced this. The issue is the dockerfile in 1.0.1 is doing a git clone rather than a COPY to get the code, so the dockerfile is fetching the wrong data.
I guess the fix would be to update the Dockfile on the branch to have it pull from the branch, however as Johann said we’ve modified the dockefiles a lot since then, and will be doing so again shortly.
The way forward is probably to checkout the code, locally modify the dockerfile to run “COPY ./ .” rather than the git clone command if you have the option to do this.
On master specifying the URL of a dockerfile on the command line isn’t going to work anyway, if we do want to support this method of install then we’ll need to rethink a bit.
Ashley.
From: daos@daos.groups.io <daos@daos.groups.io> on behalf of asharma@... <asharma@...> Hi Ashley, docker build https://github.com/daos-stack/daos.git#v1.0.1:utils/docker \ -f Dockerfile.centos.7 -t daos --------------------------------------------------------------------- This e-mail and any attachments may contain confidential material for |
|