The integrations tests use their own registry so avoid hitting docker hub rate limits. This was using a self signed certificate but instead use `--insecure-registry` to let the docker daemon use HTTP.
4 lines
63 B
Bash
Executable File
4 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec /entrypoint.sh /etc/docker/registry/config.yml
|