]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Dockerfile: Update to namespace for some labels
authorTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 21:07:19 +0000 (15:07 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 21 Aug 2024 14:25:23 +0000 (08:25 -0600)
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>
tools/docker/Dockerfile

index cda87354566d73b9974482c57da4c966531b32e9..f0e36994cc23a125f11b8f7ae920c1dc72d0ffd4 100644 (file)
@@ -3,8 +3,8 @@
 # to build U-Boot and run our test suites.
 
 FROM ubuntu:jammy-20240227
-MAINTAINER Tom Rini <trini@konsulko.com>
-LABEL Description=" This image is for building U-Boot inside a container"
+LABEL org.opencontainers.image.authors="Tom Rini <trini@konsulko.com>"
+LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"
 
 # Make sure apt is happy
 ENV DEBIAN_FRONTEND=noninteractive