klutchell / balena-pihole-aarch64

aarch64 balenaCloud stack for Pi-holeยฎ https://pi-hole.net/
MIT License
4 stars 2 forks source link

Docker image `cloudflared:x.y.z` manifestnot found #1

Open ntwb opened 4 years ago

ntwb commented 4 years ago

Hey, firstly thanks for having the 64 bit repo of this ๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ

I've just been trying to deploy this to Balena and the only way I could get the deploy to deploy on Balena was to use cloudflared:latest.

I tried:

Each of these appear to be valid tags to me looking at: https://hub.docker.com/r/klutchell/cloudflared/tags

There were no issues with any of the other docker images

This is the error I saw displayed for each of the images listed above:

[Error]           Some services failed to build:
[Error]             Service: cloudflared
[Error]               Error: manifest for klutchell/cloudflared:arm64v8-2019.10.4 not found
[Info]            Built on arm01
[Error]           Not deploying release.
Remote build failed

Once changing to cloudflared:latest the build was deployed:

[Info]            Uploading images
[Success]         Successfully uploaded images
[Info]            Built on arm01
[Success]         Release successfully created!
[Info]            Release: 1c0d4ebedce3b643e69fc133fec8fb29 (id: 1132303)
[Info]            โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
[Info]            โ”‚ Service        โ”‚ Image Size โ”‚ Build Time โ”‚
[Info]            โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
[Info]            โ”‚ pihole         โ”‚ 315.49 MB  โ”‚ < 1 second โ”‚
[Info]            โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
[Info]            โ”‚ unbound        โ”‚ 57.66 MB   โ”‚ 5 seconds  โ”‚
[Info]            โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
[Info]            โ”‚ cloudflared    โ”‚ 24.85 MB   โ”‚ 2 seconds  โ”‚
[Info]            โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
[Info]            โ”‚ dnscrypt-proxy โ”‚ 9.31 MB    โ”‚ 2 seconds  โ”‚
[Info]            โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
[Info]            Build finished in 45 seconds
klutchell commented 4 years ago

Hey there, the recent images of all 3 upstream providers no longer support the platform prefix, so the image names just need to change to <repo>/<service>:<x.y.z>. The correct arch will be downloaded automatically.

ntwb commented 4 years ago

Thanks, odd that unbound:arm64v8-1.9.3 and dnscrypt-proxy:arm64v8-2.0.27 worked /shrug

Any thanks, will pull the changes you just made, cheers ๐Ÿ‘๐Ÿผ