Skip to content

Commit

Permalink
Use Ubuntu codename as image source (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 13, 2023
1 parent 02afcc7 commit 953fcd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ubuntu:22.04
ARG BUILD_FROM=ubuntu:jammy
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
6 changes: 3 additions & 3 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: arm64v8/ubuntu:22.04
amd64: amd64/ubuntu:22.04
armv7: arm32v7/ubuntu:22.04
aarch64: arm64v8/ubuntu:jammy
amd64: amd64/ubuntu:jammy
armv7: arm32v7/ubuntu:jammy
codenotary:
signer: codenotary@frenck.dev

0 comments on commit 953fcd3

Please sign in to comment.