sudo yum install krb5-workstation
Rewrite your '/etc/krb5.conf':
includedir /etc/krb5.conf.d/
schemaVersion: 2.2.2 | |
metadata: | |
name: java-lombok | |
components: | |
- name: tools | |
container: | |
image: quay.io/vsvydenk/udi-ds:java | |
env: | |
- name: USE_JAVA21 | |
value: "true" |
schemaVersion: 2.1.0 | |
metadata: | |
name: wildfly-demo | |
attributes: | |
controller.devfile.io/storage-type: ephemeral | |
projects: | |
- name: wildfly-cluster-demo | |
git: |
schemaVersion: 2.2.2 | |
metadata: | |
name: che-idea | |
displayName: IntelliJ IDEA Community | |
description: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE | |
tags: | |
- Tech-Preview | |
attributes: | |
publisher: che-incubator | |
version: 2022.1 |
schemaVersion: 2.2.2 | |
metadata: | |
name: che-code | |
displayName: VS Code - Open Source | |
description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE | |
attributes: | |
publisher: che-incubator | |
version: latest | |
title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE | |
repository: https://github.com/che-incubator/che-code |
docker pull registry.redhat.io/devspaces/pluginregistry-rhel8:3.11 | |
docker run -it --entrypoint /bin/bash registry.redhat.io/devspaces/pluginregistry-rhel8:3.11 | |
— | |
Then: | |
cp -r /var/lib/pgsql/15/data/old /var/lib/pgsql/15/data/database | |
/usr/local/bin/start_services.sh | |
psql |
schemaVersion: 2.2.0 | |
metadata: | |
name: nodejs | |
components: | |
- name: universal-developer-image | |
container: | |
image: quay.io/devfile/universal-developer-image:ubi8-latest | |
commands: | |
- id: command-id | |
exec: |
schemaVersion: 2.1.0 | |
metadata: | |
name: java-quarkus | |
displayName: Quarkus Java | |
description: Java application using Quarkus and OpenJDK 17 | |
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg | |
tags: | |
- Java | |
- Quarkus | |
projectType: Quarkus |
# to use this file, `pip install pip-tools` first, then | |
# pip-compile --allow-unsafe --output-file=requirements-build.txt requirements-build.in | |
# for python lang server + yq | |
argcomplete==2.0.0 | |
attrs==22.1.0 | |
Cython==0.29.32 | |
exceptiongroup==1.0.1 | |
flit_scm==1.7.0 | |
flit_core==3.8.0 |