Downloads:
5,497
Downloads of v 0.14.0:
31
Last Update:
08 Nov 2024
Package Maintainer(s):
Software Author(s):
- Dagger
- Dagger Committers
Tags:
dagger ci cd tool pipelines- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Dagger
- 1
- 2
- 3
0.14.0 | Updated: 08 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,497
Downloads of v 0.14.0:
31
Maintainer(s):
Software Author(s):
- Dagger
- Dagger Committers
Dagger 0.14.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Dagger, Dagger Committers. The inclusion of Dagger, Dagger Committers trademark(s), if any, upon this webpage is solely to identify Dagger, Dagger Committers goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Dagger, run the following command from the command line or from PowerShell:
To upgrade Dagger, run the following command from the command line or from PowerShell:
To uninstall Dagger, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download dagger --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade dagger -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade dagger -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dagger
win_chocolatey:
name: dagger
version: '0.14.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dagger' do
action :install
source 'INTERNAL REPO URL'
version '0.14.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dagger
{
Name = "dagger"
Version = "0.14.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dagger':
ensure => '0.14.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 08 Nov 2024.
Dagger is a portable devkit for CICD.
Using Dagger, software teams can develop powerful CICD pipelines with minimal effort, then run them anywhere.
Log in or click on link to see number of positives.
- dagger.0.14.0.nupkg (350736f8b232) - ## / 67
- dagger_v0.14.0_windows_amd64.zip (f6438baf818b) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Dagger 0.14.0 | 31 | Friday, November 8, 2024 | Approved | |
Dagger 0.13.7 | 22 | Thursday, October 31, 2024 | Approved | |
Dagger 0.13.6 | 23 | Friday, October 25, 2024 | Approved | |
Dagger 0.13.5 | 30 | Thursday, October 10, 2024 | Approved | |
Dagger 0.13.4 | 13 | Wednesday, October 9, 2024 | Approved | |
Dagger 0.13.3 | 41 | Friday, September 20, 2024 | Approved | |
Dagger 0.13.2 | 19 | Friday, September 20, 2024 | Approved | |
Dagger 0.13.1 | 32 | Wednesday, September 18, 2024 | Approved | |
Dagger 0.13.0 | 39 | Wednesday, September 11, 2024 | Approved | |
Dagger 0.12.7 | 42 | Monday, September 2, 2024 | Approved | |
Dagger 0.12.6 | 35 | Friday, August 30, 2024 | Approved | |
Dagger 0.12.5 | 37 | Thursday, August 15, 2024 | Approved | |
Dagger 0.12.4 | 45 | Friday, August 2, 2024 | Approved | |
Dagger 0.12.3 | 34 | Thursday, July 25, 2024 | Approved | |
Dagger 0.12.2 | 30 | Monday, July 22, 2024 | Approved | |
Dagger 0.12.1 | 31 | Thursday, July 18, 2024 | Approved | |
Dagger 0.12.0 | 40 | Friday, July 12, 2024 | Approved | |
Dagger 0.11.9 | 51 | Tuesday, June 25, 2024 | Approved | |
Dagger 0.11.8 | 45 | Tuesday, June 18, 2024 | Approved | |
Dagger 0.11.7 | 38 | Tuesday, June 11, 2024 | Approved | |
Dagger 0.11.6 | 43 | Thursday, May 30, 2024 | Approved | |
Dagger 0.11.5 | 44 | Tuesday, May 28, 2024 | Approved | |
Dagger 0.11.4 | 49 | Thursday, May 9, 2024 | Approved | |
Dagger 0.11.3 | 32 | Wednesday, May 8, 2024 | Approved | |
Dagger 0.11.2 | 48 | Friday, April 26, 2024 | Approved | |
Dagger 0.11.1 | 36 | Tuesday, April 16, 2024 | Approved | |
Dagger 0.11.0 | 59 | Thursday, April 4, 2024 | Approved | |
Dagger 0.10.3 | 42 | Tuesday, March 26, 2024 | Approved | |
Dagger 0.10.2 | 56 | Tuesday, March 12, 2024 | Approved | |
Dagger 0.10.1 | 46 | Tuesday, March 5, 2024 | Approved | |
Dagger 0.10.0 | 46 | Tuesday, February 27, 2024 | Approved | |
Dagger 0.9.11 | 47 | Tuesday, February 20, 2024 | Approved | |
Dagger 0.9.10 | 54 | Tuesday, February 13, 2024 | Approved | |
Dagger 0.9.9 | 54 | Friday, February 9, 2024 | Approved | |
Dagger 0.9.8 | 48 | Thursday, February 1, 2024 | Approved | |
Dagger 0.9.7 | 43 | Friday, January 19, 2024 | Approved | |
Dagger 0.9.6 | 47 | Friday, January 12, 2024 | Approved | |
Dagger 0.9.5 | 53 | Thursday, December 21, 2023 | Approved | |
Dagger 0.9.4 | 48 | Friday, December 8, 2023 | Approved | |
Dagger 0.9.3 | 60 | Saturday, December 2, 2023 | Approved | |
Dagger 0.9.2 | 108 | Tuesday, October 31, 2023 | Approved | |
Dagger 0.9.1 | 43 | Thursday, October 26, 2023 | Approved | |
Dagger 0.9.0 | 53 | Monday, October 30, 2023 | Approved | |
Dagger 0.8.8 | 55 | Wednesday, October 11, 2023 | Approved | |
Dagger 0.8.7 | 61 | Monday, September 18, 2023 | Approved | |
Dagger 0.8.6 | 43 | Monday, September 18, 2023 | Approved | |
Dagger 0.8.5 | 58 | Wednesday, September 13, 2023 | Approved | |
Dagger 0.8.4 | 62 | Thursday, August 17, 2023 | Approved | |
Dagger 0.8.3 | 53 | Wednesday, August 16, 2023 | Approved | |
Dagger 0.8.2 | 66 | Thursday, August 10, 2023 | Approved | |
Dagger 0.8.1 | 58 | Friday, August 4, 2023 | Approved | |
Dagger 0.8.0 | 65 | Thursday, August 3, 2023 | Approved | |
Dagger 0.6.4 | 56 | Wednesday, July 19, 2023 | Approved | |
Dagger 0.6.3 | 57 | Tuesday, July 4, 2023 | Approved | |
Dagger 0.6.2 | 56 | Thursday, June 15, 2023 | Approved | |
Dagger 0.6.1 | 70 | Thursday, June 1, 2023 | Approved | |
Dagger 0.6.0 | 58 | Thursday, May 25, 2023 | Approved | |
Dagger 0.5.3 | 67 | Thursday, May 18, 2023 | Approved | |
Dagger 0.5.2 | 64 | Thursday, May 11, 2023 | Approved | |
Dagger 0.5.1 | 69 | Friday, April 28, 2023 | Approved | |
Dagger 0.5.0 | 55 | Friday, April 7, 2023 | Approved | |
Dagger 0.4.2 | 65 | Thursday, March 23, 2023 | Approved | |
Dagger 0.4.1 | 56 | Thursday, March 16, 2023 | Approved | |
Dagger 0.4.0 | 55 | Wednesday, March 8, 2023 | Approved | |
Dagger 0.3.13 | 70 | Friday, February 24, 2023 | Approved | |
Dagger 0.3.12 | 60 | Wednesday, February 8, 2023 | Approved | |
Dagger 0.3.10 | 67 | Monday, February 6, 2023 | Approved | |
Dagger 0.2.36 | 100 | Wednesday, October 12, 2022 | Approved | |
Dagger 0.2.34 | 76 | Wednesday, September 14, 2022 | Approved | |
Dagger 0.2.33 | 73 | Tuesday, September 6, 2022 | Approved | |
Dagger 0.2.32 | 74 | Tuesday, August 30, 2022 | Approved | |
Dagger 0.2.31 | 69 | Tuesday, August 23, 2022 | Approved | |
Dagger 0.2.30 | 67 | Tuesday, August 16, 2022 | Approved | |
Dagger 0.2.29 | 73 | Friday, August 12, 2022 | Approved | |
Dagger 0.2.28 | 79 | Wednesday, August 3, 2022 | Approved | |
Dagger 0.2.27 | 75 | Wednesday, July 27, 2022 | Approved | |
Dagger 0.2.26 | 66 | Monday, July 25, 2022 | Approved | |
Dagger 0.2.25 | 62 | Thursday, July 21, 2022 | Approved | |
Dagger 0.2.24 | 66 | Tuesday, July 19, 2022 | Approved | |
Dagger 0.2.23 | 66 | Monday, July 11, 2022 | Approved | |
Dagger 0.2.22 | 71 | Thursday, July 7, 2022 | Approved | |
Dagger 0.2.21 | 87 | Tuesday, June 28, 2022 | Approved | |
Dagger 0.2.20 | 69 | Tuesday, June 21, 2022 | Approved | |
Dagger 0.2.19 | 77 | Tuesday, June 14, 2022 | Approved | |
Dagger 0.2.18 | 77 | Thursday, June 9, 2022 | Approved | |
Dagger 0.2.17 | 71 | Tuesday, June 7, 2022 | Approved | |
Dagger 0.2.16 | 77 | Monday, June 6, 2022 | Approved | |
Dagger 0.2.15 | 90 | Friday, June 3, 2022 | Approved | |
Dagger 0.2.14 | 79 | Thursday, June 2, 2022 | Approved | |
Dagger 0.2.13 | 67 | Wednesday, June 1, 2022 | Approved | |
Dagger 0.2.12 | 88 | Tuesday, May 24, 2022 | Approved | |
Dagger 0.2.11 | 81 | Wednesday, May 18, 2022 | Approved | |
Dagger 0.2.10 | 94 | Tuesday, May 10, 2022 | Approved | |
Dagger 0.2.9 | 84 | Thursday, May 5, 2022 | Approved | |
Dagger 0.2.8 | 71 | Sunday, May 1, 2022 | Approved | |
Dagger 0.2.5 | 85 | Tuesday, April 12, 2022 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Dagger and the Dagger package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Dagger, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.