forked from USF-COT/glider_utils
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates container labels and copyright year
This commit updates the labels within the docker image to reflect the opencontainers standard for metadata available within the image. This allows users of the image to rapidly identify where the source code, and the contact information for maintainers, contributors, as well as the license of the source code.
- Loading branch information
1 parent
b7f485b
commit eb73cd9
Showing
2 changed files
with
7 additions
and
3 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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
FROM phusion/baseimage:focal-1.2.0 | ||
|
||
LABEL maintainer="Kyle Wilcox <[email protected]>" \ | ||
description='The GUTILS container' | ||
LABEL org.opencontainers.image.description="GUTILS as a docker image." | ||
LABEL org.opencontainers.image.authors="Kyle Wilcox <[email protected]>" | ||
LABEL org.opencontainers.image.url="https://git.axiom/SECOORA/GUTILS/" | ||
LABEL org.opencontainers.image.source="https://git.axiom/SECOORA/GUTILS/" | ||
LABEL org.opencontainers.image.licenses="MIT" | ||
|
||
|
||
# Use baseimage-docker's init system | ||
CMD ["/sbin/my_init"] | ||
|
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