feat: add artifactapi_local_docker resource #11
Reference in New Issue
Block a user
Delete Branch "benvin/local-docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The artifactapi server now serves local
dockerrepos as real container registries (push + pull via the Docker Registry HTTP API V2), but the provider had no resource to declare one — only remote docker proxies and local terraform/pypi/rpm repos.Changes
artifactapi_local_dockerresource (package_type=docker,repo_type=local), mirroring the other local resources:name+description, managed via/api/v2/remotes.Verification
make lintandmake testpass.