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
Add documentation on how to add labels to a Docker image (either in createDockerFile or in buildDockerImage)
It appears that in version 5.0.x, it was possible to access labels on the createDockerFile task, and this is no longer supported in version 5.2.x. This was never public API, but we should document in the migration guide to use label() instead.
The text was updated successfully, but these errors were encountered:
createDockerFile
or inbuildDockerImage
)labels
on thecreateDockerFile
task, and this is no longer supported in version 5.2.x. This was never public API, but we should document in the migration guide to uselabel()
instead.The text was updated successfully, but these errors were encountered: