Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#79342 - [skaffold] `failed: executing lifecycle: http: invalid Host header`
Attached to Project:
Arch Linux
Opened by Eric Wang (enihcam) - Thursday, 10 August 2023, 03:08 GMT
Last edited by Toolybird (Toolybird) - Thursday, 10 August 2023, 06:19 GMT
Opened by Eric Wang (enihcam) - Thursday, 10 August 2023, 03:08 GMT
Last edited by Toolybird (Toolybird) - Thursday, 10 August 2023, 06:19 GMT
|
DetailsDescription:
skaffold in archlinux version is unable to connect to a docker registry, whereas its official pre-built binary version can. ``` $ skaffold dev Generating tags... - demo/helloApp -> demo/helloApp:latest Checking cache... - demo/helloApp: Not found. Building Starting build... Building [demo/helloApp]... base: Pulling from paketo-buildpacks/builder Digest: sha256:214012ca29b99a53ec653a27f4e91a5df3ea3b1a9ce8d7926a918ce7d06c18e0 Status: Image is up to date for gcr.io/paketo-buildpacks/builder:base base-cnb: Pulling from paketo-buildpacks/run Digest: sha256:1af9935d8987fd52b2266d288200c9482d1dd5529860bbf5bc2d248de1cb1a38 Status: Image is up to date for gcr.io/paketo-buildpacks/run:base-cnb Cleaning up... - No resources found build [demo/helloApp] failed: executing lifecycle: http: invalid Host header ``` Additional info: * package version(s) > 2.6.3-1 * config and/or log files etc. > n/a * link to upstream bug report, if any https://github.com/docker/cli/issues/4437 https://github.com/moby/moby/issues/45935 https://github.com/golang/go/issues/60374 Steps to reproduce: `pacman -S skaffold` in a skaffold project, try `skaffold dev`. change to official binary that works: ``` curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 install skaffold /usr/bin/ skaffold dev ``` |
This task depends upon
https://aur.archlinux.org/packages/skaffold-bin
problem 'solved'!
[1] https://github.com/golang/go/commit/b9153f6ef338baee5fe02a867c8fbc83a8b29dd1
https://github.com/GoogleContainerTools/skaffold/blob/main/Makefile
https://github.com/GoogleContainerTools/skaffold/blob/main/.github/workflows/integration-linux.yml