Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions oracle-linux-image-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The tool currently supports:

- Distributions:
- Oracle Linux 7 update 9 -- Slim (x86_64)
- Oracle Linux 8 update 6 -- Slim (x86_64 and aarch64)
- Oracle Linux 8 update 8 -- Slim (x86_64 and aarch64)
__Note__: for aarch64, only Generic, OCI and UTM clouds are supported
- Oracle Linux 9 update 0 -- Slim (x86_64 and aarch64)
- Oracle Linux 9 update 2 -- Slim (x86_64 and aarch64)
__Note__: for aarch64, only Generic, OCI and UTM clouds are supported
- Clouds:
- Microsoft Azure cloud
Expand Down Expand Up @@ -96,7 +96,7 @@ In that case, you will have to provide an URL to an installation tree and option
Example for an Oracle Linux 9 using the UEK boot ISO:

```Shell
ISO_URL="https://yum.oracle.com/ISOS/OracleLinux/OL9/u0/x86_64/OracleLinux-R9-U0-x86_64-boot-uek.iso"
ISO_URL="https://yum.oracle.com/ISOS/OracleLinux/OL9/u2/x86_64/OracleLinux-R9-U2-x86_64-boot-uek.iso"
REPO_URL="https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64"
REPO[AppStream]="https://yum.oracle.com/repo/OracleLinux/OL9/appstream/x86_64"
REPO[ol9_UEKR7]="https://yum.oracle.com/repo/OracleLinux/OL9/UEKR7/x86_64"
Expand Down
2 changes: 1 addition & 1 deletion oracle-linux-image-tools/cloud/utm/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<true/>
<key>Notes</key>
<string>Default user/initial password: opc/opc
Root password: locked</string>
Root account: locked</string>
</dict>
<key>Input</key>
<dict>
Expand Down
1 change: 1 addition & 0 deletions oracle-linux-image-tools/distr/ol7-slim/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ distr::cleanup() {
echo_message "Yum cleanup"
yum -q repolist > "${BUILD_INFO}/repolist.txt"
: > /etc/yum/vars/ociregion
echo "oracle.com" > /etc/yum/vars/ocidomain
rm -rf /var/cache/yum/*
rm -rf /var/lib/yum/*
find /etc/ -name "./*.uln-*" -exec rm -rf {} \;
Expand Down
4 changes: 2 additions & 2 deletions oracle-linux-image-tools/distr/ol8-aarch64/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# env file.

# Distribution name
DISTR_NAME="OL8U7_aarch64"
DISTR_NAME="OL8U8_aarch64"

# Distribution release
readonly ORACLE_RELEASE=8
Expand All @@ -15,7 +15,7 @@ SETUP_SWAP="yes"
ROOT_FS="xfs"

# Label of the ISO image
ISO_LABEL="OL-8-7-0-BaseOS-aarch64"
ISO_LABEL="OL-8-8-0-BaseOS-aarch64"

# Boot command
# Variables MUST be escaped as they are evaluated at build time.
Expand Down
1 change: 1 addition & 0 deletions oracle-linux-image-tools/distr/ol8-aarch64/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ distr::cleanup() {
echo_message "Dnf cleanup"
dnf -q repolist > "${BUILD_INFO}/repolist.txt"
: > /etc/dnf/vars/ociregion
echo "oracle.com" > /etc/dnf/vars/ocidomain
rm -rf /var/cache/dnf/*
rm -rf /var/lib/dnf/*
find /etc/ -name "./*.uln-*" -exec rm -rf {} \;
Expand Down
2 changes: 1 addition & 1 deletion oracle-linux-image-tools/distr/ol8-slim/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# env file.

# Distribution name
DISTR_NAME="OL8U7_x86_64"
DISTR_NAME="OL8U8_x86_64"

# Distribution release
readonly ORACLE_RELEASE=8
Expand Down
1 change: 1 addition & 0 deletions oracle-linux-image-tools/distr/ol8-slim/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ distr::cleanup() {
echo_message "Dnf cleanup"
dnf -q repolist > "${BUILD_INFO}/repolist.txt"
: > /etc/dnf/vars/ociregion
echo "oracle.com" > /etc/dnf/vars/ocidomain
rm -rf /var/cache/dnf/*
rm -rf /var/lib/dnf/*
find /etc/ -name "./*.uln-*" -exec rm -rf {} \;
Expand Down
4 changes: 2 additions & 2 deletions oracle-linux-image-tools/distr/ol9-aarch64/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# env file.

# Distribution name
DISTR_NAME="OL9U1_aarch64"
DISTR_NAME="OL9U2_aarch64"

# Distribution release
readonly ORACLE_RELEASE=9
Expand All @@ -15,7 +15,7 @@ SETUP_SWAP="yes"
ROOT_FS="xfs"

# Label of the ISO image
ISO_LABEL="OL-9-1-0-BaseOS-aarch64"
ISO_LABEL="OL-9-2-0-BaseOS-aarch64"

# Boot command
# Variables MUST be escaped as they are evaluated at build time.
Expand Down
1 change: 1 addition & 0 deletions oracle-linux-image-tools/distr/ol9-aarch64/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ distr::cleanup() {
echo_message "Dnf cleanup"
dnf -q repolist > "${BUILD_INFO}/repolist.txt"
: > /etc/dnf/vars/ociregion
echo "oracle.com" > /etc/dnf/vars/ocidomain
rm -rf /var/cache/dnf/*
rm -rf /var/lib/dnf/*
find /etc/ -name "./*.uln-*" -exec rm -rf {} \;
Expand Down
2 changes: 1 addition & 1 deletion oracle-linux-image-tools/distr/ol9-slim/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# env file.

# Distribution name
DISTR_NAME="OL9U1_x86_64"
DISTR_NAME="OL9U2_x86_64"

# Distribution release
readonly ORACLE_RELEASE=9
Expand Down
1 change: 1 addition & 0 deletions oracle-linux-image-tools/distr/ol9-slim/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ distr::cleanup() {
echo_message "Dnf cleanup"
dnf -q repolist > "${BUILD_INFO}/repolist.txt"
: > /etc/dnf/vars/ociregion
echo "oracle.com" > /etc/dnf/vars/ocidomain
rm -rf /var/cache/dnf/*
rm -rf /var/lib/dnf/*
find /etc/ -name "./*.uln-*" -exec rm -rf {} \;
Expand Down