Kong / kong-build-tools

Build tools to package and release Kong
Apache License 2.0
82 stars 72 forks source link

Docker repository kong/kong-build-tools not available #593

Closed elluvium closed 1 year ago

elluvium commented 1 year ago

Hello! I'm trying to build kong from source using kong-build-tools. Have found that since 4.27.x version the docker repository for kong-build-tools image was changed from mashape/kong-build-tools to kong/kong-build-tools but it's not available:

[internal] load metadata for docker.io/kong/kong-build-tools:openresty-apk-2a89c0b-6705706f4e148209a77a50eb4d786a0eb198f007fd9640767ef324abe3468e9210-0-openssl: error: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

Is this expected? Am I doing smth wrong? Is it possible to continue using mashape/kong-build-tools or it is better to build it on my own?

fffonion commented 1 year ago

@elluvium kong/kong-build-tools is public, this step is to pull cache if exists and it doesn't exist. You can ignore this message.

fffonion commented 1 year ago

Closing for inactivity, please reopen if needed : )