a79f7e575a
* Move tests with docker registry into own target. * Add docker_login tests. * Add step which makes sure hello-world:latest is around. * Make work inside docker container. * Add dependency. * Use plaintext password. * Forgot check_mode. * Add no_log to avoid double log output in verbose mode.
3 lines
41 B
Docker
3 lines
41 B
Docker
FROM busybox
|
|
ENV foo /bar
|
|
WORKDIR ${foo}
|