molecule debian11 => 12
This commit is contained in:
		
							parent
							
								
									38466a4dee
								
							
						
					
					
						commit
						8c220ddeaf
					
				|  | @ -1,7 +1,7 @@ | ||||||
| # docker build -t mantest - < ./Dockerfile.j2 | # docker build -t mantest - < ./Dockerfile.j2 | ||||||
| # docker run -it --privileged --name mantest mantest:latest /sbin/init --tmpfs /tmp --tmpfs /run --tmpfs /run/lock | # docker run -it --privileged --name mantest mantest:latest /sbin/init --tmpfs /tmp --tmpfs /run --tmpfs /run/lock | ||||||
| 
 | 
 | ||||||
| FROM debian:11-slim | FROM debian:12-slim | ||||||
| 
 | 
 | ||||||
| ENV container docker | ENV container docker | ||||||
| ENV LC_ALL C | ENV LC_ALL C | ||||||
|  | @ -19,8 +19,8 @@ platforms: | ||||||
|     # docker config |     # docker config | ||||||
|     docker_host: 'tcp://molecule-docker.local:2375' |     docker_host: 'tcp://molecule-docker.local:2375' | ||||||
|     purge_networks: true |     purge_networks: true | ||||||
|     image: 'debian:11-slim' |     image: 'debian:12-slim' | ||||||
|     dockerfile: 'Dockerfile_debian11_systemd.j2' |     dockerfile: 'Dockerfile_debian12_systemd.j2' | ||||||
|     build_image: yes |     build_image: yes | ||||||
|     tmpfs: ['/tmp', '/run', '/run/lock'] |     tmpfs: ['/tmp', '/run', '/run/lock'] | ||||||
|     privileged: true |     privileged: true | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue