coder / terraform-provider-envbuilder

Mozilla Public License 2.0
6 stars 1 forks source link

replace docker/docker with moby/moby #10

Closed johnstcn closed 2 months ago

johnstcn commented 3 months ago

Reduce the number of dependencies and dependabot PRs and just use the moby/moby library for our unit tests instead of docker/docker.

          @johnstcn can we replace this with `moby/moby`?

for context: https://codercom.slack.com/archives/CJURPL8DN/p1722582536141789

_Originally posted by @matifali in https://github.com/coder/terraform-provider-envbuilder/pull/6#discussion_r1701485921_

johnstcn commented 2 months ago

Apparently moby/moby is discouraged in favour of docker/docker.