wildfly / wildfly-s2i

S2I for WildFly
Other
24 stars 46 forks source link

RFE: add `tar` to the runtime image to be able to perform `kubectl cp` #487

Closed jmesnil closed 4 weeks ago

jmesnil commented 4 weeks ago

While working on https://github.com/jmesnil/kubectl-jboss-cli, I found that I could not use kubectl cp to push a file to a container before I can execute it with the WildFly CLI console.

I opened https://github.com/jmesnil/kubectl-jboss-cli/issues/2 that would be solved by adding tar RPM to the runtime image.

jmesnil commented 3 weeks ago

@jfdenise I tested that it works with the image at https://quay.io/repository/wildfly-snapshots/wildfly-runtime. thanks!

jfdenise commented 3 weeks ago

@jmesnil , thank-you. New images have been released.