mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
al2022 -> al2023
This commit is contained in:
@@ -4,8 +4,8 @@ driver:
|
||||
platforms:
|
||||
- name: amazon_linux2
|
||||
image: amazonlinux:2
|
||||
- name: amazon_linux2022
|
||||
image: amazonlinux:2022
|
||||
- name: amazon_linux2023
|
||||
image: amazonlinux:2023
|
||||
- name: ubuntu_lts
|
||||
image: ubuntu:bionic
|
||||
provisioner:
|
||||
|
||||
@@ -4,8 +4,8 @@ driver:
|
||||
platforms:
|
||||
- name: amazon_linux2
|
||||
image: amazonlinux:2
|
||||
- name: amazon_linux2022
|
||||
image: amazonlinux:2022
|
||||
- name: amazon_linux2023
|
||||
image: amazonlinux:2023
|
||||
- name: ubuntu_lts
|
||||
image: ubuntu:bionic
|
||||
provisioner:
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Add Adoptium repo and install Eclipse Temurin JDK if necessary on Amazon Linux 2022
|
||||
- name: Add Adoptium repo and install Eclipse Temurin JDK if necessary on Amazon Linux 2023
|
||||
block:
|
||||
|
||||
# There is no amazonlinux/2022 package available from the Adoptium repo; AL2022 docs point to upstream compatiblity
|
||||
# There is no amazonlinux/2023 package available from the Adoptium repo; AL2023 docs point to upstream compatiblity
|
||||
# with Fedora 34, 35, and 36, so we use the latest of those for the Temurin package for now
|
||||
- name: Add Adoptium yum repository
|
||||
ansible.builtin.yum_repository:
|
||||
@@ -31,7 +31,7 @@
|
||||
tags:
|
||||
- runtime_pkg
|
||||
|
||||
- name: Install other base packages on Amazon Linux 2022
|
||||
- name: Install other base packages on Amazon Linux 2023
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- dejavu-fonts-all # Required by the installer
|
||||
Reference in New Issue
Block a user