Skip to content

Commit

Permalink
[docker] update base image to focal
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed Jan 24, 2025
1 parent 214b92d commit 0649c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
include:
- image_tag: "latest"
base_image: "ubuntu:bionic"
base_image: "ubuntu:focal"
build_args: ""
platforms: "linux/amd64,linux/arm/v7,linux/arm64"
push: yes
Expand All @@ -80,7 +80,7 @@ jobs:
platforms: "linux/amd64,linux/arm64"
push: yes
- image_tag: "reference-device"
base_image: "ubuntu:bionic"
base_image: "ubuntu:focal"
build_args: >-
--build-arg REFERENCE_DEVICE=1
--build-arg BORDER_ROUTING=0
Expand All @@ -92,7 +92,7 @@ jobs:
platforms: "linux/amd64,linux/arm/v7,linux/arm64"
push: yes
- image_tag: "test"
base_image: "ubuntu:bionic"
base_image: "ubuntu:focal"
build_args: >-
--build-arg OT_BACKBONE_CI=1
--build-arg REFERENCE_DEVICE=1
Expand Down
2 changes: 1 addition & 1 deletion etc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#

ARG BASE_IMAGE=ubuntu:bionic
ARG BASE_IMAGE=ubuntu:focal
FROM ${BASE_IMAGE}

ARG INFRA_IF_NAME
Expand Down

0 comments on commit 0649c32

Please sign in to comment.