Skip to content

Commit 8f68f4b

Browse files
committed
Rename jboss.container.java.run{,.bash} module
Remove the ".bash" suffix from the jboss.container.java.run module. The ".bash" suffixes date from a time when we were open to the possibility of implementing some container configuration in languages other than shell, e.g., Python. However, with a focus on container image sizes, this is no longer going to happen. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 94172f4 commit 8f68f4b

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.

modules/run/bash/module.yaml renamed to modules/run/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema_version: 1
2-
name: jboss.container.java.run.bash
2+
name: jboss.container.java.run
33
version: '1.0'
44
description: ^
55
Provides support for running Java applications. Basic usage is

modules/s2i/bash/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ execute:
1515
modules:
1616
install:
1717
- name: jboss.container.maven.s2i
18-
- name: jboss.container.java.run.bash
18+
- name: jboss.container.java.run
1919
- name: jboss.container.prometheus
2020
- name: jboss.container.util.logging.bash

0 commit comments

Comments
 (0)