Skip to content

Commit

Permalink
Add ability to specify version for neuron (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
VVKot authored Feb 27, 2021
1 parent a990ebc commit bca06d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neuron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM sridca/neuron
ARG VERSION
FROM sridca/neuron@sha256:${VERSION}
LABEL io.whalebrew.config.ports '["8080:8080","1440:1440"]'
LABEL io.whalebrew.config.volumes_from_args '["-d", "-o", "--output-dir"]'
LABEL io.whalebrew.config.working_dir '$PWD'
Expand Down
2 changes: 2 additions & 0 deletions neuron/tags.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
versions:
- 96ce399b232eb473daf2a09794942e314bdf64816a2f09cb9dc24af4dd16fbf2

0 comments on commit bca06d5

Please sign in to comment.