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

Publish docker image to docker hub #557

Closed
marniks7 opened this issue Jun 30, 2022 · 3 comments · Fixed by #567
Closed

Publish docker image to docker hub #557

marniks7 opened this issue Jun 30, 2022 · 3 comments · Fixed by #567
Labels
Milestone

Comments

@marniks7
Copy link

marniks7 commented Jun 30, 2022

Hi,
In your manual, you propose to build docker image.

git clone git@github.com:ovh/venom.git
$ cd venom
$ docker run -it $(docker build -q .) --rm -v $(pwd)/outputs:/outputs -v $(pwd):/tests run /tests/testsuite.yaml

Instead, I would like to get pre-built docker image and use it with my yaml files.
What do you think about publishing docker image to docker hub?
Manual: https://docs.docker.com/ci-cd/github-actions/

@marniks7
Copy link
Author

marniks7 commented Jul 2, 2022

And you are missing .dockerignore file with * inside to avoid sending all files in repo to docker server

@fsamin fsamin added the feature label Aug 2, 2022
@fsamin fsamin added this to the 1.1.0 milestone Aug 2, 2022
@brentnd
Copy link

brentnd commented Apr 18, 2024

When releasing 1.2.0, was the publishing of the docker image intentionally excluded? Dockerhub (https://hub.docker.com/r/ovhcom/venom) isn't showing any tags that look to be updated to the latest version.

@brentnd
Copy link

brentnd commented Apr 19, 2024

@yesnault it looks like you did the v1.2.0 release so I wanted to make sure this has visibility. Should I open a new issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants