Skip to content

Commit

Permalink
Add jboss.container.maven version 8.2.3.6.8 (JDK8)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Mar 30, 2020
1 parent 6d09dfa commit 0025fa3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jboss/container/maven/8.2.3.6.8/configure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
set -e

dnf module enable -y maven:3.6
dnf install -y --setopt=tsflags=nodocs maven-openjdk8
dnf clean all
18 changes: 18 additions & 0 deletions jboss/container/maven/8.2.3.6.8/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
schema_version: 1
name: jboss.container.maven
# Version scheme: RHEL major . RHEL minor . Maven major . Maven minor . JDK version
version: '8.2.3.6.8'
description: Provides Maven v3.6 capabilities to an image.

labels:
- name: io.fabric8.s2i.version.maven
value: "3.6"

envs:
- name: JBOSS_CONTAINER_MAVEN_36_MODULE
value: /opt/jboss/container/maven/36/
- name: MAVEN_VERSION
value: "3.6"

execute:
- script: configure.sh

0 comments on commit 0025fa3

Please sign in to comment.