Skip to content

Commit

Permalink
Add comments into dockerfiles of tools (IBM#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Jan 20, 2021
1 parent fac8a85 commit 5f4cde3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions prow/docker/build-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Binary tools
#############

# Use golang as the binary_tools_context
FROM golang:1.15.6 as binary_tools_context

ARG ARCH=amd64
Expand Down
1 change: 1 addition & 0 deletions prow/docker/check-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Binary tools
#############

# Use golang as the binary_tools_context
FROM golang:1.15.6 as binary_tools_context

# Pinned versions of stuff
Expand Down

0 comments on commit 5f4cde3

Please sign in to comment.