This adds a new DockerInstruction interface that can be implmented by
different docker instructions. DockerInstruction implements a compile
method that returns escaped output for use in a dockerfile.
Fixes T167999
Differential D705
Escape docker output thcipriani on Jul 6 2017, 9:27 PM. Authored by Tags Referenced Files
Subscribers None
Details
This adds a new DockerInstruction interface that can be implmented by Fixes T167999
Diff Detail
Event TimelineComment Actions The pattern you've implemented looks legit. I've commented on mostly nit things.
Comment Actions Changes look good and you already mentioned that gofmt enforces that single-line struct format and upstream confirms that's just the way it is. |