Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wildfly-s2i
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruce Link
wildfly-s2i
Commits
07511482
Commit
07511482
authored
3 years ago
by
JF Denise
Browse files
Options
Downloads
Patches
Plain Diff
Image 26.0-beta1
parent
c7e694fd
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/workflows/main.yml
+1
-1
1 addition, 1 deletion
.github/workflows/main.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
wildfly-builder-image/image.yaml
+2
-2
2 additions, 2 deletions
wildfly-builder-image/image.yaml
wildfly-runtime-image/image.yaml
+1
-1
1 addition, 1 deletion
wildfly-runtime-image/image.yaml
with
5 additions
and
5 deletions
.github/workflows/main.yml
+
1
−
1
View file @
07511482
...
...
@@ -69,7 +69,7 @@ jobs:
popd
-
name
:
Additional Tests
run
:
|
export IMAGE_VERSION=
dev
export IMAGE_VERSION=
26.0-beta1
export NAMESPACE=wildfly
export PLATFORM=centos7
export IMAGE_NAME=${NAMESPACE}/wildfly-${PLATFORM}
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
07511482
IMAGE_VERSION
=
dev
IMAGE_VERSION
=
26.0-beta1
NAMESPACE
=
wildfly
PLATFORM
=
centos7
IMAGE_NAME
=
${
NAMESPACE
}
/wildfly-
${
PLATFORM
}
...
...
This diff is collapsed.
Click to expand it.
wildfly-builder-image/image.yaml
+
2
−
2
View file @
07511482
...
...
@@ -2,7 +2,7 @@ schema_version: 1
name
:
&imgName
"
wildfly/wildfly-centos7"
description
:
"
The
WildFly
s2i
image"
version
:
&imgVersion
"
dev
"
version
:
&imgVersion
"
26.0-beta1
"
from
:
"
centos/s2i-base-centos7"
labels
:
-
name
:
io.k8s.description
...
...
@@ -34,7 +34,7 @@ modules:
-
name
:
wildfly-cekit-modules
git
:
url
:
https://github.com/wildfly/wildfly-cekit-modules
ref
:
master
ref
:
0.26.0
-
name
:
wildfly-s2i-modules
path
:
../wildfly-modules
install
:
...
...
This diff is collapsed.
Click to expand it.
wildfly-runtime-image/image.yaml
+
1
−
1
View file @
07511482
...
...
@@ -2,7 +2,7 @@ schema_version: 1
name
:
&imgName
"
wildfly/wildfly-runtime-centos7"
description
:
"
The
WildFly
runtime
image"
version
:
&imgVersion
"
dev
"
version
:
&imgVersion
"
26.0-beta1
"
from
:
"
centos:7"
labels
:
-
name
:
io.openshift.expose-services
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment