mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 06:38:15 +01:00
Dockerfile: Update to namespace for some labels
Using "MAINTAINER" and "Description" have been replaced with org.opencontainers.image namespace variables. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9a6a92d738
commit
bcdd782dc2
@ -3,8 +3,8 @@
|
|||||||
# to build U-Boot and run our test suites.
|
# to build U-Boot and run our test suites.
|
||||||
|
|
||||||
FROM ubuntu:jammy-20240227
|
FROM ubuntu:jammy-20240227
|
||||||
MAINTAINER Tom Rini <trini@konsulko.com>
|
LABEL org.opencontainers.image.authors="Tom Rini <trini@konsulko.com>"
|
||||||
LABEL Description=" This image is for building U-Boot inside a container"
|
LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"
|
||||||
|
|
||||||
# Make sure apt is happy
|
# Make sure apt is happy
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user