Skip to content

Commit

Permalink
updated molecule docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed May 4, 2024
1 parent 5927d1f commit 26af516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
14 changes: 0 additions & 14 deletions molecule/default/Dockerfile_debian12_systemd.j2

This file was deleted.

7 changes: 1 addition & 6 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ _references:
all: &docker_all
docker_host: 'tcp://molecule-docker.local:2375'
# docker_host: 'unix://var/run/docker.sock' # localhost

Check warning on line 9 in molecule/default/molecule.yml

View workflow job for this annotation

GitHub Actions / build

9:7 [comments-indentation] comment not indented like content
purge_networks: true
image: 'debian:12-slim'
# for docker systemd config see: https://serverfault.com/questions/1053187/systemd-fails-to-run-in-a-docker-container-when-using-cgroupv2-cgroupns-priva
dockerfile: 'Dockerfile_debian12_systemd.j2'
build_image: yes
image: 'ansible0guy/molecule:debian-latest'

Check failure on line 10 in molecule/default/molecule.yml

View workflow job for this annotation

GitHub Actions / build

10:9 syntax error: expected <block end>, but found '<block mapping start>' (syntax)
tmpfs: ['/tmp', '/run', '/run/lock']
privileged: true
command: '/sbin/init'

dependency:
name: galaxy
Expand Down

0 comments on commit 26af516

Please sign in to comment.