Skip to content

Commit

Permalink
Merge pull request #741 from ministryofjustice/onr/DSOS-2681/distribu…
Browse files Browse the repository at this point in the history
…te-base-amis-to-onr-rhel-6

change to last known working ansible component for rhel 6
  • Loading branch information
robertsweetman authored Mar 26, 2024
2 parents efd1892 + c9e61df commit 4980e0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commonimages/base/rhel_6_10/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
parameters = []
}, {
name = "ansible"
version = "0.0.11"
version = "0.0.5" # set to last known working ansible component version
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion commonimages/base/rhel_6_10/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# BRANCH_NAME =
# GH_ACTOR_NAME =

configuration_version = "0.2.7"
configuration_version = "0.2.8"
description = "shared rhel 6.10 base image"

ami_base_name = "rhel_6_10"
Expand Down
7 changes: 7 additions & 0 deletions commonimages/base/rhel_8_5_arm64/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Overview
This directory holds represents definition and configuration required to build an Oracle Linux 8.5 base AMI.

NOTE: Parent 8.5 AMI no longer exists so pipeline is broken
FIXME: https://dsdmoj.atlassian.net/browse/DSOS-2558

As of March 2024 the lowest Rhel 8 Linux version is 8.6

0 comments on commit 4980e0f

Please sign in to comment.