Skip to content

Commit

Permalink
adjusts the wallets' docker build files
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Dec 21, 2023
1 parent aafe4e4 commit cf98acc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions contrib/docker/Dockerfile.dsw-linux-arm64-wallet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM decenomy/dsw-linux-arm64-builder:latest
FROM decenomy/dsw-linux-arm64-builder@sha256:7e0c655c60175684cff89993cada14ce85544c636e25d75121a8ac8a3c169c19
FROM decenomy/dsw-linux-arm64-builder@sha256:e687b911b160c600716dbd1d481f82e3d22c1fbe9cb035097552fe0504d1b78d

# ARG for specifying the number of cores
ARG CPU_CORES=1
Expand All @@ -21,7 +21,6 @@ WORKDIR /$TICKER
# Check out a specific version if needed
RUN git checkout -B $TARGET
RUN git pull origin $TARGET
#RUN git checkout $TARGET

# Run Git commands to extract the timestamps
RUN git log -1 --format="%at" | xargs -I{} date -d @{} "+%Y-%m-%d %H:%M:%S" > /git_timestamp
Expand Down
3 changes: 1 addition & 2 deletions contrib/docker/Dockerfile.dsw-linux-x64-wallet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM decenomy/dsw-linux-x64-builder:latest
FROM decenomy/dsw-linux-x64-builder@sha256:5ea66af7cd196a294d3222c5013a3f2a1ac343238c603234f06f4d6b9725ff13
FROM decenomy/dsw-linux-x64-builder@sha256:c1d14e04ce8f0ab32ed23d4c961faf0b7f3c3059d17fad895bccc6ce571d82e4


# ARG for specifying the number of cores
Expand All @@ -22,7 +22,6 @@ WORKDIR /$TICKER
# Check out a specific version if needed
RUN git checkout -B $TARGET
RUN git pull origin $TARGET
#RUN git checkout $TARGET

# Run Git commands to extract the timestamps
RUN git log -1 --format="%at" | xargs -I{} date -d @{} "+%Y-%m-%d %H:%M:%S" > /git_timestamp
Expand Down
3 changes: 1 addition & 2 deletions contrib/docker/Dockerfile.dsw-macos-x64-wallet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM decenomy/dsw-macos-x64-builder:latest
FROM decenomy/dsw-macos-x64-builder@sha256:f939a1629656448566f303eff6ad0dfd79ae8bb136e937888063e8b3c90e0bc5
FROM decenomy/dsw-macos-x64-builder@sha256:bdef2e446c09c7f601cc490841711e8f4ca47e4f81ba4306a8d2ace0b58012db

# ARG for specifying the number of cores
ARG CPU_CORES=1
Expand All @@ -21,7 +21,6 @@ WORKDIR /$TICKER
# Check out a specific version if needed
RUN git checkout -B $TARGET
RUN git pull origin $TARGET
#RUN git checkout $TARGET

RUN git log -1 --format="%at" | xargs -I{} date -d @{} "+%Y-%m-%d %H:%M:%S" > /git_timestamp
RUN git log -1 --format="%at" | xargs -I{} date -d @{} "+%Y%m%d%H%M.%S" > /git_timestamp_touch
Expand Down
3 changes: 1 addition & 2 deletions contrib/docker/Dockerfile.dsw-windows-x64-wallet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM decenomy/dsw-windows-x64-builder:latest
FROM decenomy/dsw-windows-x64-builder@sha256:849a5356779276649044bc6bdb52fd272a54ec8bb9ce0cf827dd78cf5d32b343
FROM decenomy/dsw-windows-x64-builder@sha256:6ff1eeff59b4bd279cb056163a573294241616f4c91923b0c494cb3511125333

# ARG for specifying the number of cores
ARG CPU_CORES=1
Expand All @@ -21,7 +21,6 @@ WORKDIR /$TICKER
# Check out a specific version if needed
RUN git checkout -B $TARGET
RUN git pull origin $TARGET
#RUN git checkout $TARGET

RUN git log -1 --format="%at" | xargs -I{} date -d @{} "+%Y-%m-%d %H:%M:%S" > /git_timestamp
RUN git log -1 --format="%at" | xargs -I{} date -d @{} "+%Y%m%d%H%M.%S" > /git_timestamp_touch
Expand Down

0 comments on commit cf98acc

Please sign in to comment.