Skip to content

remove ContextPathHash from driver definition #236

Open
@tonistiigi

Description

@tonistiigi

Noticed we have https://github.com/docker/buildx/blob/master/driver/manager.go#L87 as part of driver generic properties (added with k8s driver). But this key does not seem to be driver-specific but more defines the build behavior.

I think it should be refactored so that build gets the Driver instance and then type checks against a SetStickyKey() interface that k8s driver can implement and calls it with the context path.

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions