Skip to content

Commit

Permalink
gpg release keys and maintainer update
Browse files Browse the repository at this point in the history
  • Loading branch information
shortjared committed Jan 15, 2018
1 parent 285cf77 commit 88ac57f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion default/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM amazonlinux:with-sources
MAINTAINER Jared Short <jshort@trek10.com>
LABEL maintainer="Jared Short <jshort@trek10.com>"

# gpg keys listed at https://github.com/nodejs/node
RUN set -ex \
Expand All @@ -10,6 +10,8 @@ RUN set -ex \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 \
B9AE9905FFD7803F25714661B63B535A4C206CA9 \
56730D5401028683275BD23C23EFEFE93C4CFFFE \
77984A986EBC2AA786BC0F66B01FBB92821C587A \
; do \
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "$key"; \
done
Expand Down
4 changes: 3 additions & 1 deletion serverless/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM amazonlinux:with-sources
MAINTAINER Jared Short <jshort@trek10.com>
LABEL maintainer="Jared Short <jshort@trek10.com>"

# gpg keys listed at https://github.com/nodejs/node
RUN set -ex \
Expand All @@ -10,6 +10,8 @@ RUN set -ex \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 \
B9AE9905FFD7803F25714661B63B535A4C206CA9 \
56730D5401028683275BD23C23EFEFE93C4CFFFE \
77984A986EBC2AA786BC0F66B01FBB92821C587A \
; do \
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "$key"; \
done
Expand Down

0 comments on commit 88ac57f

Please sign in to comment.