File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ RUN mkdir -p /tmp/rpms && \
45
45
rustup default stable && \
46
46
git clone https://github.com/aws/efs-utils && \
47
47
cd efs-utils && \
48
- git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \
49
- make rpm && mv build/amazon-efs-utils*rpm /tmp/rpms && \
48
+ make rpm-without-system-rust && mv build/amazon-efs-utils*rpm /tmp/rpms && \
50
49
# clean up efs-utils folder after install
51
50
cd .. && rm -rf efs-utils && \
52
51
yum clean all; \
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ disable_fetch_ec2_metadata_token = false
88
88
[mount.cn-north-1]
89
89
dns_name_suffix = amazonaws.com.cn
90
90
91
-
92
91
[mount.cn-northwest-1]
93
92
dns_name_suffix = amazonaws.com.cn
94
93
@@ -108,6 +107,18 @@ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
108
107
dns_name_suffix = sc2s.sgov.gov
109
108
stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
110
109
110
+ [mount.us-isof-east-1]
111
+ dns_name_suffix = csp.hci.ic.gov
112
+ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
113
+
114
+ [mount.us-isof-south-1]
115
+ dns_name_suffix = csp.hci.ic.gov
116
+ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
117
+
118
+ [mount.eu-isoe-west-1]
119
+ dns_name_suffix = cloud.adc-e.uk
120
+ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
121
+
111
122
[mount-watchdog]
112
123
enabled = true
113
124
poll_interval_sec = 1
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ disable_fetch_ec2_metadata_token = false
74
74
[mount.cn-north-1]
75
75
dns_name_suffix = amazonaws.com.cn
76
76
77
-
78
77
[mount.cn-northwest-1]
79
78
dns_name_suffix = amazonaws.com.cn
80
79
@@ -94,6 +93,18 @@ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
94
93
dns_name_suffix = sc2s.sgov.gov
95
94
stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
96
95
96
+ [mount.us-isof-east-1]
97
+ dns_name_suffix = csp.hci.ic.gov
98
+ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
99
+
100
+ [mount.us-isof-south-1]
101
+ dns_name_suffix = csp.hci.ic.gov
102
+ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
103
+
104
+ [mount.eu-isoe-west-1]
105
+ dns_name_suffix = cloud.adc-e.uk
106
+ stunnel_cafile = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
107
+
97
108
[mount-watchdog]
98
109
enabled = true
99
110
poll_interval_sec = 1
You can’t perform that action at this time.
0 commit comments