Open Source
Pro

Сборка образа

Ansible
Bash
5.2.21
OpenTofu
Terraform
PowerShell

Docker команда
Docker Compose

docker run --name semaphore-runner \
-d semaphoreui/runner:v2.13.12
services:
    semaphore-runner:
        ports:
            - 3000:3000
        image: semaphoreui/runner:v2.13.12

Настройки контейнера

Docker тома

Contains frequently changing files.
Contains configuration files.
Contains cache: cloned repositories, generated inventory files, etc.

Переменные окружения

keyboard_arrow_right
Общие
6 options

Переменные окружения Ansible

ANSIBLE_HOST_KEY_CHECKING
Avoid host key checking by the tools Ansible uses to connect to the host.