Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the prometheus and remove useless stuff. #38

Open
wants to merge 2 commits into
base: webserver55-dev-rhel8
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tomcat9/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ modules:
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
ref: master
- name: jboss-jws-modules
git:
url: https://github.com/web-servers/jboss-jws-container-images-modules.git
ref: main
- path: custom-modules
install:
- name: jboss.container.maven.35.bash
Expand All @@ -121,6 +125,9 @@ modules:
- name: jboss.container.util.logging.bash
- name: os-eap-python
version: "3.6"
- name: os-jws-prometheus
- name: jws5-logging
version: "1.0"

packages:
install:
Expand Down
134 changes: 0 additions & 134 deletions tomcat9/image_jdk11.yaml

This file was deleted.

136 changes: 0 additions & 136 deletions tomcat9/image_jdk8.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions tomcat9/jdk11-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,8 @@ modules:
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.0
- path: custom-modules
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
ref: master
install:
- name: jboss.container.maven.35.bash
version: "3.5"
- name: jboss.container.java.rm-openjdk
- name: dynamic-resources
- name: s2i-common
- name: os-jws-s2i
- name: jws8-conffiles
version: "1.0"
- name: rm-manager
version: "1.0"
- name: os-jws-deployments
- name: jboss.container.jolokia.bash
- name: os-jws-jolokia
- name: jws5-logging
version: "1.0"
- name: jboss.container.java.jvm.bash
- name: os-jws-launch
- name: os-jws-https
- name: jws-secure-mgmt-console
version: "1.0"
- name: os-jws-rm-defaults
- name: os-jws-chmod
- name: openshift-passwd
- name: jboss.container.util.logging.bash
- name: os-eap-python
version: "3.6"
osbs:
repository:
name: containers/jboss-webserver-openjdk11-tomcat9
Expand Down
30 changes: 0 additions & 30 deletions tomcat9/jdk8-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,8 @@ modules:
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.0
- path: custom-modules
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
ref: master
install:
- name: jboss.container.maven.35.bash
version: "3.5"
- name: dynamic-resources
- name: s2i-common
- name: java-alternatives
- name: os-jws-s2i
- name: jws8-conffiles
version: "1.0"
- name: rm-manager
version: "1.0"
- name: os-jws-deployments
- name: jboss.container.jolokia.bash
- name: os-jws-jolokia
- name: jws5-logging
version: "1.0"
- name: jboss.container.java.jvm.bash
- name: os-jws-launch
- name: os-jws-https
- name: jws-secure-mgmt-console
version: "1.0"
- name: os-jws-rm-defaults
- name: os-jws-chmod
- name: openshift-passwd
- name: jboss.container.util.logging.bash
- name: os-eap-python
version: "3.6"
osbs:
repository:
name: containers/jboss-webserver-openjdk8-tomcat9
Expand Down