Name and Version
bitnamisecure/memcached:latest
What steps will reproduce the bug?
- Use the
bitnamisecure/memcached image with authentication enabled (e.g., via docker-compose or similar setup).
- Start the container.
- Check the container logs.
What is the expected behavior?
Memcached should start successfully with authentication enabled, as it does when using the bitnami/memcached image.
What do you see instead?
Container exits with the following error in the logs:/opt/bitnami/scripts/libmemcached.sh: line 100: saslpasswd2: command not found
Additional information
The previous bitnami/memcached image worked correctly with authentication enabled in the same setup.
- The issue started after migrating to
bitnamisecure/memcached.
- The error suggests that the
saslpasswd2 command is missing from the image.
- Workflow log reference: apache/opendal@4995624 ↗