Skip to content

Commit

Permalink
ISSUE openshift-pipelines#363: Change the default value of IMAGE_SCRI…
Browse files Browse the repository at this point in the history
…PTS_URL in task-java-s2i
  • Loading branch information
anilabhabaral committed Feb 26, 2025
1 parent 077ef23 commit 6546550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/task-s2i-java/0.6.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ All of the s2i tasks use the `source` workspace which is meant to contain the Ap
| Param | Type | Default | Description |
| ----------------- | ------ | ------------------------ | ------------------------------------------------------------------------- |
| IMAGE | string | (required) | Fully qualified container image name to be built by s2i |
| IMAGE_SCRIPTS_URL | string | image:///usr/libexec/s2i | URL containing the default assemble and run scripts for the builder image |
| IMAGE_SCRIPTS_URL | string | image:///usr/local/s2i | URL containing the default assemble and run scripts for the builder image |
| ENV_VARS | array | [] | Array containing string of Environment Variables as "KEY=VALUE” |
| SUBDIRECTORY | string | . | Relative subdirectory to the source Workspace for the build-context. |
| STORAGE_DRIVER | string | overlay | Set buildah storage driver to reflect the currrent cluster node's |
Expand Down
2 changes: 1 addition & 1 deletion tasks/task-s2i-java/0.6.0/task-s2i-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
type: string
- name: IMAGE_SCRIPTS_URL
type: string
default: image:///usr/libexec/s2i
default: image:///usr/local/s2i
description: |
Specify a URL containing the default assemble and run scripts for the builder image
- name: ENV_VARS
Expand Down

0 comments on commit 6546550

Please sign in to comment.