Skip to content

Feature/docker #1215

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

Merged
merged 4 commits into from
May 17, 2017
Merged

Feature/docker #1215

merged 4 commits into from
May 17, 2017

Conversation

JakeGinnivan
Copy link
Contributor

Adding a docker image to our release process. This is a great option on CentOS and other os's which libgit2sharp doesn't run on at the moment

.IsDependentOn("DownloadGitHubReleaseArtifacts")
.Does(() =>
{
var returnCode = StartProcess("docker", new ProcessSettings
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for not using the Cake.Docker addin for this?

https://github.com/MihaMarkic/Cake.Docker

}

// Login to dockerhub
returnCode = StartProcess("docker", new ProcessSettings
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for not using the Cake.Docker addin for this?

https://github.com/MihaMarkic/Cake.Docker

}

// Publish Tag
returnCode = StartProcess("docker", new ProcessSettings
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for not using the Cake.Docker addin for this?

https://github.com/MihaMarkic/Cake.Docker

}

// Publish latest
returnCode = StartProcess("docker", new ProcessSettings
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for not using the Cake.Docker addin for this?

https://github.com/MihaMarkic/Cake.Docker

@JakeGinnivan JakeGinnivan merged commit 3c2459c into GitTools:master May 17, 2017
@JakeGinnivan JakeGinnivan deleted the feature/docker branch May 17, 2017 08:41
@asbjornu asbjornu mentioned this pull request Jan 22, 2019
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.

2 participants