aws-samples / amazon-keyspaces-toolkit

Docker Image /tools for working with Amazon Keyspaces.
MIT No Attribution
33 stars 20 forks source link

Docker build fails #15

Closed jdoklovic closed 2 years ago

jdoklovic commented 2 years ago

Trying to build using the docker build command fails

docker build --tag amazon/keyspaces-toolkit --build-arg CLI_VERSION=latest https://github.com/aws-samples/amazon-keyspaces-toolkit.git
[+] Building 0.0s (1/1) FINISHED                                                                                                            
 => CACHED [internal] load git source https://github.com/aws-samples/amazon-keyspaces-toolkit.git                                      0.0s
failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount2497446633/Dockerfile: no such file or directory
michaelraney commented 2 years ago

Moved the Dockerfile back to the root directory. Fixed.