boundless-monitor-67068
06/23/2023, 11:07 AMenv_vars = ["DOCKER_CONFIG=%(homedir)s/.docker"]
, also tried with $(env.HOME)
. In both cases I can't find the config file in the sandbox (should be ~/.docker/config.json -> <sandbox_path>/.docker/config.json right?) which is probably why authentication fails.
Looking at the command to build the image (with -ldebug
on), I only see PATH defined in env (and __UPSTREAM_IMAGE_IDS
) but no DOCKER_CONFIG.. Is it possible that the env var is ignored? Not sure where else to look for issues, any suggestions are welcome 🙏boundless-monitor-67068
06/23/2023, 12:39 PMboundless-monitor-67068
06/23/2023, 2:09 PMboundless-monitor-67068
06/23/2023, 2:10 PMboundless-monitor-67068
06/23/2023, 2:16 PMcurved-television-6568
06/23/2023, 2:22 PMboundless-monitor-67068
06/23/2023, 2:25 PM