Skip to content

Commit

Permalink
removing versioning from assumption in upstream docker syscoin image
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep sidhu committed Aug 10, 2022
1 parent 3dc73eb commit a4d3cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cmd/puppeth/module_explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ FROM sidhujag/syscoin-core:latest as syscoin-alpine
FROM sidhujag/blockscout:latest
ENV SYSCOIN_DATA=/home/syscoin/.syscoin
ENV SYSCOIN_VERSION=4.3.0
ENV SYSCOIN_PREFIX=/opt/syscoin-${SYSCOIN_VERSION}
ENV SYSCOIN_PREFIX=/opt/syscoin
ARG COINSYMBOL={{.Coin}}
ARG EXCHANGE_RATES_COINGECKO_COIN_ID={{.CoingeckoID}}
ARG COINNETWORK={{.Network}}
Expand Down
3 changes: 1 addition & 2 deletions cmd/puppeth/module_faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ FROM sidhujag/syscoin-core:latest as syscoin-alpine
FROM alpine:3.14
ENV SYSCOIN_DATA=/home/syscoin/.syscoin
ENV SYSCOIN_VERSION=4.3.0
ENV SYSCOIN_PREFIX=/opt/syscoin-${SYSCOIN_VERSION}
ENV SYSCOIN_PREFIX=/opt/syscoin
COPY --from=syscoin-alpine ${SYSCOIN_DATA}/* ${SYSCOIN_DATA}/
COPY --from=syscoin-alpine ${SYSCOIN_PREFIX}/bin/* /usr/local/bin/
Expand Down
3 changes: 1 addition & 2 deletions cmd/puppeth/module_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ ADD genesis.json /genesis.json
ADD signer.pass /signer.pass
{{end}}
ENV SYSCOIN_DATA=/home/syscoin/.syscoin
ENV SYSCOIN_VERSION=4.3.0
ENV SYSCOIN_PREFIX=/opt/syscoin-${SYSCOIN_VERSION}
ENV SYSCOIN_PREFIX=/opt/syscoin
COPY --from=syscoin-alpine ${SYSCOIN_DATA}/* ${SYSCOIN_DATA}/
COPY --from=syscoin-alpine ${SYSCOIN_PREFIX}/bin/* /usr/local/bin/
Expand Down

0 comments on commit a4d3cef

Please sign in to comment.