Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile #27

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Add Dockerfile #27

merged 1 commit into from
Jun 10, 2022

Conversation

alexvanin
Copy link

Tested in a local S3 Gateway deployment. Specify proper network if S3 Gateway runs in docker.

$ ls s3tests.conf
s3tests.conf

$ docker run   -v `pwd`/s3tests.conf:/s3-tests/s3tests.conf -e S3TEST_CONF=/s3-tests/s3tests.conf \
--network host -it s3-tests \
nosetests -v --nologcapture s3tests_boto3.functional

/usr/local/lib/python3.6/site-packages/boto3/compat.py:88: PythonDeprecationWarning: Boto3 will no 
longer support Python 3.6 starting May 30, 2022. To continue receiving service updates, bug fixes,
and security updates please upgrade to Python 3.7 or later. More information can be 
found here: https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/
  warnings.warn(warning, PythonDeprecationWarning)
s3tests_boto3.functional.test_headers.test_object_create_bad_md5_invalid_short ... FAIL
s3tests_boto3.functional.test_headers.test_object_create_bad_md5_bad ... FAIL
...

README.rst Outdated


========================
Docker environment
Copy link

@masterSplinter01 masterSplinter01 Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose it'd be better to place the text in NEOFS_README.md to avoid conflicts with the original ceph repository.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, forgot about this file.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
@alexvanin alexvanin merged commit 9fe9c88 into nspcc-dev:master Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants