Skip to content

Commit

Permalink
Updates container labels and copyright year
Browse files Browse the repository at this point in the history
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
lukecampbell committed Aug 11, 2023
1 parent b7f485b commit eb73cd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
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"]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Axiom Data Science
Copyright (C) 2023 Axiom Data Science, LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit eb73cd9

Please sign in to comment.