Skip to content

Commit

Permalink
Build with Ubuntu 24.04 (#88)
Browse files Browse the repository at this point in the history
* update README

* use ubuntu 24.04 for automatic building of images
  • Loading branch information
sebastian-luna-valero authored Aug 23, 2024
1 parent fff9964 commit e47134a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ AppDB can then be updated with that information.

#### Requirements

From a base Ubuntu 22.04, you can get a working building environment by
From a base Ubuntu 24.04, you can get a working building environment by
installing `packer`, `ansible`, `qemu`, and `jq`, e.g.:

```shell
# get up to date system
$ sudo apt-get update && sudo apt-get upgrade -y
# Install packer
$ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
$ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo tee /etc/apt/trusted.gpg.d/hashicorp.asc
$ sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
$ sudo apt-get update && sudo apt-get install -y packer
# Install other tools
Expand Down
4 changes: 2 additions & 2 deletions builder/SCAI.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ net_id = "c38b0272-637e-4665-a79c-1a37222b572c"
# Flavor: medium
flavor_id = "73302761-40dc-4ced-91d6-7dd18524a82e"

# Image: ubuntu 22.04
image_id = "adeba762-ad84-406a-b082-dd055a27afb4"
# Image: ubuntu 24.04
image_id = "40df255c-1032-47f0-b52a-bd46ad462aa0"

0 comments on commit e47134a

Please sign in to comment.