-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update labels to opencontainer standard
- Loading branch information
1 parent
8ee2f12
commit 537e4cc
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|