Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
sergelogvinov committed Nov 4, 2024
1 parent 0cc3a88 commit 3124255
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions oracle/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ About image_metadata.json https://www.oracle.com/docs/tech/oracle-private-cloud-

```hcl
# Body of terraform.tfvars
compartment_ocid = "ocid1.compartment.oc1.."
tenancy_ocid = "ocid1.tenancy.oc1.."
user_ocid = "ocid1.user.oc1..aaaaaaaaxxxxxx"
fingerprint = "ee:7f:67:00:e7:19:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"
key_file = "~/.oci/oci_api_key.pem"
```

```shell
Expand Down
2 changes: 1 addition & 1 deletion oracle/images/image_metadata_amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"imageCapabilityData": null,
"imageCapsFormatVersion": null,
"operatingSystem": "Talos",
"operatingSystemVersion": "1.3.0"
"operatingSystemVersion": "1.8.2"
}
7 changes: 6 additions & 1 deletion oracle/images/image_metadata_arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@
"imageCapabilityData": null,
"imageCapsFormatVersion": null,
"operatingSystem": "Talos",
"operatingSystemVersion": "1.3.0",
"operatingSystemVersion": "1.8.2",
"additionalMetadata": {
"shapeCompatibilities": [
{
"internalShapeName": "VM.Standard.A1.Flex",
"ocpuConstraints": null,
"memoryConstraints": null
},
{
"internalShapeName": "VM.Standard.A2.Flex",
"ocpuConstraints": null,
"memoryConstraints": null
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion oracle/images/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ locals {
variable "release" {
description = "The image name"
type = string
default = "1.6.7"
default = "1.8.2"
}

variable "arch" {
Expand Down
2 changes: 1 addition & 1 deletion oracle/images/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "5.38.0"
version = "6.15.0"
}
}
required_version = ">= 1.5"
Expand Down

0 comments on commit 3124255

Please sign in to comment.