The wrong registry in the docker.json file and cloudfare's "proxying"
Daniel-Lobo
Posts
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missing -
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingThank your your assistance, @nebulon. We're finally able to build and install the app.
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingThe images are build, but not pushed. We have the registry app. Our intention is to push to the registry app. With my cloudron's credentials the error was "unauthorized: incorrect username or password". With the docker credentials the error is "denied: requested access to the resource is denied"
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingThe credentials on the docker.json file are my cloudron's credentials right? Or docker's?
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingCan you give me the basics or point me to documentation to connect with ssh?
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingNot that. But there is a terminal you can access fort the app config page that doesn't work for me. I'll try ssh
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingWell. That another problem. The host terminal doesn't work for me
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingSame thing
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingI restarted it and still the problem.
Looking at the logs I can see the error is intact when pushing the image to the registry:Build stream finished
Pushing...
failed during image pushing.
Push failedMy docker.json file looks like this:
{
"docker.io": {
"username": "?????",
"password": "?????"
}
}Is there any configuration I might be missing, perhaps in the Registry app?
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingThank very much, it runs with the correct command, but at the end of the build I have the error:
unauthorized: incorrect username or passwordI'm logged on the cli and a have entered the user name and password on the docker.json file in the build service
-
cloudron build fais with error: Failed to upload app for building: 400 message: accessToken is missingI'm logged on the CLI and on cloudron's dashboard
tried:
"cloudron build --url '???' --token ???" as instructed in the build service UI and
"cloudron build --set-build-service" as instructed in the documentation (https://docs.cloudron.io/apps/docker-builder/)tried refreshing the token
Always the same result.
Any help will be appreciated.
Thank you all in advance, Daniel