Skip to content

Commit

Permalink
Merge pull request #28 from lukecampbell/container-labels
Browse files Browse the repository at this point in the history
Updates container labels and copyright year
  • Loading branch information
lukecampbell authored Aug 24, 2023
2 parents b7f485b + eb73cd9 commit 7ef59fe
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 <kyle@axiomdatascience.com>" \
description='The GUTILS container'
LABEL org.opencontainers.image.description="GUTILS as a docker image."
LABEL org.opencontainers.image.authors="Kyle Wilcox <kyle@axiomdatascience.com>"
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 7ef59fe

Please sign in to comment.