teamcity and docker integration -


Has anyone used TeamCity artifacts in a new building for Docker? What I want to do automatically, takes artworks created by TeamCity, and then create a new Docker image with those artworks. I really could not find any tutorial online I saw that the Docker could be integrated with BitBacket and Github, but I was not really sure that it was the same thing. My original image should be mono and some other things should be installed. Installing Mono is not part of my source, so I was not sure whether the zithub integration would work.

The docker can copy an artifact from a remote URL () and highlight the teamcity URL pattern Which you can use to create artifacts from outside of TeamCity () if you add them both, then you can create a Docker file that creates a new image with given artwork.

Like this:

  ADD http: // localhost: 8111 /guestAuth/repository/download/BuildName/latest.lastSuccessful/artifactName.war/optip/wildfly/ standalone / Deployment /  

Comments