Skip to content

Commit

Permalink
Pushed generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Sep 30, 2024
1 parent 2270a42 commit ab0c35f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- name: "io.quarkus.platform.version"
value: "3.8.6"
- name: "org.kie.kogito.version"
value: "999-20240905-SNAPSHOT"
value: "9.101-redhat"
- name: "maintainer"
value: "Red Hat <[email protected]>"
- name: "io.k8s.description"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description: "Kogito Project versions information"

envs:
- name: "KOGITO_VERSION"
value: "999-20240905-SNAPSHOT"
value: "9.101-redhat"
description: Defines the Kogito version to be used by the builder images. Not intended to be changed by end user.
- name: "QUARKUS_PLATFORM_VERSION"
value: "3.8.6"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,20 @@ cp -v "${SCRIPT_DIR}"/added/* "${MGMT_CONSOLE_HOME}"/launch
chmod +x "${MGMT_CONSOLE_HOME}/launch/entrypoint.sh" "${MGMT_CONSOLE_HOME}/image-env-to-json-standalone"
chown -R "${USER_ID}" "${MGMT_CONSOLE_HOME}"

ENV HTTPD_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/httpd/ \
HTTPD_APP_ROOT=${APP_ROOT} \
HTTPD_CONFIGURATION_PATH=${APP_ROOT}/etc/httpd.d \
HTTPD_MAIN_CONF_PATH=/etc/httpd/conf \
HTTPD_MAIN_CONF_MODULES_D_PATH=/etc/httpd/conf.modules.d \
HTTPD_MAIN_CONF_D_PATH=/etc/httpd/conf.d \
HTTPD_TLS_CERT_PATH=/etc/httpd/tls \
HTTPD_VAR_RUN=/var/run/httpd \
HTTPD_DATA_PATH=/var/www \
HTTPD_DATA_ORIG_PATH=/var/www \
HTTPD_LOG_PATH=/var/log/httpd

# Fixing /var/www permissions
chgrp -R 0 /var/log/httpd /var/run/httpd /var/www/html /management-console \
chmod -R g=u /var/log/httpd /var/run/httpd /var/www/html /management-console \

if [ -f "${MGMT_CONSOLE_HOME}/app/env.json" ]; then chmod a+w "${MGMT_CONSOLE_HOME}/app/env.json"; fi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ envs:

artifacts:
- name: sonataflow-management-console-webapp
description: "sonataflow-management-console-webapp-9.101.0.redhat-00004-image-build"
description: "sonataflow-management-console-webapp-999-SNAPSHOT-image-build"
dest: /home/kogito/management-console/app
target: sonataflow-management-console-webapp-image-build.zip
md5: "03524df51600e831a236d69e87578e70"
md5: "9f3ecb48515c68c9f65aa2c6c8833d0a"

0 comments on commit ab0c35f

Please sign in to comment.