Skip to content

Commit

Permalink
Rename legacy to 20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <contact@mauromorales.com>
  • Loading branch information
mauromorales committed May 2, 2024
1 parent c95475c commit af1c888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile.kairos-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,12 @@ RUN [ -z "$(ls -A /lib/modules/)" ] && apt-get install -y --no-install-recommend
linux-image-generic-hwe-20.04 || true
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

FROM kernel-ubuntu-legacy AS amd64-ubuntu-20.04
FROM kernel-ubuntu-20.04 AS amd64-ubuntu-20.04
FROM kernel-ubuntu-current AS amd64-ubuntu-22.04
FROM kernel-ubuntu-current AS amd64-ubuntu-23.10
FROM kernel-ubuntu-24.04 AS amd64-ubuntu-24.04

FROM kernel-ubuntu-legacy AS arm64-ubuntu-20.04
FROM kernel-ubuntu-20.04 AS arm64-ubuntu-20.04
FROM kernel-ubuntu-current AS arm64-ubuntu-22.04
FROM kernel-ubuntu-current AS arm64-ubuntu-23.10
FROM kernel-ubuntu-24.04 AS arm64-ubuntu-24.04
Expand Down
4 changes: 2 additions & 2 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,12 @@ RUN [ -z "$(ls -A /lib/modules/)" ] && apt-get install -y --no-install-recommend
linux-image-generic-hwe-20.04 || true
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

FROM kernel-ubuntu-legacy AS amd64-ubuntu-20.04
FROM kernel-ubuntu-20.04 AS amd64-ubuntu-20.04
FROM kernel-ubuntu-current AS amd64-ubuntu-22.04
FROM kernel-ubuntu-current AS amd64-ubuntu-23.10
FROM kernel-ubuntu-24.04 AS amd64-ubuntu-24.04

FROM kernel-ubuntu-legacy AS arm64-ubuntu-20.04
FROM kernel-ubuntu-20.04 AS arm64-ubuntu-20.04
FROM kernel-ubuntu-current AS arm64-ubuntu-22.04
FROM kernel-ubuntu-current AS arm64-ubuntu-23.10
FROM kernel-ubuntu-24.04 AS arm64-ubuntu-24.04
Expand Down

0 comments on commit af1c888

Please sign in to comment.