Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Commit e94a44f

Browse files
committed
Migrates to gitlab.com
* Switches the base image to `registry.gitlab.com/ix.ai/alpine:latest` * Updates README.md
1 parent d0dbacf commit e94a44f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM hub.ix.ai/docker/alpine:latest
2-
LABEL ai.ix.maintainer="docker@ix.ai"
1+
FROM registry.gitlab.com/ix.ai/alpine:latest
2+
33
ARG PORT
44

55
RUN apk add --no-cache py3-requests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docker run --rm -it -p 9308:9308 \
99
-e ADDRESSES="0x90833394dB1b53f08B9D97dab8BEFf69FCf3bA49" \
1010
-e TOKENS='[{"contract":"0x9b70740e708a083c6ff38df52297020f5dfaa5ee","name":"Daneel","short":"DAN","decimals": 10},{"contract":"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07","name":"OmiseGO","short":"OMG","decimals":18}]'
1111
--name etherscan-exporter \
12-
hub.ix.ai/docker/etherscan-exporter:latest
12+
registry.gitlab.com/ix.ai/etherscan-exporter:latest
1313
```
1414

1515
## Supported variables

0 commit comments

Comments
 (0)