forked from NethermindEth/nethermind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Change dockerfile to use digest (NethermindEth#3113)
* Set docker pull by digest in Dockerfile * Set docker pull by digest in Dockerfile.rocksdb * Set docker pull by digest in Dockerfile.stateRunner * Set docker pull by digest in Dockerfile.gmp * Set docker pull by digest in Dockerfile.e2e * Remove Dockerfile.globalization * Set docker pull by digest in Prometheus Dockerfile * Set docker pull by digest in Dockerfile.secp256k1 * Update dockerfile image digest * Update Dockerfile.e2e * Update Dockerfile.e2e to latest image * Add readme for add digest for images * Merge origin/master Co-authored-by: lukasz.rozmej <lukasz.rozmej@gmail.com>
- Loading branch information
1 parent
4931a59
commit 530ab44
Showing
10 changed files
with
28 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/Nethermind/Nethermind.DataMarketplace.Providers.Test.EndToEnd/prometheus/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM prom/prometheus | ||
FROM prom/prometheus@sha256:5accb68b56ba452e449a5e552411acaeabbbe0f087acf19a1157ce3dd10a8bed | ||
WORKDIR /app | ||
COPY ./prometheus.yml /etc/prometheus/prometheus.yml | ||
COPY ./prometheus.yml /etc/prometheus/prometheus.yml |
Submodule tests
updated
from 5d534e to 4d539d