Skip to content

Commit

Permalink
PLT-220: Use deterministic timestamp for chaincode archive (#22)
Browse files Browse the repository at this point in the history
* PLT-220: Use deterministic timestamp for chaincode archive

* PLT-220: Hard-code timestamp for determinism

* PLT-220: Add comment
  • Loading branch information
sam-at-luther authored Nov 15, 2023
1 parent b3f0e2e commit 5a0ed51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-roles/k8s_fabric_chaincode/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- "{{ k8s_fabric_chaincode_version }}"
# e.g. substrate-2-164-0
- "substrate-{{ cc_dash_ver }}"
- "{{ ansible_date_time.iso8601 }}"
- "2016-01-01T00:00:00Z" # PLT-220: deterministic timestamp
- "{{ k8s_fabric_chaincode_external }}"
chdir: "{{ k8s_fabric_scripts_workdir }}"
environment: "{{ kubectl_env }}"
Expand Down

0 comments on commit 5a0ed51

Please sign in to comment.