You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Right now builder supports referencing base images only by ID or by Slug. But slug couldn't be used for self-built images, as far as I found in docs.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Right now builder supports referencing base images only by ID or by Slug. But slug couldn't be used for self-built images, as far as I found in docs.
In current documentation it seems that using image name is possible, but it isn't so - https://github.com/hashicorp/packer-plugin-digitalocean/blob/main/builder/digitalocean/config.go#L43-L47
Use Case(s)
It would allow referencing image without ID for self-built base images.
Potential configuration
Potential References
digitalocean/godo#521
The text was updated successfully, but these errors were encountered: