mirror of https://github.com/k3s-io/k3s
review updates
parent
947afbddb8
commit
1bd45ba6eb
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM golang:1.11.4 AS builder
|
FROM golang:1.11.5 AS builder
|
||||||
COPY elasticsearch_logging_discovery.go go.mod go.sum /
|
COPY elasticsearch_logging_discovery.go go.mod go.sum /
|
||||||
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
|
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ docs/man
|
||||||
docs/user-guide
|
docs/user-guide
|
||||||
generated.pb.go
|
generated.pb.go
|
||||||
generated.proto
|
generated.proto
|
||||||
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
pkg/client/clientset_generated
|
pkg/client/clientset_generated
|
||||||
pkg/client/informers/informers_generated/
|
pkg/client/informers/informers_generated/
|
||||||
|
|
Loading…
Reference in New Issue