File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ STACK_IMAGE="${STACK_IMAGE:-openliberty/application-stack:0.4}"
28
28
#
29
29
# URL at which your outer loop Dockerfile is hosted
30
30
#
31
- DEVFILE_DOCKERFILE_LOC=" ${DEVFILE_DOCKERFILE_LOC:- https:// github.com/ OpenLiberty/ application-stack/ releases/ download/ outer-loop-0.4.0-rc1 / Dockerfile} "
31
+ DEVFILE_DOCKERFILE_LOC=" ${DEVFILE_DOCKERFILE_LOC:- https:// github.com/ OpenLiberty/ application-stack/ releases/ download/ outer-loop-0.4.0-rc / Dockerfile} "
32
32
33
33
#
34
34
# URL at which your outer loop deploy YAML template is hosted
35
35
#
36
- DEVFILE_DEPLOY_YAML_LOC=" ${DEVFILE_DEPLOY_YAML_LOC:- https:// github.com/ OpenLiberty/ application-stack/ releases/ download/ outer-loop-0.4.0-rc1 / app-deploy.yaml} "
36
+ DEVFILE_DEPLOY_YAML_LOC=" ${DEVFILE_DEPLOY_YAML_LOC:- https:// github.com/ OpenLiberty/ application-stack/ releases/ download/ outer-loop-0.4.0-rc / app-deploy.yaml} "
37
37
38
38
generate () {
39
39
# Base customization.
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.4.0-rc1
4
+ version : 0.4.0-rc
5
5
description : Java application stack using Open Liberty runtime
6
6
alpha.build-dockerfile : " {{.DEVFILE_DOCKERFILE_LOC}}"
7
7
alpha.deployment-manifest : " {{.DEVFILE_DEPLOY_YAML_LOC}}"
You can’t perform that action at this time.
0 commit comments