Astro CLI failure, postgres Error

Hi there,

After I run astro dev start

4 warnings found (use --debug to expand):

  • Empty continuation line found in: RUN set -ex && apt-get update -yqq && apt-get upgrade -yqq && apt-get install -yqq --no-install-recommends sudo default-libmysqlclient-dev procps build-essential freetds-dev lynx postgresql-client libpq-dev libgssapi-krb5-2 libkrb5-dev python-dev netcat vim cron awscli telnet unzip wget git openssh-client gpg gpg-agent libaio1 telnet pkg-config default-libmysqlclient-dev && ln -s /lib /lib64 && rm /bin/sh && ln -sv /bin/bash /bin/sh && echo “auth required pam_wheel.so use_uid” >> /etc/pam.d/su && chgrp root /etc/passwd && chmod ug+rw /etc/passwd
  • Empty continuation line found in: RUN apt-get purge --auto-remove -yqq freetds-dev && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base
  • Empty continuation line found in: RUN wget --no-check-certificate https://download.oracle.com/otn_software/linux/instantclient/193000/instantclient-basic-linux.x64-19.3.0.0.0dbru.zip && unzip instantclient-basic-linux.x64-19.3.0.0.0dbru.zip && ln -s /usr/lib/libnsl.so.2 /usr/lib/libnsl.so.1 && ln -s /usr/lib/libc.so /usr/lib/libresolv.so.2
  • Empty continuation line found in: RUN . .venv/bin/activate && pip install dbt-core==1.2.0 && pip install dbt-snowflake==1.2.0 && deactivate && cp /dbt/.venv/bin/dbt /usr/local/bin/dbt

What’s Next?
View a summary of image vulnerabilities and recommendations → docker scout quickview
Env file “.env” found. Loading…
[+] Running 0/0
⠿ postgres Error 0.0s
Error: error building, (re)creating or starting project containers: Error response from daemon: Please run ‘docker login’

But I indeed log into docker, please help, thank you in advance!

Hi @zztm123, I believe this should get resolved when you pull the same version of Postgres as used by the Astro CLI.

I suggest upgrading to the Latest Astro CLI version and then trying to pull the postgres 12.6 version
docker pull postgres:12.6

Also, would suggest doing a docker logout and then starting fresh!

Hope this helps!