-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run in docker (answer) #3
Comments
I should consider creating a Wiki page for the FAQ |
是的 我用了下面的方式 可以解决 cp /plug/ArtifactoryAgent-1.0-SNAPSHOT-all.jar /opt/jfrog/artifactory/var/ArtifactoryAgent.jar |
@leros1337 "important info - verifyAgent not working inside container." im trying to run it in compose, but get some errors like:
|
okay its works on 7.84.12 |
work on 7.84.x |
Please do not reply to unrelated issues. If you want to discuss about 7.90+ agent not working, please go to #4. Also, the latest pre-release binary has not been tested yet! |
Okay, just reply with a usable feedback |
Who wondering how to run it in docker/compose, success:
Add to env with path to *** (just mount it or copy to some dir that mounting into container), also i added 777 permissions to this files, dont know is it necessary or not
Using keygen inside container, java binary located in
/opt/jfrog/artifactory/app/third-party/java/bin/java
so for me command will be/opt/jfrog/artifactory/app/third-party/java/bin/java -jar /opt/jfrog/artifactory/var/bootstrap/ArtifactoryKeygen-1.0-SNAPSHOT-all.jar gen
, important info -verifyAgent
not working inside container.Logs of container on success:
View loaded params of java:
docker container top artifactory
Working latest available version for current time:
docker.jfrog.io/jfrog/artifactory-pro:7.84.12
. I think it will work also for helm deploymentss. Hope it helps for someone 🤩The text was updated successfully, but these errors were encountered: