Skip to content

Commit efacdc5

Browse files
authored
Merge pull request #205 from YPCrumble/feature/upgrade-ubuntu-24
Upgrade to Ubuntu 24.04.
2 parents aa87d5f + 615374c commit efacdc5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
ansible-django-stack
32
====================
43

@@ -23,7 +22,7 @@ Environment-specific settings are in the `group_vars` directory.
2322
A `certbot` role is also included for automatically generating and renewing
2423
trusted SSL certificates with [Let's Encrypt][lets-encrypt].
2524

26-
**Tested with OS:** Ubuntu 22.04 LTS (64-bit), Ubuntu 20.04 LTS (64-bit).
25+
**Tested with OS:** Ubuntu 24.04 LTS (64-bit), Ubuntu 22.04 LTS (64-bit).
2726

2827
**Tested with Cloud Providers:** [Digital Ocean][digital-ocean], [AWS][aws], [Rackspace][rackspace]
2928

@@ -315,7 +314,7 @@ to run during deployment in most Django environments.
315314

316315
The [Vagrantfile](Vagrantfile) uses the Ubuntu 22.04 LTS Vagrant box for a
317316
64-bit PC that is published by Canonical in HashiCorp Atlas. To use Ubuntu
318-
20.04 LTS instead, change the `config.vm.box` setting to `ubuntu/focal64`.
317+
24.04 LTS instead, change the `config.vm.box` setting to `ubuntu/noble64`.
319318

320319
### Changing the Python version used by your application
321320

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Use the official Ubuntu 20.04 base image from the Docker repository
1+
# Use the official Ubuntu 22.04 base image from the Docker repository
22
FROM ubuntu:jammy
33

44
# Allow processes to detect that they are being run in a container

molecule/default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ platforms:
1515
image: ubuntu
1616
image_version: jammy
1717
privileged: true
18-
- name: instance-focal
18+
- name: instance-noble
1919
groups:
2020
- vagrant
2121
image: ubuntu
22-
image_version: focal
22+
image_version: noble
2323
privileged: true
2424
provisioner:
2525
name: ansible

0 commit comments

Comments
 (0)