This repository was archived by the owner on Aug 26, 2024. It is now read-only.
GitLab pipeline usage #346
Unanswered
dustin1530
asked this question in
Q&A
Replies: 0 comments
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.
-
Sorry if this is the incorrect place to ask this, but I thought I would start here. I'm attempting to use the creator-ee image in a gitlab pipeline, our gitlab runners are running in a container via podman on RHEL 8, typically a "Docker-in-Docker" type of configuration just using podman. I have the ci file setup correctly, but when it comes to running molecule,
molecule testfor example, I get the following:Which I don't know what I'm missing since I am able to print the version of the different application running in the creator-ee image before the molecule command is ran.
Anyone have any experience running this in a gitlab pipeline in docker-in-docker configuration? Or know of any good documentation on how to accomplish this if possible? Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions