docker build inline command fails with process substitution part
0
votes
0
answers
110
views
I am wondering why this docker build command fails:
docker build -t inline_img -f ERROR [internal] load build definition from 11 0.0s
=> => transferring dockerfile: 55B 0.0s
=> CANCELED [internal] load .dockerignore 0.0s
=> => transferring context: 0.0s
------
> [internal] load build definition from 11:
------
failed to solve with frontend dockerfile.v0: failed to read dockerfile: error from sender: failed to xattr /dev/fd/11: operation not permitted
is this a perms issue?
Asked by Alexander Mills
(10734 rep)
Aug 31, 2023, 08:18 PM
Last activity: Aug 31, 2023, 10:40 PM
Last activity: Aug 31, 2023, 10:40 PM