This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
AegisBuild.mk
103 lines (100 loc) · 2.74 KB
/
AegisBuild.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#
# .-'_.---._'-.
# ||####|(__)|| Protect your secrets, protect your business.
# \\()|##// Secure your sensitive data with Aegis.
# \\ |#// <aegis.ist>
# .\_/.
#
# Builds everything and pushes to public registries.
build: \
example-sidecar-bundle \
example-sidecar-push \
example-sdk-bundle \
example-sdk-push \
example-multiple-secrets-bundle \
example-multiple-secrets-push \
example-init-container-bundle \
example-init-container-push \
safe-bundle-ist \
safe-push-ist \
safe-bundle-ist-fips \
safe-push-ist-fips \
safe-bundle-photon \
safe-push-photon \
safe-bundle-photon-fips \
safe-push-photon-fips \
sidecar-bundle-ist \
sidecar-push-ist \
sidecar-bundle-ist-fips \
sidecar-push-ist-fips \
sidecar-bundle-photon \
sidecar-push-photon \
sidecar-bundle-photon-fips \
sidecar-push-photon-fips \
sentinel-bundle-ist \
sentinel-push-ist \
sentinel-bundle-ist-fips \
sentinel-push-ist-fips \
sentinel-bundle-photon \
sentinel-push-photon \
sentinel-bundle-photon-fips \
sentinel-push-photon-fips \
init-container-bundle-ist \
init-container-push-ist \
init-container-bundle-ist-fips \
init-container-push-ist-fips \
init-container-bundle-photon \
init-container-push-photon \
init-container-bundle-photon-fips \
init-container-push-photon-fips
# Builds everything and pushes to the local registry.
build-local: \
example-sidecar-bundle \
example-sidecar-push-local \
example-sdk-bundle \
example-sdk-push-local \
example-multiple-secrets-bundle \
example-multiple-secrets-push-local \
example-init-container-bundle \
example-init-container-push-local \
safe-bundle-ist \
safe-push-ist-local \
safe-bundle-ist-fips \
safe-push-ist-fips-local \
safe-bundle-photon \
safe-push-photon-local \
safe-bundle-photon-fips \
safe-push-photon-fips-local \
sidecar-bundle-ist \
sidecar-push-ist-local \
sidecar-bundle-ist-fips \
sidecar-push-ist-fips-local \
sidecar-bundle-photon \
sidecar-push-photon-local \
sidecar-bundle-photon-fips \
sidecar-push-photon-fips-local \
sentinel-bundle-ist \
sentinel-push-ist-local \
sentinel-bundle-ist-fips \
sentinel-push-ist-fips-local \
sentinel-bundle-photon \
sentinel-push-photon-local \
sentinel-bundle-photon-fips \
sentinel-push-photon-fips-local \
init-container-bundle-ist \
init-container-push-ist-local \
init-container-bundle-ist-fips \
init-container-push-ist-fips-local \
init-container-bundle-photon \
init-container-push-photon-local \
init-container-bundle-photon-fips \
init-container-push-photon-fips-local
build-essentials-local: \
safe-bundle-ist \
safe-push-ist-local \
sidecar-bundle-ist \
sidecar-push-ist-local \
sentinel-bundle-ist \
sentinel-push-ist-local \
init-container-bundle-ist \
init-container-push-ist-local \