Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker Tripal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
applied-bioinformatics
Docker Tripal
Commits
e9528da2
Commit
e9528da2
authored
6 years ago
by
Anthony Bretaudeau
Browse files
Options
Downloads
Patches
Plain Diff
remove gpg check as server keep on being unavailable
parent
acb41fc0
Branches
Branches containing commit
Tags
v1.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-6
0 additions, 6 deletions
Dockerfile
with
0 additions
and
6 deletions
Dockerfile
+
0
−
6
View file @
e9528da2
...
@@ -23,12 +23,6 @@ RUN apt-get -q update && \
...
@@ -23,12 +23,6 @@ RUN apt-get -q update && \
ENV
TINI_VERSION v0.9.0
ENV
TINI_VERSION v0.9.0
RUN
set
-x
\
RUN
set
-x
\
&&
curl
-fSL
"https://github.com/krallin/tini/releases/download/
$TINI_VERSION
/tini"
-o
/usr/local/bin/tini
\
&&
curl
-fSL
"https://github.com/krallin/tini/releases/download/
$TINI_VERSION
/tini"
-o
/usr/local/bin/tini
\
&&
curl
-fSL
"https://github.com/krallin/tini/releases/download/
$TINI_VERSION
/tini.asc"
-o
/usr/local/bin/tini.asc
\
&&
export
GNUPGHOME
=
"
$(
mktemp
-d
)
"
\
&&
gpg
--batch
--keyserver
hkp://p80.pool.sks-keyservers.net:80
--recv-keys
6380DC428747F6C393FEACA59A84159D7001A4E5
\
||
gpg
--batch
--keyserver
pgp.mit.edu
--recv-keys
6380DC428747F6C393FEACA59A84159D7001A4E5
\
&&
gpg
--batch
--verify
/usr/local/bin/tini.asc /usr/local/bin/tini
\
&&
rm
-rf
"
$GNUPGHOME
"
/usr/local/bin/tini.asc
\
&&
chmod
+x /usr/local/bin/tini
&&
chmod
+x /usr/local/bin/tini
ENTRYPOINT
["/usr/local/bin/tini", "--"]
ENTRYPOINT
["/usr/local/bin/tini", "--"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment