jtarchie / dothings

MIT License
0 stars 0 forks source link

task that invoke a docker image with command #2

Open jtarchie opened 5 years ago

jtarchie commented 5 years ago
jtarchie commented 5 years ago

Does this work specifically with the local command?

jtarchie commented 5 years ago

Does this work specifically with the local command?

The answer to above is yes.

jtarchie commented 5 years ago

When it comes to docker support, there some outstanding issues. The fact that concourse resources currently rely heavily on the fact that images need to be rootfs based rather than OCI based is an issue. The registry image resource solves this, sort of, but the docker image resource is still heavily used.

The workaround maybe to just know that the docker image resource is being used and handle it as a special case. Meaning, when the type: docker-image is set, the code would just handle internally and know how to manage docker/kubernetes to the image. This may limit functionality, as the docker image resource does a lot of things that docker and k8s may not do.

This would only affect the get. Which may not that big of deal, accept for aws specific things the resource does at the moment.