Skip to content

Commit

Permalink
Update labels to opencontainer standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Mluckydwyer committed Jan 11, 2022
1 parent 8ee2f12 commit 537e4cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Dockerfile-Full
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
FROM mluckydwyer/hw-ci:slim as slim

LABEL \
Maintainer="Matthew Dwyer <[email protected]>" \
Description="Hardware Verification CI Docker container" \
Description="Modelsim, Verilator, GHDL, VUnit, CocoTB, and Pytest for HW Development (+VNC)." \
org.opencontainers.image.title="Hardware Verification CI Docker container" \
org.opencontainers.image.description="Modelsim, Verilator, GHDL, VUnit, CocoTB, and Pytest for HW Development (+VNC)." \
org.opencontainers.image.authors="Matthew Dwyer <[email protected]>" \
org.opencontainers.image.source="https://github.com/Mluckydwyer/hw-ci"

Expand Down
5 changes: 2 additions & 3 deletions Dockerfile-Slim
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
FROM centos:7 as base

LABEL \
Maintainer="Matthew Dwyer <[email protected]>" \
Description="Hardware Verification CI Docker container" \
Description="Modelsim, Verilator, GHDL, VUnit, CocoTB, and Pytest for HW Development (+VNC)." \
org.opencontainers.image.title="Hardware Verification CI Docker container" \
org.opencontainers.image.description="Modelsim, Verilator, GHDL, VUnit, CocoTB, and Pytest for HW Development (+VNC)." \
org.opencontainers.image.authors="Matthew Dwyer <[email protected]>" \
org.opencontainers.image.source="https://github.com/Mluckydwyer/hw-ci"

Expand Down

0 comments on commit 537e4cc

Please sign in to comment.