We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5389b67 commit 7490ab6Copy full SHA for 7490ab6
nix/testground-image.nix
@@ -1,6 +1,7 @@
1
{ dockerTools, cronos-matrix, testground-testcase }:
2
dockerTools.buildLayeredImage {
3
name = "cronos-testground";
4
+ created = "now";
5
contents = [
6
testground-testcase
7
cronos-matrix.cronosd
0 commit comments