args: {
	someInt: 4
}

containers: {
	foo: {
		env: {
			arg: "\(args.someInt)"
		}
		image: "public.ecr.aws/docker/library/nginx:latest"
	}
}
