1
0
mirror of synced 2026-02-06 19:05:55 +00:00
Files
flux2/cmd/flux
frekw 26109ee821 Add --reproducible flag to flux push artifact
This makes the pushed artifact have the exact same hash if the contents
are the same.

E.g
```
flux push artifact oci://repo/image:tag1 --source deploy --revision="test" --path=deploy --reproducible
flux push artifact oci://repo/image:tag2 --source deploy --revision="test" --path=deploy --reproducible
```

will both result in the same sha hash, tagged with `tag1` and `tag2`.

This is useful when producing flux artifacts in a monorepo setup where
you don't want to unnecessarily push new artifacts unless something has
actually changed.

Signed-off-by: frekw <fredrik@warnsberg.se>
2024-05-08 13:30:22 +02:00
..
2023-11-14 15:02:54 -05:00
2023-12-08 19:47:12 +05:30
2024-04-08 17:54:38 +03:00
2024-04-08 17:54:38 +03:00
2023-04-11 17:00:57 +01:00
2023-12-13 13:16:18 +01:00
2023-12-12 11:08:30 +02:00
2023-06-05 10:07:38 +02:00
2023-10-17 14:08:10 +02:00
2023-12-08 19:47:12 +05:30
2024-04-08 17:54:38 +03:00
2023-09-18 10:48:08 +01:00
2023-12-08 19:47:12 +05:30
2023-12-12 11:08:30 +02:00
2024-05-06 12:28:34 +03:00
2023-12-08 19:47:12 +05:30
2022-01-10 16:30:38 +01:00
2023-08-22 12:36:58 +03:00
2022-01-10 16:30:38 +01:00