puppetlabs / puppetdb

Centralized Puppet Storage
http://docs.puppetlabs.com/puppetdb
Apache License 2.0
297 stars 224 forks source link

Please make the packaging/build pipelines public and provide reproducible builds #3952

Open bastelfreak opened 3 months ago

bastelfreak commented 3 months ago

Use Case

As a service delivery partner we want to engage into the development. This isn't really possible without at least read-only access to the pipelines. We don't know which jobs exist and what they do. That makes it impossible to add support for new platforms. And as we can see on the existing requests Puppet itself is quite slow for adding support for new distributions/architectures.

Describe the Solution You Would Like

use GitHub actions for supported platforms to build packages (preferred) or at least grant partners access to the Jenkins (which was public in the past).

Describe Alternatives You've Considered

While I hate it that an open source tool uses private pipelines, you could also workaround this by providing new packages faster. However I think reproducible builds are required in the future and that also requires logs.

Additional Context

austb commented 3 months ago

Linking this together with the Agent and Server issues.

https://github.com/puppetlabs/puppet/issues/9305 https://github.com/puppetlabs/puppetserver/issues/2842