From 3656e5258538ed4833a02f1468f8c8e14c44e289 Mon Sep 17 00:00:00 2001 From: Alexander Birkner Date: Wed, 27 Nov 2024 02:27:18 +0100 Subject: [PATCH] Update to OpenShift 4.17 # We are using semantic-release to automatically create releases and changelogs. # Make sure you are using the following conventions when writing commit # messages: # # type(component): present tense title line commanding the change # Ticket: TE-XXX # # Type can be: # * fix: caught promise exception # * feat: added new files # * chore: updated dependencies # * refactor: updated code to use new API # * test: added new tests # * docs: updated documentation # * style: fixed linting issues # * perf: improved performance # # Component can be anything, but it should reflect the component in which the # change was made. Examples: panel, acp, backend, frontend, api, ... # # You can also add trailers for supported projects to automatically create # public Changelog messages which should not contain sensitive information. # For example: # # Changelog-Public: Added the possibility to create multiple nodes at once # Changelog-Component: api,panel # # To indicate a breaking change, add the "BREAKING CHANGE:" trailer. --- .gitignore | 3 ++- README.md | 1 + docker/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index de7a603..d60cc4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ # Environment variables .env +/LOCAL.md # IntelliJ /.idea/ /*.iml # Output -/output*/ \ No newline at end of file +/output*/ diff --git a/README.md b/README.md index 9556254..7cb5315 100644 --- a/README.md +++ b/README.md @@ -245,5 +245,6 @@ Run this on the OpenShift node as `root` to remove all partitions and labels: ```bash sgdisk -Z /dev/vdX +blkdiscard /dev/vdX blockdev --rereadpt /dev/vdX ``` diff --git a/docker/Dockerfile b/docker/Dockerfile index 64293be..526ee91 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM fedora:39 -ENV OCP_VERSION=stable-4.15 +ENV OCP_VERSION=stable-4.17 ENV OCP_ARCH=x86_64 COPY /root /