artifactory-docker-examples | using Artifactory Docker distribution | Continuous Deployment library
kandi X-RAY | artifactory-docker-examples Summary
kandi X-RAY | artifactory-docker-examples Summary
This repository provides some examples that show different ways to run Artifactory with Docker orchestration tools. For more detailed documentation on running Artifactory with Docker, please refer to Running with Docker in the JFrog Artifactory User Guide.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of artifactory-docker-examples
artifactory-docker-examples Key Features
artifactory-docker-examples Examples and Code Snippets
Community Discussions
Trending Discussions on artifactory-docker-examples
QUESTION
I am trying to use AWS ECS Fargate to run JFrog Artifactory. I've had it working without any issues in an EC2 instance, but ECS is giving me some problems, I believe are related to the permissions of the Artifactory account that it runs as inside the container, but I don't know why that would cause an issue inside ECS and not when running it on EC2 since they are sourcing the same Docker image. I have attached the logs with the relevant messages here, as well as my task definition.
Things I've tried:
- setting the working directory to /usr/jfrog (did not change anything)
Similar issues that did not help:
...ANSWER
Answered 2022-Apr-11 at 22:05It turns out the solution was very simple, and related to the permissions on the EFS disk. All of the subfolders were owned by the account it was running as, but the folder itself was not. Running sudo chown 1030:1030 .
while in the folder I was trying to mount fixed all of my problems.
Before and after:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install artifactory-docker-examples
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page