-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bin Lu <[email protected]>
- Loading branch information
Showing
2 changed files
with
81 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,12 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM golang:1.10-alpine | ||
FROM BASEIMAGE | ||
MAINTAINER Timothy St. Clair "[email protected]" | ||
|
||
RUN apk add --no-cache ca-certificates bash | ||
ADD sonobuoy /sonobuoy | ||
CMD1 | ||
|
||
ADD BINARY /sonobuoy | ||
ADD scripts/run_master.sh /run_master.sh | ||
ADD scripts/run_single_node_worker.sh /run_single_node_worker.sh | ||
WORKDIR / | ||
|
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