-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update the Golang Dockerfilegenerator transformer to support mu…
…lti-arch build (#943) Signed-off-by: Akash Nayak <akash19nayak@gmail.com>
- Loading branch information
1 parent
1cb2304
commit e86cbfe
Showing
5 changed files
with
105 additions
and
19 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
assets/built-in/transformers/dockerfilegenerator/golang/mappings/golangversions.yaml
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,20 @@ | ||
apiVersion: move2kube.konveyor.io/v1alpha1 | ||
kind: GolangVersionsMapping | ||
metadata: | ||
name: GolangVersionsMapping | ||
spec: | ||
golangVersions: | ||
- version: "1.18" | ||
imageTag: "1.18" | ||
- version: "1.17" | ||
imageTag: "1.17" | ||
- version: "1.16" | ||
imageTag: "1.16.12" | ||
- version: "1.15" | ||
imageTag: "1.15.14" | ||
- version: "1.14" | ||
imageTag: "1.14.12" | ||
- version: "1.13" | ||
imageTag: "1.13.15" | ||
- version: "1.12" | ||
imageTag: "1.12.8" |
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
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