Tim Hardeck

Results 27 comments of Tim Hardeck

As Andrew already wrote pack relies on Docker. There is already a pack issue for additional containerd support: https://github.com/buildpacks/pack/issues/1393 We could require Docker only on the cli side, but since...

As part of this spike it might be worth checking out how pack implements rebasing [of buildpack images] and supports additional buildpacks.

This should be fixed in Fleet by https://github.com/rancher/fleet/pull/990 which will be part of Fleet v0.5.0.

Dashes "-" are accepted in Fleet following RFC 1123, as are lowercase characters and numbers. `^[-a-z0-9]*$`

Thx for providing the workaround. Could this be done as an option in backintime? Inhibiting suspend is great but many people do not have time based suspends but do not...

So the workaround works fine for me. I will test your suggestion and will report back.

Removing `INHIBIT_IDLE` does not seem to fix the issue.

Thanks for your reply. The problem with having a static succession is that the author tag never changes. We used git-duet specifically to prevent this. Another workaround would be to...

After reading up I would suggest to use the Concourse internal resource, so we do not have to add an additional resource to every pipeline (this would make a quick...

Our package build service system now also complains that the release tarballs do mismatch which is true. Because the source url, which is specified in the rpm spec, looks for...