Replies: 1 comment 4 replies
-
|
One problem I see with this is the oci-build-task and registry-image resource don't cover all the usecases for the docker-image resource. For example, I don't see a way to import an image from a tgz and push to a registry via Concourse without using the docker resource. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
BLUF (Bottom Line Up Front)
The Docker Image Resource was intended to be deprecated about five (5) years ago per this milestone (Deprecate
docker-imageresource) in favor of the concourse/oci-build-task and concourse/registry-image-resource repositories.Problem
The docker-image resource has continued to receive updates despite being slated for deprecation in favor of other resources that have various improvements such as safer execution or broader test coverage. The OCI Build Task hasn't seen updates in about nine (9) months (understanding the problems with the Concourse CI instance contributed to delays).
Attempts
The docker-image was proposed to be deprecated five years ago and three (almost four) years ago with #6586 but it was tied to Prototypes, so it stalled.
Proposal
Targeting Concourse Release v8.0.0, deprecation of the docker-image resource should be attempted in order to reduce the maintenance footprint of three resources down to two where the two resources are more focused instead of being one catch all resource.
Beta Was this translation helpful? Give feedback.
All reactions