Refactor golang package builder to options #859
Labels
issue:hacktoberfest
Issue marked as suitable for Hacktoberfest
lang:golang
pr:refactor
severity:medium
We would like to refactor the existing code to follow a more idiomatic builder pattern for our present Docker container builder (
golang/pkg/builder/container
) in go. This will involve creating a new package namedgolang/pkg/builder/decker
and implementing unit and integration tests to ensure the functionality remains intact. This is a reusable library for spawning docker containers with an interface for runtime independent extensibility.Proposed Changes
golang/pkg/builder/decker
.Additional Details
This refactor aims to make the codebase more idiomatic and maintainable. Other components of the stack shouldn't be modified. This is a fairly large task, but it doesn't involve the whole builder, so it's expected that new issues will be introduced regarding this refactor.
Definition of Done
The text was updated successfully, but these errors were encountered: