Skip to content

Commit

Permalink
Update crictl version and remove unused args
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Luo <luola@vmware.com>
  • Loading branch information
luolanzone committed Oct 12, 2024
1 parent a419c8c commit bcb9a53
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion build/images/Dockerfile.build.controller.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

ARG GO_VERSION
ARG BUILD_TAG
FROM golang:${GO_VERSION} AS antrea-build

WORKDIR /antrea
Expand Down
1 change: 0 additions & 1 deletion build/images/Dockerfile.build.controller.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

ARG GO_VERSION
ARG BUILD_TAG
FROM golang:${GO_VERSION} AS antrea-build

WORKDIR /antrea
Expand Down
1 change: 0 additions & 1 deletion build/images/Dockerfile.build.controller.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

ARG GO_VERSION
ARG BUILD_TAG
FROM golang:${GO_VERSION} AS antrea-build

WORKDIR /antrea
Expand Down
2 changes: 1 addition & 1 deletion build/images/Dockerfile.build.migrator
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USER root

COPY build/images/scripts/migrate_cni /usr/local/bin/

ENV CRICTL_VERSION="v1.27.0"
ENV CRICTL_VERSION="v1.31.1"
RUN apt update \
&& apt install -y jq ca-certificates wget \
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/* \
Expand Down

0 comments on commit bcb9a53

Please sign in to comment.