Skip to content

Commit

Permalink
chore(deps): update registry.suse.com/bci/bci-base docker tag to v15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and derekbit committed Jun 25, 2024
1 parent f3e2427 commit 6a4ba4d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.5 AS builder
FROM registry.suse.com/bci/golang:1.22 AS builder

ARG ARCH=amd64

Expand All @@ -17,8 +17,7 @@ RUN zypper -n install cmake curl wget git gcc tar gzip xsltproc docbook-xsl-styl
# Build go-spdk-helper
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm64=arm64 GOLANG_ARCH_s390x=s390x GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
RUN wget -O - https://storage.googleapis.com/golang/go1.22.2.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
go install golang.org/x/lint/golint@latest
RUN go install golang.org/x/lint/golint@latest

ENV GO_SPDK_HELPER_DIR /usr/src/go-spdk-helper
ENV GO_SPDK_HELPER_COMMIT_ID d05637da59788eeeb8927c663f0eec7c958d3f97
Expand Down Expand Up @@ -94,7 +93,7 @@ RUN git clone https://github.com/linux-nvme/nvme-cli.git ${NVME_CLI_DIR} && \
RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-${ARCH} -O /usr/local/bin/grpc_health_probe && \
chmod +x /usr/local/bin/grpc_health_probe

FROM registry.suse.com/bci/bci-base:15.5 AS release
FROM registry.suse.com/bci/bci-base:15.6 AS release

ARG ARCH=amd64

Expand Down

0 comments on commit 6a4ba4d

Please sign in to comment.