-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-17170 externalbuilder pass metadata unmangled
Today, the external builder receives a structure representing the three fields of the metadata necessary to invoke the old docker platform builds. It then takes these fields and reserializes them to the JSON metadata document. In fact, the externalbuilder has no need for these deserialized fields, and should pass the JSON document through without modifying it or losing any additional fields. This CR causes the package retrieving code to return both the JSON document and the underlying bytes. The underlying bytes are passed to the externalbuilder while the three field structure is passed to the dockerbuilder. These paths are really quite bifurcated and could probably be further split, with different package retrieving calls, it didn't seem worth it purely to address this bug. Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Showing
17 changed files
with
265 additions
and
125 deletions.
There are no files selected for viewing
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
Binary file not shown.
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
Oops, something went wrong.