packages/kogito-db-migrator-tool-image/resources/kie-kogito-db-migrator-tool-image.yaml (27 lines of code) (raw):
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
name: "docker.io/apache/kie-kogito-db-migrator-tool"
version: "main"
from: registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20
description: DBMigratorTool image for Data Index and Jobs Service database migration
labels:
- name: "org.kie.kogito.version"
value: "### SET ME DURING BUILD PROCESS ###"
- name: "maintainer"
value: "Apache KIE <dev@kie.apache.org>"
- name: "io.k8s.description"
value: "Kogito DB Migration creates schemas and tables for Data Index and Jobs Service, currently supporting PostgreSQL database"
- name: "io.k8s.display-name"
value: "Kogito DB Migration Tool for Data Index and Jobs Service, currently supporting PostgreSQL"
- name: "io.openshift.tags"
value: "kogito,db-migration"
modules:
repositories:
- path: modules
install:
- name: org.kie.kogito.system.user
- name: org.kie.kogito.project.versions
- name: org.kie.kogito.db-migrator-tool.db-migration-deps
run:
workdir: "/home/kogito/bin"
user: 1001
cmd:
- "/home/kogito/kogito-app-launch.sh"