cresta / atlantis-drift-detection

Detect terraform drift in atlantis
Apache License 2.0
68 stars 8 forks source link

Docker build fails - Ubuntu 22.10 end of life #114

Closed zen closed 8 months ago

zen commented 1 year ago

I'd suggest to upgrade to some more recent and maintained version of ubuntu, 22.10 is EOL.

  #6 [stage-1 2/4] RUN  apt-get update   && apt-get install -y wget unzip git   && rm -rf /var/lib/apt/lists/*
  #6 sha256:1319f1b37296600ecb58bd93173ea5d5290d2470e93d573c8a9785571b0c047f
  #6 0.519 Ign:1 http://archive.ubuntu.com/ubuntu kinetic InRelease
  #6 0.535 Ign:2 http://security.ubuntu.com/ubuntu kinetic-security InRelease
  #6 0.673 Ign:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
  #6 0.697 Err:4 http://security.ubuntu.com/ubuntu kinetic-security Release
  #6 0.697   404  Not Found [IP: 185.125.190.39 80]
  #6 0.827 Ign:5 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
  #6 0.981 Err:6 http://archive.ubuntu.com/ubuntu kinetic Release
  #6 0.981   404  Not Found [IP: 185.125.190.39 80]
  #6 1.135 Err:7 http://archive.ubuntu.com/ubuntu kinetic-updates Release
  #6 1.135   404  Not Found [IP: 185.125.190.39 80]
  #6 1.289 Err:8 http://archive.ubuntu.com/ubuntu kinetic-backports Release
  #6 1.289   404  Not Found [IP: 185.125.190.39 80]
  #6 1.292 Reading package lists...
  #6 1.298 E: The repository 'http://security.ubuntu.com/ubuntu kinetic-security Release' does not have a Release file.
  #6 1.298 E: The repository 'http://archive.ubuntu.com/ubuntu kinetic Release' does not have a Release file.
  #6 1.298 E: The repository 'http://archive.ubuntu.com/ubuntu kinetic-updates Release' does not have a Release file.
  #6 1.298 E: The repository 'http://archive.ubuntu.com/ubuntu kinetic-backports Release' does not have a Release file.
  #6 ERROR: process "/bin/sh -c apt-get update   && apt-get install -y wget unzip git   && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
cep21 commented 8 months ago

Sorry for delay: fixed on latest ubuntu now.