From 12b7f372e04ec4395db51b6746aa138561dd8472 Mon Sep 17 00:00:00 2001 From: Andrew Mauer Date: Thu, 27 Jan 2022 16:18:39 -0500 Subject: [PATCH] update outer loop files - version numbers Signed-off-by: Andrew Mauer --- customize-ol.env | 8 ++++---- customize-wl.env | 8 ++++---- stack/open-liberty/devfiles/gradle/devfile.yaml | 4 ++-- stack/open-liberty/devfiles/maven/devfile.yaml | 4 ++-- stack/websphere-liberty/devfiles/gradle/devfile.yaml | 4 ++-- stack/websphere-liberty/devfiles/maven/devfile.yaml | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/customize-ol.env b/customize-ol.env index 8f8306b..422f7b8 100644 --- a/customize-ol.env +++ b/customize-ol.env @@ -32,10 +32,10 @@ STACK_IMAGE_MAVEN="icr.io/appcafe/open-liberty-devfile-stack:\{\{liberty-version # URL hosting the outer loop Dockerfile for Maven deployments. # This URL is set in the devfile to process outer-loop related actions. -OUTERLOOP_DOCKERFILE_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.0/Dockerfile" +OUTERLOOP_DOCKERFILE_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.1/Dockerfile" # URL hosting the Open Liberty Operator's OpenLibertyApplication custom resource yaml to be used for Maven outer-loop deployments. -OUTERLOOP_DEPLOY_YAML_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.0/app-deploy.yaml" +OUTERLOOP_DEPLOY_YAML_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.1/app-deploy.yaml" #----------------------------------------------------------------- # Gradle specific Customization settings. @@ -50,7 +50,7 @@ STACK_IMAGE_GRADLE="icr.io/appcafe/open-liberty-devfile-stack:\{\{liberty-versio # URL hosting the outer-loop Dockerfile for Gradle deployments. # This URL is set in the devfile to process outer-loop related actions. -OUTERLOOP_DOCKERFILE_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.0/Dockerfile" +OUTERLOOP_DOCKERFILE_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/Dockerfile" # URL hosting the Liberty Operator's OpenLibertyApplication custom resource yaml to be used for Gradle outer-loop deployments. -OUTERLOOP_DEPLOY_YAML_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.0/app-deploy.yaml" +OUTERLOOP_DEPLOY_YAML_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/app-deploy.yaml" diff --git a/customize-wl.env b/customize-wl.env index e674d89..3c4c240 100644 --- a/customize-wl.env +++ b/customize-wl.env @@ -32,10 +32,10 @@ STACK_IMAGE_MAVEN="icr.io/appcafe/websphere-liberty-devfile-stack:\{\{liberty-ve # URL hosting the outer loop Dockerfile for Maven deployments. # This URL is set in the devfile to process outer-loop related actions. -OUTERLOOP_DOCKERFILE_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.0/Dockerfile" +OUTERLOOP_DOCKERFILE_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.1/Dockerfile" # URL hosting the Liberty Operator's OpenLibertyApplication custom resource yaml to be used for Maven outer-loop deployments. -OUTERLOOP_DEPLOY_YAML_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.0/app-deploy.yaml" +OUTERLOOP_DEPLOY_YAML_MAVEN_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.1/app-deploy.yaml" #----------------------------------------------------------------- # Gradle specific Customization settings. @@ -50,7 +50,7 @@ STACK_IMAGE_GRADLE="icr.io/appcafe/websphere-liberty-devfile-stack:\{\{liberty-v # URL hosting the outer-loop Dockerfile for Gradle deployments. # This URL is set in the devfile to process outer-loop related actions. -OUTERLOOP_DOCKERFILE_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.0/Dockerfile" +OUTERLOOP_DOCKERFILE_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.1/Dockerfile" # URL hosting the Liberty Operator's OpenLibertyApplication custom resource yaml to be used for Gradle outer-loop deployments. -OUTERLOOP_DEPLOY_YAML_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.0/app-deploy.yaml" +OUTERLOOP_DEPLOY_YAML_GRADLE_LOC="https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.1/app-deploy.yaml" diff --git a/stack/open-liberty/devfiles/gradle/devfile.yaml b/stack/open-liberty/devfiles/gradle/devfile.yaml index 7423e4c..4c4dc54 100644 --- a/stack/open-liberty/devfiles/gradle/devfile.yaml +++ b/stack/open-liberty/devfiles/gradle/devfile.yaml @@ -25,8 +25,8 @@ metadata: architectures: ['amd64', 'ppc64le', 's390x'] language: 'java' projectType: 'openliberty' - alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.0/Dockerfile' - alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.0/app-deploy.yaml' + alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/Dockerfile' + alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/app-deploy.yaml' starterProjects: - name: rest git: diff --git a/stack/open-liberty/devfiles/maven/devfile.yaml b/stack/open-liberty/devfiles/maven/devfile.yaml index eaa4e7b..0c4eafe 100644 --- a/stack/open-liberty/devfiles/maven/devfile.yaml +++ b/stack/open-liberty/devfiles/maven/devfile.yaml @@ -25,8 +25,8 @@ metadata: architectures: ['amd64', 'ppc64le', 's390x'] language: 'java' projectType: 'openliberty' - alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.0/Dockerfile' - alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.0/app-deploy.yaml' + alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.1/Dockerfile' + alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-maven-0.8.1/app-deploy.yaml' starterProjects: - name: rest git: diff --git a/stack/websphere-liberty/devfiles/gradle/devfile.yaml b/stack/websphere-liberty/devfiles/gradle/devfile.yaml index d7a4cb1..b993876 100644 --- a/stack/websphere-liberty/devfiles/gradle/devfile.yaml +++ b/stack/websphere-liberty/devfiles/gradle/devfile.yaml @@ -25,8 +25,8 @@ metadata: architectures: ['amd64', 'ppc64le', 's390x'] language: 'java' projectType: 'websphereliberty' - alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.0/Dockerfile' - alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.0/app-deploy.yaml' + alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.1/Dockerfile' + alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.1/app-deploy.yaml' starterProjects: - name: rest git: diff --git a/stack/websphere-liberty/devfiles/maven/devfile.yaml b/stack/websphere-liberty/devfiles/maven/devfile.yaml index 94b48ef..69ccdd8 100644 --- a/stack/websphere-liberty/devfiles/maven/devfile.yaml +++ b/stack/websphere-liberty/devfiles/maven/devfile.yaml @@ -25,8 +25,8 @@ metadata: architectures: ['amd64', 'ppc64le', 's390x'] language: 'java' projectType: 'websphereliberty' - alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.0/Dockerfile' - alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.0/app-deploy.yaml' + alpha.build-dockerfile: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.1/Dockerfile' + alpha.deployment-manifest: 'https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.1/app-deploy.yaml' starterProjects: - name: rest git: