DeadSwitch a408c7b1d6
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 17m31s
Added ansible-lint to the image.
2026-02-17 15:22:35 +01:00
2026-02-17 15:22:35 +01:00
2026-02-12 10:48:46 +01:00

Docker Image for the Ghost CI

Requirements

  • Docker CE
  • 600mb free space

Container Image

The image installs:

  1. npm
  2. nodejs
  3. ansible
  4. sudo
  5. gitleaks

The image removes:

  • /var/lib/apt/lists/*

Build the image

docker build -t debian13-ansible:latest .
Description
A Docker image for testing Ansible code in Gitea Actions.
Readme 32 KiB
Languages
Dockerfile 100%