[CLOSED]Docker Error: WARNING! Your password will be stored unencrypted in /root/.docker/config.json
- 0
- Functions
- Cloud

I am updating 0.12 to 0.13.4 and getting this error while deploying cloud function

Do you have the docker hub environment variables set?

I don't think so


Do I need to redeploy all functions ?

you can check by running docker compose exec appwrite vars
and look for DOCKER

uhmmm i think there was a big change between 0.12 and 0.13 for functions..

ya. you'll need to update it to the new format: https://dev.to/appwrite/everything-you-need-to-know-about-appwrite-functions-013-5bga

1.4 also had a big change to functions...

I found this.

Where did you see this?

after running docker-compose exec appwrite vars
command in appwrite directory

inside appwrite

after running docker-compose exec appwrite vars
command inside appwrite folder in cloud server

do I need to delete them ? or do you want different output π

More logs: sudo docker-compose logs --follow appwrite-executor Attaching to appwrite-executor appwrite-executor | Warming up Node.js 15.5 environment... appwrite-executor | Warming up PHP 8.0 environment... appwrite-executor | Warming up Ruby 3.0 environment... appwrite-executor | Warming up Python 3.9 environment... appwrite-executor | Warming up Dart 2.14 environment... appwrite-executor | Removing orphan runtimes... appwrite-executor | Failed to Warmup Node.js 15.5! appwrite-executor | Failed to Warmup Dart 2.14! appwrite-executor | Failed to Warmup Ruby 3.0! appwrite-executor | Failed to Warmup Python 3.9! appwrite-executor | Failed to Warmup PHP 8.0! appwrite-executor | Building container : 605069a46c635-650bdd89a376a517991d appwrite-executor | Build failed: Docker Error: tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' appwrite-executor | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' appwrite-executor | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'

something seems to be wrong with your tar: https://stackoverflow.com/questions/51655657/tar-ignoring-unknown-extended-header-keyword-libarchive-xattr-security-selinux

the docker passowrd warning can be ignored then

im going to close this post since your original question was answered

[CLOSED]Docker Error: WARNING! Your password will be stored unencrypted in /root/.docker/config.json
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
Iβm deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but itβs in a subdirectory with the root being an html landin...
- [bug] API response is good but UI don't ...
Hi guys! When i got my object, it have billingInfo relation, in the web ui i just got pading state, and the row shows object is null, but when i work whit this...
