Skip to content

Commit

Permalink
feat: upgrade bpftrace to v0.11.1 and ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
zqureshi authored and fntlnz committed Oct 22, 2020
1 parent 9390251 commit cde4149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IMAGE_INITCONTAINER_LATEST := $(IMAGE_NAME_INIT):latest

IMAGE_BUILD_FLAGS ?= "--no-cache"

BPFTRACEVERSION ?= "v0.9.4"
BPFTRACEVERSION ?= "v0.11.1"

LDFLAGS := -ldflags '-X github.com/iovisor/kubectl-trace/pkg/version.buildTime=$(shell date +%s) -X github.com/iovisor/kubectl-trace/pkg/version.gitCommit=${GIT_COMMIT} -X github.com/iovisor/kubectl-trace/pkg/cmd.ImageNameTag=${IMAGE_TRACERUNNER_COMMIT} -X github.com/iovisor/kubectl-trace/pkg/cmd.InitImageNameTag=${IMAGE_INITCONTAINER_COMMIT}'
TESTPACKAGES := $(shell go list ./... | grep -v github.com/iovisor/kubectl-trace/integration)
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.tracerunner
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG bpftraceversion=v0.9.4
ARG bpftraceversion=v0.11.1
FROM quay.io/iovisor/bpftrace:$bpftraceversion as bpftrace

FROM golang:1.11.4-stretch as gobuilder
Expand All @@ -11,7 +11,7 @@ WORKDIR /go/src/github.com/iovisor/kubectl-trace

RUN make _output/bin/trace-runner

FROM ubuntu:19.10
FROM ubuntu:20.04

RUN apt-get update
RUN apt-get install -y xz-utils
Expand Down

0 comments on commit cde4149

Please sign in to comment.