Javier Romero
Javier Romero
@abarke we don't have any examples but theoretically it should be possible. As long as a container runtime is available you may use one of the following options. 1. If...
@2pai, Yes, of course. Feel free to schedule some time using [this link](https://calendly.com/rjavier_vmw/60min) or reach me directly via [Slack](http://slack.buildpacks.io/).
@abarke thanks for the follow up. I just updated the labels. At this point in time, I don't believe anyone is going through the effort. I'm more than happy to...
`pack` _should_ work on CentOS if installed manually. ``` (export GH=buildpacks/pack; export LATEST=$(curl -s https://api.github.com/repos/$GH/releases/latest | grep -o -E "https://.+?-linux.tgz"); echo "$LATEST"; curl -sSL "$LATEST" | sudo tar -C /usr/local/bin/...
Another platform specific use case (Tekton) where this feature would be useful: https://github.com/buildpacks/tekton-integration/issues/31#issue-923993266
Whatever happened to this? Should this be draft or do we still want to push it out?
@buildpacks/platform-maintainers what are our thoughts on continuing to support Ubuntu 16.04 releases?
> The question is whether there's another option. I did bring this up on another [similar request](https://github.com/buildpacks/pack/issues/1400#issuecomment-1090326214). > maybe there's a way to improve our workflow to better support many...
Unfortunately, it seems like we won't be able to get the xenial delivery pipeline back up for this release ([0.27.0](https://github.com/buildpacks/pack/milestone/40)). There are a lot of brought on complications due to...
Sadly, this was closed preemptively. > Why does this only happen for xenial? This happens because xenial does not have a golang package in the "backports" PPA we are using...