ehn-dcc-development / hcert-testdata

Electronic Health Certificates prototype
BSD 2-Clause "Simplified" License
6 stars 1 forks source link

Insufficent files found in Docker setup #6

Closed jkiddo closed 3 years ago

jkiddo commented 3 years ago
docker build -t hcert .
[+] Building 0.7s (11/11) FINISHED                                                                                                                                                                          
 => [internal] load build definition from Dockerfile                                                                                                                                                   0.0s
 => => transferring dockerfile: 37B                                                                                                                                                                    0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [internal] load metadata for docker.io/library/fedora:latest                                                                                                                                       0.5s
 => CANCELED [1/7] FROM docker.io/library/fedora:latest@sha256:5404c1f9b87f10d8be6c955dba1bebef8b5302549bea23554df7df20802faba6                                                                        0.0s
 => => resolve docker.io/library/fedora:latest@sha256:5404c1f9b87f10d8be6c955dba1bebef8b5302549bea23554df7df20802faba6                                                                                 0.0s
 => => sha256:5404c1f9b87f10d8be6c955dba1bebef8b5302549bea23554df7df20802faba6 1.20kB / 1.20kB                                                                                                         0.0s
 => => sha256:59adce3a0634717a5a174f6771adb4809e48480f8d0085e4220d152412d47257 529B / 529B                                                                                                             0.0s
 => => sha256:26056ca25aff8c7c590918e53d38748b880a3f9fa96b386a472375cf66d73fd7 2.00kB / 2.00kB                                                                                                         0.0s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 130B                                                                                                                                                                      0.0s
 => CACHED [2/7] RUN dnf install -y make git jq python3 python3-pip python3-cryptography                                                                                                               0.0s
 => CACHED [3/7] RUN pip3 install poetry                                                                                                                                                               0.0s
 => CACHED [4/7] WORKDIR /tmp                                                                                                                                                                          0.0s
 => CACHED [5/7] COPY pyproject.toml poetry.lock /tmp/                                                                                                                                                 0.0s
 => CACHED [6/7] RUN poetry install                                                                                                                                                                    0.0s
 => ERROR [7/7] COPY Makefile hcert.py schemacheck.py hcert_schema.yaml hcert_example.json /tmp/                                                                                                       0.0s
------
 > [7/7] COPY Makefile hcert.py schemacheck.py hcert_schema.yaml hcert_example.json /tmp/:
------
failed to compute cache key: "/hcert.py" not found: not found
(hcert-Ja7c9lyn-py3.9) jvi@badapple-2 hcert-testdata % 
jschlyter commented 3 years ago

Fixed in 6f33f9db0b2d8391dc480bc6828097ccab40b451