Giter Club home page Giter Club logo

Comments (2)

mbushkov avatar mbushkov commented on August 16, 2024

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 grr:latest in the meantime (it should be pretty close to the version that's about to be released).

from grr.

Bad3r avatar Bad3r commented on August 16, 2024

@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

from grr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.