skip to Main Content

Failing installation of msodbcsql17 – Debian

I am trying to update a docker image that uses python:3.9 as base (which uses Debian GNU/Linux 10 (buster)), but it now fails with steps that before gave no problems. The new image sha is @sha256:8f642902ba368481c9aca0a100f08daf93793c6fa14d3002253ea3cd210383a7, and the commands I…

VIEW QUESTION

Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'

Some of my GitHub Actions workflows started recently to return this error when installing Chromedriver: Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease [122 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Reading package lists... E: Repository 'http://security.debian.org/debian-security buster/updates…

VIEW QUESTION

grep in Debian and OSX different results

I have a Dockerfile and would like to grep AIRFLOW_VERSION from it: Dockerfile ARG AIRFLOW_VERSION="2.1.0" <---- This one This command works fine on my local machine (OSX): export AIRFLOW_VERSION=$(grep "ARG AIRFLOW_VERSION=" /Dockerfile | grep -Eo "d.d.d") echo $AIRFLOW_VERSION 2.1.0 But…

VIEW QUESTION
Back To Top
Search