David Gardiner
David Gardiner

Reputation: 17186

JFrog Artifactory OSS hosted as GitHub Actions/Azure Pipelines service containers

I am building some software that integrates with JFrog Artifactory. As such I want to build some integration tests that can use a temporary Artifactory instance. I've looked at the JFrog instructions for using Docker Compose, but it appears that the intention is you have to run config.sh interactively first.

Is there a way to launch Artifactory in containers such that it has all the config it needs to start out of the box? Ideally this could be something that could be done as part of a build pipeline - either with service containers, or by running docker compose as steps of the pipeline.

Upvotes: 0

Views: 46

Answers (0)

Related Questions