Skip to content

Commit

Permalink
Merge pull request #13 from efourd/add_more_labels
Browse files Browse the repository at this point in the history
Add e-mail label
  • Loading branch information
efourd authored Feb 13, 2024
2 parents 6e906da + a205203 commit a038c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/jessie/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM debian:jessie
LABEL author="Eric Ford"
LABEL email="jamesericford@gmail.com"
LABEL project="https://github.com/efourd/why-py3/"
LABEL description="Debian Jessie with Python 3.12.2 installed from source"

Expand Down
1 change: 1 addition & 0 deletions debian/stretch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM debian:stretch
LABEL author="Eric Ford"
LABEL email="jamesericford@gmail.com"
LABEL project="https://github.com/efourd/why-py3/"
LABEL description="Debian Stretch with Python 3.12.2 installed from source"

Expand Down
1 change: 1 addition & 0 deletions ubuntu/xenial/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:xenial
LABEL author="Eric Ford"
LABEL email="jamesericford@gmail.com"
LABEL project="https://github.com/efourd/why-py3/"
LABEL description="Ubuntu Xenial with Python 3.12.2 installed from source"

Expand Down

0 comments on commit a038c0a

Please sign in to comment.