Subject
I would like to contribute to the project
Description
I'm testing a change I'd like to propose, and I couldn't get the tests to pass on master.
I run these commands on my Debian (unstable) machine (copied from contributing):
sudo apt-get -y install jq parallel
git clone https://github.com/docker-mailserver/docker-mailserver.git
cd docker-mailserver
git submodule update --init --recursive
make clean tests
I get lots of test failures on the form:
mail_pop3.bats
✗ setup_file failed []
(from function `assert_success' in file test/test_helper/bats-assert/src/assert_success.bash, line 42,
from function `_common_container_create' in file test/helper/setup.bash, line 174,
from function `_common_container_setup' in file test/helper/setup.bash, line 195,
from function `setup_file' in test file test/tests/serial/mail_pop3.bats, line 15)
`_common_container_setup 'CUSTOM_SETUP_ARGUMENTS'' failed
-- command failed --
status : 1
output (2 lines):
Unable to find image 'mailserver-testing:ci' locally
Error response from daemon: pull access denied for mailserver-testing, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
--
Error: No such container: dms-test_pop3
Any guidance?
Note to self
related: #2280
Subject
I would like to contribute to the project
Description
I'm testing a change I'd like to propose, and I couldn't get the tests to pass on
master.I run these commands on my Debian (unstable) machine (copied from contributing):
sudo apt-get -y install jq parallel git clone https://github.com/docker-mailserver/docker-mailserver.git cd docker-mailserver git submodule update --init --recursive make clean testsI get lots of test failures on the form:
Any guidance?
Note to self
related: #2280