LearnTeachCode / ltc-workspace-image

Immutable-Infrastructure-as-Code (IIaC) workspace image for the LearnTeachCode community
https://ghcr.io/capsulecorplab/ltc-workspace-image:main
Other
1 stars 1 forks source link

Update git ppa to use correct version for Ubuntu 20.04.1 #2

Closed TristanDamron closed 2 years ago

TristanDamron commented 2 years ago

Fixes a build issue with docker-compose build and the project's CI/CD. playbook.yaml pointed to the incorrect version of git (2.36.1) for Ubuntu 20.04.1. According to launchpad, the correct version is 2.37.1: https://launchpad.net/~git-core/+archive/ubuntu/ppa

image

capsulecorplab commented 2 years ago

Sorry, I somehow missed this PR. Though, I suspect it'll fail again once merged, as git's now at v2.38.1. What I started doing in other ansible playbooks is installing git from a locally saved source tarball, like here; will probably do the same for this project