Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:21.10

ARG ARCH=amd64

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ALL_ARCH = amd64 arm64
IMAGE ?= docker.io/oats87/hyperkube-base
TAG ?= v0.0.1

BASEIMAGE ?= ubuntu:20.04
BASEIMAGE ?= ubuntu:21.10

CNI_VERSION ?= v0.8.6
IPTWI_VERSION ?= master
Expand Down Expand Up @@ -52,4 +52,4 @@ push: build

.PHONY: all build push clean all-build all-push-images all-push

.DEFAULT_GOAL := build
.DEFAULT_GOAL := build