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
I don't believe "env" is required anymore, but it will be a breaking change to remove it.
Docker builds cannot use env vars directly, a user must pass a build arg which is consumed by the Dockerfile "ARG" statement, that can then be declared as the default value of an env var in the build.
The env input however could control DOCKER_HOST, DOCKER_BUILDKIT, etc. These change Docker engine behavior, and they now respect provider or resource inputs.
This was attempted before in #1044 but had to be reverted in #1054 after conversation with @pierskarsenbarg and @lukehoban.
We need to fix the
imageName
vsrepoDigest
issue and get to the bottom of the question aboutenv
in the first PR.This will likely be a breaking update, i.e., a new major version, but ideally we can combine it with #1068 in one new version.
The text was updated successfully, but these errors were encountered: