Skip to content

Commit

Permalink
Merge pull request #287 from askervin/5Tv_update_memtierd
Browse files Browse the repository at this point in the history
memtierd: update the nri-memtierd plugin to use memtierd v0.1.1
  • Loading branch information
kad authored Mar 15, 2024
2 parents a966640 + e5f1949 commit d306d77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/plugins/memtierd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
ARG GO_VERSION=1.20

FROM golang:${GO_VERSION}-bullseye as builder
FROM golang:1.22-bullseye as builder

WORKDIR /go/builder

RUN GOBIN=/bin go install -tags osusergo,netgo -ldflags "-extldflags=-static" github.com/intel/memtierd/cmd/memtierd@c67204d6af3e5f64cd396f1c29aafa729e4363ba
RUN GOBIN=/bin go install -tags osusergo,netgo -ldflags "-extldflags=-static" github.com/intel/memtierd/cmd/memtierd@v0.1.1

# Fetch go dependencies in a separate layer for caching
COPY go.mod go.sum ./
Expand Down

0 comments on commit d306d77

Please sign in to comment.