Skip to content

Commit

Permalink
Improve comment on why this docker bit is necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley committed Nov 19, 2024
1 parent a8b2413 commit e6df869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/build-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ echo "Modified python wrapper requirements:"
cat requirements.txt
cd ../..

# FIXME upstream python version specification fix?
# FIXME no good way to specify python version requirement to pip; use 3.8 runtime/setuptools image
# This block can be removed once python 3.8 reaches "no updates" aws deprecation status in March 2025
sed -i 's/runtime=python3.*/runtime=python3.8/' otel/Dockerfile
echo "Modified Dockerfile:"
cat otel/Dockerfile
Expand Down

0 comments on commit e6df869

Please sign in to comment.