forked from jenkins-x/jx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sort deps in charts for less merge conflicts (jenkins-x#1269)
- Loading branch information
Showing
14 changed files
with
75 additions
and
17 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-gradle:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-python:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-python2:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-ruby:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-rust:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-scala:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-swift:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# this is used for testing jx inside a cluster in development | ||
FROM jenkinsxio/builder-terraform:latest | ||
|
||
COPY build/linux/jx /usr/bin/jx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters