docker-vernemq: New version 1.12.1 results in /lib/env.sh: No such file or directory

Hi together,

we just realized that the new version jump from 1.11.0 to 1.12.1 results in minikube and k3s in an error /lib/env.sh: No such file or directory

Using the previous version 1.11.0 fixed the issue for us.

See also: https://github.com/united-manufacturing-hub/united-manufacturing-hub/issues/375

Greetings from Germany! Jeremy

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 16 (8 by maintainers)

Most upvoted comments

Iโ€™ve now manually uploaded local builds for 1.12.1 and 1.12.1-alpine. Could you guys give them a test, regarding original issue? https://hub.docker.com/repository/docker/vernemq/vernemq/tags?page=1&ordering=last_updated

Thanks!


๐Ÿ‘‰ Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq ๐Ÿ‘‰ Using the binary VerneMQ packages (.deb/.rpm/Docker) requires a subscription.

The issue is fully identified. The Docker images pull the tarballs from the release binaries here on Github. Due to a patch to adjust the correct paths on .deb and .rpm packages, the tarballs had wrong internal paths set, making the Docker images unusuable.

New images should be up soon, but please bear with me, itโ€™s more work than it might sound like.


๐Ÿ‘‰ Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq ๐Ÿ‘‰ Using the binary VerneMQ packages (.deb/.rpm/Docker) requires a subscription.

@JeremyTheocharis Deployed our stack with 1.12.1, vernemq starts successfully. screenshot

I will try it tomorrow ! Thanks for your quick action !

Hi @ioolkos,

Both 1.12.1 and 1.12.1-alpine is failing. Something is wrong with the latest VerneMQ binary. Replacing it with version 1.12.0 fixed the issue.

Error log:

/vernemq/bin/vernemq: line 8: /lib/env.sh: No such file or directory
/vernemq/bin/vernemq: line 140: check_user_internal: command not found
/vernemq/bin/vernemq: line 144: create_pid_dir: command not found
/vernemq/bin/vernemq: line 147: echoerr: command not found

@JeremyTheocharis thanks, ugh, thatโ€™s bad. I was thinking I had this fixed. Itโ€™s a path issue. I need to investigate.

EDIT: With what package from Dockerhub is this happening exactly?