Issue Summary

A summary of the issue and the browser/OS environment in which it occurs.
This issue is happening when doing a docker build:

=> ERROR [stage-1  3/12] RUN apt-get update &&   apt-get install -y     curl     gnupg     build-essential     pwgen     libffi-dev     sudo     git-co  8.5s
------
 > [stage-1  3/12] RUN apt-get update &&   apt-get install -y     curl     gnupg     build-essential     pwgen     libffi-dev     sudo     git-core     wget     libpq-dev     g++ unixodbc-dev     xmlsec1     libssl-dev     default-libmysqlclient-dev     freetds-dev     libsasl2-dev     unzip     libsasl2-modules-gssapi-mit &&   curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - &&   curl https://packages.microsoft.com/config/debian/10/prod.list > /etc/apt/sources.list.d/mssql-release.list &&   apt-get update &&   ACCEPT_EULA=Y apt-get install -y msodbcsql17 &&   apt-get clean &&   rm -rf /var/lib/apt/lists/*:#6 1.000 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
#6 1.000 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
#6 1.217 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
#6 1.729 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
#6 7.446 Reading package lists...
#6 8.262 E: Release file for http://security.debian.org/debian-security/dists/buster/updates/InRelease is not valid yet (invalid for another 2d 22h 31min 9s). Updates for this repository will not be applied.
#6 8.262 E: Release file for http://deb.debian.org/debian/dists/buster-updates/InRelease is not valid yet (invalid for another 2d 20h 9min 21s). Updates for this repository will not be applied.
------
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c apt-get update &&   apt-get install -y     curl     gnupg     build-essential     pwgen     libffi-dev     sudo     git-core     wget     libpq-dev     g++ unixodbc-dev     xmlsec1     libssl-dev     default-libmysqlclient-dev     freetds-dev     libsasl2-dev     unzip     libsasl2-modules-gssapi-mit &&   curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - &&   curl https://packages.microsoft.com/config/debian/10/prod.list > /etc/apt/sources.list.d/mssql-release.list &&   apt-get update &&   ACCEPT_EULA=Y apt-get install -y msodbcsql17 &&   apt-get clean &&   rm -rf /var/lib/apt/lists/*]: exit code: 100

The dockerfile details can be found here:

Technical details:

  • Redash Version: 9.0-beta
  • Browser/OS: Windows 10
  • How did you install Redash: 10.0

Any reason you’re building V9 instead of V10?

I wonder if you’re running into this https://github.com/getredash/redash/pull/5570

1 Like