Skip to content

Bg/163 publish docker image#2

Merged
BenjaminDev merged 127 commits intodevfrom
bg/163-publish-docker-image
Jun 1, 2020
Merged

Bg/163 publish docker image#2
BenjaminDev merged 127 commits intodevfrom
bg/163-publish-docker-image

Conversation

@BenjaminDev
Copy link
Copy Markdown
Owner

Description

Publish to Docker Hub so it's easy for people to try out the library.

Changes:

  • added a new workflow that builds the image, runs the test suit and (in theory) pushes the image to docker hub.
    Notes: Dev dependencies are not baked into the image but only used to run tests.

Fixes OpenMined#163

Type of change

Please mark options that are relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Did you run make test-all?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • New Unit tests added
  • Unit tests pass locally with my changes

alejandrosame and others added 30 commits April 12, 2020 20:06
* Add C API code structure

* Add compilable C API proof of concept

* Update C API proof of concept to execute succesfully

* Update example to properly pass a list

* Update code style

* Clean up reference code
* Documentation update for release

* pep8 fix
…-style

Update code style to Black standards
…ions

Add bindings for algorithms/distributions.h
cereallarceny and others added 29 commits May 25, 2020 18:20
No longer need this, they are part of our global .github repo.
split the style tests
* added publishing for pypi

* bazel is already installed lol

* twine needs to be run via pipenv

* Mac workflow test (OpenMined#6)


* Update pypipublish_osx.yml

* cleaning up files after testing
Added copying of .so file which was accidently removed. Also, moved installation from pipenv to pip
Fixed issue in build_PyDP.sh with find | xargs on linux
* add version to __init__ file

* lint

* add init file to setup.cfg
Fixed bug in docker file preventing creation of usable package
* tests are passing 🎉

* styling

* minor change
* fixed the issue with the logger tests

* style fix

* cpp style fix
python 3.6 was causing dockerfile to break due to some pipfile due to some issues. 
While we fix that in mean-time, just adding this quick fix.
Fixed OpenMined#149 
* Readme

* Update README.md

* Update README.md

* Update README.md

* Update README.md

edit url for contribution.md

* Update README.md
@BenjaminDev BenjaminDev merged commit e2fe082 into dev Jun 1, 2020
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.

Github actions for Dockerfile