Skip to content

Commit 1d7ee8e

Browse files
committed
Move to 0.3
Signed-off-by: Scott Kurz <[email protected]>
1 parent 93f95a5 commit 1d7ee8e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: devfile.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
schemaVersion: 2.0.0
22
metadata:
33
name: java-openliberty
4-
version: 0.2.6
4+
version: 0.3.0
55
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"
88
starterProjects:
99
- name: user-app
1010
git:
@@ -15,7 +15,7 @@ components:
1515
container:
1616
# this custom image source can be found at:
1717
# https://github.com/OpenLiberty/application-stack/tree/master/stackimage
18-
image: openliberty/application-stack:0.2
18+
image: openliberty/application-stack:0.3
1919
memoryLimit: 1512Mi
2020
mountSources: true
2121
endpoints:

Diff for: outer-loop/0.2/Dockerfile renamed to outer-loop/0.3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
# Make a well known place for shared library jars separate from the rest of the <server> contents (to help with caching)
55
RUN mkdir /work/configlibdir \
File renamed without changes.

Diff for: outer-loop/latest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
# Make a well known place for shared library jars separate from the rest of the <server> contents (to help with caching)
55
RUN mkdir /work/configlibdir \

0 commit comments

Comments
 (0)