File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
schemaVersion : 2.0.0
2
2
metadata :
3
3
name : java-openliberty
4
- version : 0.2.6
4
+ version : 0.3.0
5
5
description : Java application stack using Open Liberty runtime
6
- alpha.build-dockerfile : " https://raw.githubusercontent.com/OpenLiberty/application-stack/master/outer-loop/0.2 /Dockerfile"
7
- alpha.deployment-manifest : " https://raw.githubusercontent.com/OpenLiberty/application-stack/master/outer-loop/0.2 /app-deploy.yaml"
6
+ alpha.build-dockerfile : " https://raw.githubusercontent.com/OpenLiberty/application-stack/master/outer-loop/0.3 /Dockerfile"
7
+ alpha.deployment-manifest : " https://raw.githubusercontent.com/OpenLiberty/application-stack/master/outer-loop/0.3 /app-deploy.yaml"
8
8
starterProjects :
9
9
- name : user-app
10
10
git :
@@ -15,7 +15,7 @@ components:
15
15
container :
16
16
# this custom image source can be found at:
17
17
# https://github.com/OpenLiberty/application-stack/tree/master/stackimage
18
- image : openliberty/application-stack:0.2
18
+ image : openliberty/application-stack:0.3
19
19
memoryLimit : 1512Mi
20
20
mountSources : true
21
21
endpoints :
Original file line number Diff line number Diff line change 1
1
# Step 1: Build the user's application
2
- FROM openliberty/application-stack:0.2 as compile
2
+ FROM openliberty/application-stack:0.3 as compile
3
3
4
4
# Make a well known place for shared library jars separate from the rest of the <server> contents (to help with caching)
5
5
RUN mkdir /work/configlibdir \
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# Step 1: Build the user's application
2
- FROM openliberty/application-stack:0.2 as compile
2
+ FROM openliberty/application-stack:0.3 as compile
3
3
4
4
# Make a well known place for shared library jars separate from the rest of the <server> contents (to help with caching)
5
5
RUN mkdir /work/configlibdir \
You can’t perform that action at this time.
0 commit comments