Currently the build fails when it attempts to install python3.12. below is the pertinent error log:
#10 5.773 Reading package lists...
#10 6.613 Building dependency tree...
#10 6.788 Reading state information...
#10 6.835 E: Unable to locate package python3.12
#10 6.835 E: Couldn't find any package by glob 'python3.12'
#10 6.835 E: Unable to locate package python3.12-dev
#10 6.835 E: Couldn't find any package by glob 'python3.12-dev'
#10 6.835 E: Unable to locate package python3.12-venv
#10 6.835 E: Couldn't find any package by glob 'python3.12-venv'
#10 ERROR: process "/bin/sh -c add-apt-repository -y ppa:deadsnakes/ppa \t&& apt update \t&& apt install -y python3.12 python3.12-dev python3.12-venv" did not complete successfully: exit code: 100
------
> [stage2 1/4] RUN add-apt-repository -y ppa:deadsnakes/ppa && apt update && apt install -y python3.12 python3.12-dev python3.12-venv:
4.477 Hit:6 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ InRelease
Python 3.12 does not seem to be available (any longer?) in the deadsnakes ppa (for installing 'old' versions of python. We will need to investigate if it has been removed and was previously built correctly or if there are new issues in play.
For the 3.0.0 release and tag, this was manually created by copying the 2.0.0 tag. This is only done as the 3.0.0 tag is required for deployment via podaac terraform scripts.
Currently the build fails when it attempts to install python3.12. below is the pertinent error log:
Python 3.12 does not seem to be available (any longer?) in the deadsnakes ppa (for installing 'old' versions of python. We will need to investigate if it has been removed and was previously built correctly or if there are new issues in play.
For the 3.0.0 release and tag, this was manually created by copying the 2.0.0 tag. This is only done as the 3.0.0 tag is required for deployment via podaac terraform scripts.