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

Docker image issue #726

Open
saikrishna1488 opened this issue Feb 24, 2024 · 1 comment
Open

Docker image issue #726

saikrishna1488 opened this issue Feb 24, 2024 · 1 comment

Comments

@saikrishna1488
Copy link

Getting below error when i used the docker but the image has build successfully.

`exec /usr/local/bin/uvdesk-entrypoint.sh: no
image
such file or directory

And used below docker command

docker run -dit -p 9999:80 -e MYSQL_USER=stage -e MYSQL_ROOT_PASSWORD=stage -e MYSQL_PASSWORD=stage -e MYSQL_DATABASE=stage --name uvdesk uvdesk

@I-Am-Skoot
Copy link

I-Am-Skoot commented May 9, 2024

I ran into the same issue, so I sent the output of the build to a log file here are the highlights.

of note:
step 8 GPG key retrieval times out.

#8 125.4 Processing triggers for dbus (1.12.2-1ubuntu1.4) ...
#8 416.9 Error: retrieving gpg key timed out.
#8 911.2 /usr/bin/gpg
#8 DONE 911.9s

step 14 Commands not Found

#14 [ 9/10] RUN     a2enmod php7.4 rewrite;     chmod +x /usr/local/bin/uvdesk-entrypoint.sh;     dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')";     wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/1.11/gosu-$dpkgArch"     && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/1.11/gosu-$dpkgArch.asc";     export GNUPGHOME="$(mktemp -d)"     && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4    && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu     && gpgconf --kill all     && chmod +x /usr/local/bin/gosu     && gosu nobody true;         wget -O /usr/local/bin/composer.php "https://getcomposer.org/installer";     actualSig="$(wget -q -O - https://composer.github.io/installer.sig)";     currentSig="$(shasum -a 384 /usr/local/bin/composer.php | awk '{print $1}')";     if [ "$currentSig" != "$actualSig" ]; then         echo "Warning: Failed to verify composer signature.";         exit 1;       fi;     php /usr/local/bin/composer.php --quiet --filename=/usr/local/bin/composer     && chmod +x /usr/local/bin/composer;     chown -R uvdesk:uvdesk /var/www;     rm -rf         "$GNUPGHOME"         /var/lib/apt/lists/*         /usr/local/bin/gosu.asc         /usr/local/bin/composer.php         /var/www/bin         /var/www/html         /var/www/uvdesk/.docker;
#14 0.974 /bin/sh: 1: a2enmod: not found
#14 1.065 /bin/sh: 1: wget: not found
#14 1.068 gpg: keybox '/tmp/tmp.zUMCFt3yVg/pubring.kbx' created
#14 17.73 gpg: /tmp/tmp.zUMCFt3yVg/trustdb.gpg: trustdb created
#14 17.73 gpg: key 036A9C25BF357DD4: public key "Tianon Gravi <[email protected]>" imported
#14 17.74 gpg: Total number processed: 1
#14 17.74 gpg:               imported: 1
#14 17.74 gpg: can't open '/usr/local/bin/gosu.asc': No such file or directory
#14 17.74 gpg: verify signatures failed: No such file or directory
#14 17.74 /bin/sh: 1: wget: not found
#14 17.74 /bin/sh: 1: wget: not found
#14 17.74 /bin/sh: 1: shasum: not found
#14 17.74 /bin/sh: 1: php: not found

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

2 participants