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
I just came across a use case whereby I have a container which hasn't got SSH or anything inside. The container image in question is Grafana's (5.2.2).
The workflow is currently as follow:
Use kitchen-docker as driver
During kitchen create, kitchen-docker will pick up a custom Dockerfile (via its dockerfile config param).
After kitchen create, the container is ready (there really is no need for provisioning anything here as everything happens when the container is built. In fact, the provisioner configured in .kitchen.yml is currently set as dummy).
Run kitchen verify, which will use kitchen-inspec.
But the following issues occur:
kitchen-inspec uses the SSH transport by default. But there's no SSH of sorts. The container is SSH-less.
I just came across a use case whereby I have a container which hasn't got SSH or anything inside. The container image in question is Grafana's (5.2.2).
The workflow is currently as follow:
driver
kitchen create
, kitchen-docker will pick up a custom Dockerfile (via itsdockerfile
config param).kitchen create
, the container is ready (there really is no need for provisioning anything here as everything happens when the container is built. In fact, the provisioner configured in .kitchen.yml is currently set asdummy
).kitchen verify
, which will use kitchen-inspec.But the following issues occur:
docker
transport (akabackend
). Add ability to specify 'backend' in runner options #196 supports this cause in addition to the one specified in there.transport: docker
. It would error saying a gem/library is needed.While #196 gets some attention, what do you think would be the best thing to do here?
Thank you.
The text was updated successfully, but these errors were encountered: