hashicorp / hashicorp/packer-plugin-docker
Post-Processor: Delete docker image in local build machine after pushing to remote registry
Open
docs
enhancement
post-processor/docker
question
track-internal
- Dominant language
- Go
- Stars
- 40
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
_This issue was originally opened by @karthik101 as hashicorp/packer#5361. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._
I do not want docker images piling up in my jenkins-slave. Is there any way to not commit images to local build machine and able to push docker image to remote registry?
I tried with "export" in builder and "docker-import" in post-processor but its still keeps a copy.
Thanks,
Karthik
Contributor guide
Assessment
This issue has not been assessed yet.