Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Ubuntu 22 LTS Jammy #2657

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Upgrade to Ubuntu 22 LTS Jammy #2657

wants to merge 2 commits into from

Conversation

tomjn
Copy link
Member

@tomjn tomjn commented Feb 17, 2023

A quick PR to add apt sources and switch boxes, untested

Checks

  • I've updated the changelog.
  • I've tested this PR
  • This PR is for the develop branch not the stable branch.
  • This PR is complete and ready for review.

@update-docs
Copy link

update-docs bot commented Feb 17, 2023

Thanks for opening this pull request! Make sure CHANGELOG.md gets updated with this change, additionally any docs that need updated can be found at https://github.com/Varying-Vagrant-Vagrants/varyingvagrantvagrants.org

GitHub
The VVV docs and website. Contribute to Varying-Vagrant-Vagrants/varyingvagrantvagrants.org development by creating an account on GitHub.

@tomjn
Copy link
Member Author

tomjn commented Feb 24, 2023

@msaggiorato do you have a moment to look into the docker script? Something about the ubuntu 22 container image is preventing it copying files from /srv/provision very early in the process and I'm not sure what's causing it

@tomjn
Copy link
Member Author

tomjn commented Mar 3, 2023

We need to swap the MariaDB apt mirror for a new one for Jammy:

This is the new rackspace mirror copied from mariaDB, I've bumped the version to 10.11 too

sudo apt-get install apt-transport-https curl
sudo curl -o /etc/apt/trusted.gpg.d/mariadb_release_signing_key.asc 'https://mariadb.org/mariadb_release_signing_key.asc'
sudo sh -c "echo 'deb https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu jammy main' >>/etc/apt/sources.list"

@tomjn
Copy link
Member Author

tomjn commented Feb 18, 2024

This is failing due to:

cp: cannot stat '/srv/provision/core/env/homedir/.bash_profile': Permission denied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant