You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to run an install action with the CNAB driver and using a bundle published in a registry (porter install <installation name> --driver azure --reference <bundle registry ref> ...), we run into the following error:
Building a Porter bundle by using a Dockerfile template with line RUN mkdir /porter && chown ${BUNDLE_UID} /porter will work, but this is a workaround very hard to sell.
The text was updated successfully, but these errors were encountered:
@squillace I updated the description. We are indeed using the ACI service and the error occurs in the newly spun up container instance. Perms issue definitely, but is it something we're doing wrong or a compatibility issue with the latest Porter version...
When we try to run an install action with the CNAB driver and using a bundle published in a registry (
porter install <installation name> --driver azure --reference <bundle registry ref> ...
), we run into the following error:Porter version used: 1.0.14
Error happening possibly on line 1072 of
aci-driver.go
.Building a Porter bundle by using a Dockerfile template with line
RUN mkdir /porter && chown ${BUNDLE_UID} /porter
will work, but this is a workaround very hard to sell.The text was updated successfully, but these errors were encountered: