Skip to content

Commit

Permalink
Downgrade ddp-builder container version (k8snetworkplumbingwg#529)
Browse files Browse the repository at this point in the history
Upgrading to golang:1.21-alpine3.19 caused the ddp build to fail.
Downgrade it until the root cause is found

Signed-off-by: amaslennikov <[email protected]>
  • Loading branch information
almaslennikov authored Feb 19, 2024
1 parent 1a99d09 commit abb8d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /usr/src/sriov-network-device-plugin
RUN make clean && \
make build

FROM golang:1.21-alpine3.19 as ddp-builder
FROM golang:1.20-alpine3.16 as ddp-builder

ADD images/ddptool-1.0.1.12.tar.gz /tmp/ddptool/

Expand Down

0 comments on commit abb8d4c

Please sign in to comment.