-
Notifications
You must be signed in to change notification settings - Fork 761
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
Latest Docker image out of date #954
Comments
Seems like we indeed had an issue with our CI and that the version v3.4.5.1 wasn't built. The issue is that last September we switched our CI from Travis/AppVeyor to GitHub Actions, so building v3.4.5.1 retroactively is not trivial. We're currently working on a new release, so unless using v3.4.5.1 specifically is not a requirement, I would suggest waiting for the new release and maybe using |
@mbushkov the docker image now returns an error related to mysql not being available + export MYSQL_ALLOW_EMPTY_PASSWORD=1
+ MYSQL_ALLOW_EMPTY_PASSWORD=1
+ source docker-entrypoint.sh
++ set -eo pipefail
++ shopt -s nullglob
++ _verboseHelpArgs=(--verbose --help)
++ _is_sourced
++ '[' 2 -ge 2 ']'
++ '[' _is_sourced = _is_sourced ']'
++ '[' source = source ']'
+ mysql_check_config mysqld
+ toRun=('mysqld' '--verbose' '--help')
+ local toRun errors
++ mysqld --verbose --help
+ errors='/usr/local/bin/docker-entrypoint.sh: line 105: mysqld: command not found'
+ mysql_error 'mariadbd failed while attempting to check config
command was: mysqld --verbose --help
/usr/local/bin/docker-entrypoint.sh: line 105: mysqld: command not found'
+ mysql_log ERROR 'mariadbd failed while attempting to check config
command was: mysqld --verbose --help
/usr/local/bin/docker-entrypoint.sh: line 105: mysqld: command not found'
+ local type=ERROR
+ shift
++ date --rfc-3339=seconds
+ printf '%s [%s] [Entrypoint]: %s\n' '2023-12-05 02:27:00+00:00' ERROR 'mariadbd failed while attempting to check config
command was: mysqld --verbose --help
/usr/local/bin/docker-entrypoint.sh: line 105: mysqld: command not found'
2023-12-05 02:27:00+00:00 [ERROR] [Entrypoint]: mariadbd failed while attempting to check config
command was: mysqld --verbose --help
/usr/local/bin/docker-entrypoint.sh: line 105: mysqld: command not found
+ exit 1 |
Hello, bumping this since it is still not working. |
Environment
Describe the issue
Following the instructions here, it specifies to install the most recent version of GRR docker image.
https://grr-doc.readthedocs.io/en/latest/installing-grr-server/via-docker.html
grrdocker/grr:v3.4.5.1
The latest image deployed on dockerHub is from 5 months ago, v3.4.3.1.
A build of the 3.4.5.1 needs to be built and pushed to the hub to line up with the install instructions on the documentation.
Error logs
Additional context
None.
The text was updated successfully, but these errors were encountered: