简体   繁体   English

JFrog artifactory + xray docker compose 安装失败

[英]JFrog artifactory + xray docker compose installation is failing

I am trying to install JFrog using docker compose file.我正在尝试使用 docker 组合文件安装 JFrog。 I followed the steps mentioned in the below link我按照以下链接中提到的步骤进行操作

https://jfrog.com/xray/install/

When I run the config script, PostgreSQL container keeps on restarting and the installation fails with the below message当我运行配置脚本时,PostgreSQL 容器不断重启,安装失败并显示以下消息

./config.sh 


Beginning JFrog Platform Trial Pro X setup


Validating System requirements

[WARN] Running with 2 CPU Cores. Recommended value: 3 Cores

Installation Directory found in .env. Skipping prompt

Creating third party directories (if necessary)
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]

Attempting to seed PostgreSQL. This may take some time.
Error response from daemon: Container 9924cc25d606159c131c4091d2676cdb6920f5ca2151155bb0cbe5aac6c9b28b is restarting, wait until the container is running

Docker log on the container: Docker 登录容器:

docker logs 9924cc25d606159c131c4091d2676cdb6920f5ca2151155bb0cbe5aac6c9b28b
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted
chmod: /var/lib/postgresql/data: Operation not permitted

Any idea how to fix this issue?知道如何解决这个问题吗?

This issue is fixed and will be released shortly.此问题已修复,将很快发布。 Please expect this in 7.15, I will confirm once this is actually released.请在 7.15 中期待这一点,我会在实际发布后确认。

9th Feb 2021: We have created a patch 7.12.8 which fixes this issue, among others. 2021 年 2 月 9 日:我们创建了一个补丁 7.12.8 来修复此问题等。 Hope you can confirm and use it.希望您能确认并使用它。 Thank you.谢谢你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM