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
Revise approach, teardown temp directory on pre-exit
This also fixes a shellcheck error SC2155
Instead of setting DOCKER_CONFIG directly, set
BUILDKITE_DOCKER_CONFIG_TEMP_DIRECTORY and hydrate DOCKER_CONFIG for
plugin steps. if this gets overriden by the user, they can manage their
own DOCKER_CONFIG cleanup activities and we will always remove the
temporary directory from the agent instance filesystem.
0 commit comments