Skip to content

Commit

Permalink
Update to OpenShift 4.17
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
Alexander Birkner committed Nov 27, 2024
1 parent 4a79871 commit 3656e52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Environment variables
.env
/LOCAL.md

# IntelliJ
/.idea/
/*.iml

# Output
/output*/
/output*/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /
Expand Down

0 comments on commit 3656e52

Please # to comment.