Commit 4b13e06
authored
Fix chmod from Dockerfile (#891)
The Docker command doesn't work after new release of moby/buildkit. This
PR use moby/buildkit:v0.15.1 version to re-use --chmod=go+r for jar
agent build.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent f83cb9d commit 4b13e06
File tree
3 files changed
+5
-1
lines changed- .github
- actions/cpUtility-testing
- workflows
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
0 commit comments