Skip to content
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

Некорректно устанавливается шлюз приложений appgate #33

Closed
Razunk opened this issue Apr 28, 2023 · 1 comment

Comments

@Razunk
Copy link

Razunk commented Apr 28, 2023

Здравствуйте.
На этапе создания образов столкнулся с такой проблемой

> [9/9] RUN /opt/1C/1cfresh/appgate/setAuth.sh appgate 12345Qwer:
#0 15.61 /bin/sh: 1: /opt/1C/1cfresh/appgate/setAuth.sh: not found
------
Dockerfile:11
--------------------
   9 |     RUN echo export PATH=$PATH:JAVA_HOME=/usr/local/openjdk-8 > /etc/profile.d/add_java_home.sh ;
  10 |     RUN chmod +x /etc/profile.d/add_java_home.sh ;
  11 | >>> RUN /opt/1C/1cfresh/appgate/setAuth.sh appgate 12345Qwer
  12 |     
  13 |     EXPOSE 8080 9090
--------------------
ERROR: failed to solve: process "/bin/sh -c /opt/1C/1cfresh/appgate/setAuth.sh appgate 12345Qwer" did not complete successfully: exit code: 127
Building gate ... error 

Не создается образ gate, из-за того, что не найдена нужная директория.
Попробовал установить appgate вне докера, чтобы исследовать создаваемые директории. Получаю вывод

Selecting previously unselected package appgate.
(Reading database ... 28905 files and directories currently installed.)
Preparing to unpack appgate-1.1.2-2-all.deb ...
Unpacking appgate (1.1.2-2) ...
Setting up appgate (1.1.2-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/appgate.service -> /etc/systemd/system/appgate.service.

После этого ни служба не запускается, ни директория /opt/1C/1cFresh/appgate не создается.

Ubuntu 20.04 LTS
Версия платформы 1С 8.3.22.1704
Облачная подсистема Фреш версия 1.0.40.2
appgate-1.1.2-2-all.deb

@Razunk
Copy link
Author

Razunk commented Apr 28, 2023

С предыдущей версией appgate_1.1.1.14_all.deb все прошло без проблем

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant