pull access denied for bh.cr/balenablocks/browser-aarch64

Hello,

Is there any issue with your Docker registry ? When I try to balena push, I have the following error:

[Error] Some services failed to build:
[Error] Service: browser
[Error] Error: (HTTP code 404) unexpected - pull access denied for bh.cr/balenablocks/browser-aarch64, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
[Info] Built on arm03
[Error] Not deploying release.

It used to work correctly in the past, I didn’t change anything.

Hello,
The issue is occurring because we have moved the browser-aarch64 block to a different org. You can find it and its new image reference here: balenaHub: an easier way to find and publish fleets, apps, and blocks for edge devices
Apologies for the inconvenience caused by the migration

Hey @Thibaut just like my coworker pointed out, we have migrated some blocks to the balenalabs org. The new URL will just be:

bh.cr/balenalabs/browser-aarch64 

Hi @nucleardreamer
these are failing currently:
https://bh.cr/balenalabs/fin-block
https://bh.cr/balenalabs/browser-aarch64

So is the original:
bh.cr/balenablocks/fin-block

They redirect to:
https://registry-proxy.balena-cloud.com/balenalabs/fin-block
https://registry-proxy.balena-cloud.com/balenalabs/browser-aarch64

I get the error:
Cannot GET /balenalabs/fin-block

I think that might be normal for images on a container registry like bh.cr. If instead you reference it in a docker-compose.yml file for example, it seems to work:

$ dir=$(mktemp -d)
$ cat > $dir/docker-compose.yml << EOF
services:
  service1:
    image: bh.cr/balenalabs/fin-block
EOF
$ docker compose -f $dir/docker-compose.yml up
[+] Running 0/1
 ⠹ service1 Pulling....
1 Like

You’re right it worked in the docker-compse.yml file, thank you!

bh.cr/balenalabs/browser-arm7hf does not work from docker-compose.

[Error]       Some services failed to build:
[Error]         Service: browser
[Error]           Error: (HTTP code 404) unexpected - pull access denied for bh.cr/balenalabs/browser-arm7hf, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
[Info]        Built on arm01
[Error]       Not deploying release.