-
Notifications
You must be signed in to change notification settings - Fork 5
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
Automate build of Docker images #203
Comments
I used to do this by building the image and pushing it to Hub, but it's not working anymore :-( You don't happen to have an idea? |
I have all of NLBs docker images set up to trigger a new build on every new commits on the master branch as well as any tags matching a certain pattern. That could be an option for daisyorg/pipeline-assembly as well so that you don't have to do it manually; maybe with a -DskipTests or similar if the tests either don't work or take too long on docker hub. Occasionally I do tag things locally and push it to docker hub, and it worked fine the last time I tried. What happens when you try to build, tag and push? |
That is how it used to work if I remember correctly, but then that stopped working and I started to build the images locally and push them. I'd love it to be done automatically again.
Everything seemed normal but the new tags wouldn't appear on https://hub.docker.com/r/daisyorg/pipeline-assembly/tags. But I tried again now and now it worked :-) By the way you'll find v1.14.6, which is now the latest version. I haven't pushed v1.14.5. |
In the daisyorg organization on docker hub, under the "Builds" tab, I get a message saying "Available with Pro, Team and Business subscriptions." So probably, DAISY needs to upgrade to a Team subscription to get automated builds working again. It would be $300 per year. |
I don't normally use that to build the docker image. But I made some commits last week that should fix it I think. I've just pushed them to the "develop" branch. |
|
Hehe, great. Needs some debugging :-) |
😉 |
Updated the "develop" branch with some more fixes. |
Seems to work! Nice! |
I added a Github workflow to build and push a Docker image of the master branch to |
https://hub.docker.com/r/daisyorg/pipeline-assembly/tags
The text was updated successfully, but these errors were encountered: