Skip to content

Commit 81862a0

Browse files
authored
Update workdir to /home/default (openshift#64503)
Signed-off-by: Prashant Dhamdhere <[email protected]>
1 parent f887b26 commit 81862a0

10 files changed

+10
-10
lines changed

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.13.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.14.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.15.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.16.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.18.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.19.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

ci-operator/config/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
55
to: jenkins
66
- dockerfile_literal: |
77
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20 AS builder
8-
WORKDIR /home/jenkins
8+
WORKDIR /home/default
99
COPY . .
1010
USER 0
1111
# We need a newer maven version as the RHEL package is still on 3.8.5

0 commit comments

Comments
 (0)