ansible-runner (sha256:d9754c0d30b57da125aeb1898dbd0f61f361cb61458e93fb26ade4bef49afda8)

Published 2026-02-10 18:58:56 +01:00 by matt

Installation

docker pull code.letsbe.solutions/letsbe/ansible-runner@sha256:d9754c0d30b57da125aeb1898dbd0f61f361cb61458e93fb26ade4bef49afda8
sha256:d9754c0d30b57da125aeb1898dbd0f61f361cb61458e93fb26ade4bef49afda8

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
LABEL maintainer=LetsBe Cloud <hello@letsbe.solutions>
LABEL description=LetsBe Ansible Runner - Containerized provisioning for Hub-triggered jobs
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends openssh-client sshpass jq curl ca-certificates openssl zip unzip && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir -p /workspace /job /logs /output # buildkit
COPY scripts/ /workspace/scripts/ # buildkit
COPY stacks/ /workspace/stacks/ # buildkit
COPY nginx/ /workspace/nginx/ # buildkit
COPY entrypoint.sh /workspace/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /workspace/entrypoint.sh /workspace/scripts/*.sh && find /workspace -type f -name "*.sh" -exec sed -i 's/\r$//' {} \; # buildkit
WORKDIR /workspace
ENV HUB_API_URL=https://hub.letsbe.solutions JOB_ID= RUNNER_TOKEN= JOB_CONFIG_PATH=/job/config.json
ENTRYPOINT ["/workspace/entrypoint.sh"]

Labels

Key Value
description LetsBe Ansible Runner - Containerized provisioning for Hub-triggered jobs
maintainer LetsBe Cloud <hello@letsbe.solutions>
org.opencontainers.image.created 2026-02-10T17:58:41.170Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 0b11b45e074793a36967a4c68fca98a9bb498409
org.opencontainers.image.source https://code.letsbe.solutions/letsbe/letsbe-ansible-runner
org.opencontainers.image.title letsbe-ansible-runner
org.opencontainers.image.url https://code.letsbe.solutions/letsbe/letsbe-ansible-runner
org.opencontainers.image.version master
Details
Container
2026-02-10 18:58:56 +01:00
0
OCI / Docker
linux/amd64
35 MiB
Versions (2) View all
master 2026-02-10
latest 2026-02-10