artifacts/oci/base/alpine-ansible-lint/entrypoint.sh
2024-04-13 19:57:57 +08:00

9 lines
253 B
Bash
Executable File

#!/bin/sh
# required by Jenkins Docker plugin: https://github.com/docker-library/official-images#consistency
# Print a message
echo "Ansible Docker container is ready to run playbooks..."
# Execute the command passed to the Docker container
exec "$@"