You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coderd/database/migrations/testdata/full_dumps/v0.7.12/000028_dump_v0.7.12.up.sql
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -183,22 +183,22 @@ This template will use the Docker socket present on
183
183
the Coder host, which is not necessarily your local machine.
184
184
185
185
You can specify a different host in the template file and
186
-
surpress this warning.
186
+
suppress this warning.
187
187
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '') ON CONFLICT DO NOTHING;
188
188
INSERT INTO public.parameter_schemas VALUES ('f239329d-2328-437b-a3e6-470f7e91fd99', '2022-11-02 13:36:23.908523+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '') ON CONFLICT DO NOTHING;
189
189
INSERT INTO public.parameter_schemas VALUES ('1bbddc70-22ff-4f8b-a423-64a0260f1eda', '2022-11-02 13:36:23.909951+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step3_OS', 'What operating system is your Coder host on?
190
-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
190
+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
191
191
INSERT INTO public.parameter_schemas VALUES ('f8cb7a23-e732-4ee9-a263-8c9383e856d4', '2022-11-02 13:36:27.397704+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step1_docker_host_warning', 'Is Docker running on the Coder host?
192
192
193
193
This template will use the Docker socket present on
194
194
the Coder host, which is not necessarily your local machine.
195
195
196
196
You can specify a different host in the template file and
197
-
surpress this warning.
197
+
suppress this warning.
198
198
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '') ON CONFLICT DO NOTHING;
199
199
INSERT INTO public.parameter_schemas VALUES ('15e99f3d-c60c-4649-9442-c84e8639b9f8', '2022-11-02 13:36:27.399443+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '') ON CONFLICT DO NOTHING;
200
200
INSERT INTO public.parameter_schemas VALUES ('cdd9dfa6-0550-4a53-9bb7-8465628dedcc', '2022-11-02 13:36:27.40081+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step3_OS', 'What operating system is your Coder host on?
201
-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
201
+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
202
202
INSERT INTO public.parameter_schemas VALUES ('c7ed9a02-6a1c-46e1-925d-51b505599ac2', '2022-11-02 13:36:27.402454+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'docker_image', 'What Docker image would you like to use for your workspace?', 'data', 'base', true, 'provisioner_variable', false, '', true, 'Invalid Docker image!', 'contains(["base", "java", "node"], var.docker_image)', 'hcl', '') ON CONFLICT DO NOTHING;
203
203
204
204
@@ -1611,7 +1611,7 @@ See `params.sample.yaml` for more information.
1611
1611
This template has the following predefined parameters:
1612
1612
1613
1613
- `docker_host`: Path to (or address of) the Docker socket.
1614
-
> You can determine the correct value for this by runnning
1614
+
> You can determine the correct value for this by running
1615
1615
> `docker context ls`.
1616
1616
- `docker_arch`: Architecture of the host running Docker.
1617
1617
This can be `amd64`, `arm64`, or `armv7`.
@@ -1637,7 +1637,7 @@ See `params.sample.yaml` for more information.
1637
1637
This template has the following predefined parameters:
1638
1638
1639
1639
- `docker_host`: Path to (or address of) the Docker socket.
1640
-
> You can determine the correct value for this by runnning
1640
+
> You can determine the correct value for this by running
1641
1641
> `docker context ls`.
1642
1642
- `docker_arch`: Architecture of the host running Docker.
1643
1643
This can be `amd64`, `arm64`, or `armv7`.
@@ -1663,7 +1663,7 @@ See `params.sample.yaml` for more information.
1663
1663
This template has the following predefined parameters:
1664
1664
1665
1665
- `docker_host`: Path to (or address of) the Docker socket.
1666
-
> You can determine the correct value for this by runnning
1666
+
> You can determine the correct value for this by running
1667
1667
> `docker context ls`.
1668
1668
- `docker_arch`: Architecture of the host running Docker.
1669
1669
This can be `amd64`, `arm64`, or `armv7`.
@@ -1689,7 +1689,7 @@ See `params.sample.yaml` for more information.
1689
1689
This template has the following predefined parameters:
1690
1690
1691
1691
- `docker_host`: Path to (or address of) the Docker socket.
1692
-
> You can determine the correct value for this by runnning
1692
+
> You can determine the correct value for this by running
1693
1693
> `docker context ls`.
1694
1694
- `docker_arch`: Architecture of the host running Docker.
Copy file name to clipboardExpand all lines: coderd/database/migrations/testdata/full_dumps/v0.8.15/000049_dump_v0.8.15.up.sql
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -217,23 +217,23 @@ This template will use the Docker socket present on
217
217
the Coder host, which is not necessarily your local machine.
218
218
219
219
You can specify a different host in the template file and
220
-
surpress this warning.
220
+
suppress this warning.
221
221
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '', 2) ON CONFLICT DO NOTHING;
222
222
INSERT INTO public.parameter_schemas VALUES ('f239329d-2328-437b-a3e6-470f7e91fd99', '2022-11-02 13:36:23.908523+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '', 3) ON CONFLICT DO NOTHING;
223
223
INSERT INTO public.parameter_schemas VALUES ('1bbddc70-22ff-4f8b-a423-64a0260f1eda', '2022-11-02 13:36:23.909951+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step3_OS', 'What operating system is your Coder host on?
224
-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
224
+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
225
225
INSERT INTO public.parameter_schemas VALUES ('c7ed9a02-6a1c-46e1-925d-51b505599ac2', '2022-11-02 13:36:27.402454+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'docker_image', 'What Docker image would you like to use for your workspace?', 'data', 'base', true, 'provisioner_variable', false, '', true, 'Invalid Docker image!', 'contains(["base", "java", "node"], var.docker_image)', 'hcl', '', 1) ON CONFLICT DO NOTHING;
226
226
INSERT INTO public.parameter_schemas VALUES ('f8cb7a23-e732-4ee9-a263-8c9383e856d4', '2022-11-02 13:36:27.397704+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step1_docker_host_warning', 'Is Docker running on the Coder host?
227
227
228
228
This template will use the Docker socket present on
229
229
the Coder host, which is not necessarily your local machine.
230
230
231
231
You can specify a different host in the template file and
232
-
surpress this warning.
232
+
suppress this warning.
233
233
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '', 2) ON CONFLICT DO NOTHING;
234
234
INSERT INTO public.parameter_schemas VALUES ('15e99f3d-c60c-4649-9442-c84e8639b9f8', '2022-11-02 13:36:27.399443+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '', 3) ON CONFLICT DO NOTHING;
235
235
INSERT INTO public.parameter_schemas VALUES ('cdd9dfa6-0550-4a53-9bb7-8465628dedcc', '2022-11-02 13:36:27.40081+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step3_OS', 'What operating system is your Coder host on?
236
-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
236
+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
237
237
INSERT INTO public.parameter_schemas VALUES ('8320ac9e-cbb8-4e1e-810b-c78edb19fad4', '2022-11-02 13:31:33.386083+02', '8cff6071-0a97-4c99-9fff-dc3507dd259b', 'docker_arch', 'Specify architecture of docker host (amd64, arm64, or armv7)', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.docker_arch)', 'hcl', '', 1) ON CONFLICT DO NOTHING;
238
238
INSERT INTO public.parameter_schemas VALUES ('a81f23fe-d849-4773-afec-64d332f672a9', '2022-11-02 13:31:33.384416+02', '8cff6071-0a97-4c99-9fff-dc3507dd259b', 'docker_host', 'Specify location of Docker socket (check `docker context ls` if you''re not sure)', 'none', '', false, 'provisioner_variable', false, '', false, '', '', 'none', '', 2) ON CONFLICT DO NOTHING;
239
239
INSERT INTO public.parameter_schemas VALUES ('47c7b35e-09cd-452f-83fe-d674ffbb645c', '2022-11-02 13:30:35.394671+02', 'ba1deb9c-0e65-4849-9ac8-c1652bffd2a0', 'docker_arch', 'Specify architecture of docker host (amd64, arm64, or armv7)', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.docker_arch)', 'hcl', '', 1) ON CONFLICT DO NOTHING;
@@ -2099,7 +2099,7 @@ See `params.sample.yaml` for more information.
2099
2099
This template has the following predefined parameters:
2100
2100
2101
2101
- `docker_host`: Path to (or address of) the Docker socket.
2102
-
> You can determine the correct value for this by runnning
2102
+
> You can determine the correct value for this by running
2103
2103
> `docker context ls`.
2104
2104
- `docker_arch`: Architecture of the host running Docker.
2105
2105
This can be `amd64`, `arm64`, or `armv7`.
@@ -2125,7 +2125,7 @@ See `params.sample.yaml` for more information.
2125
2125
This template has the following predefined parameters:
2126
2126
2127
2127
- `docker_host`: Path to (or address of) the Docker socket.
2128
-
> You can determine the correct value for this by runnning
2128
+
> You can determine the correct value for this by running
2129
2129
> `docker context ls`.
2130
2130
- `docker_arch`: Architecture of the host running Docker.
2131
2131
This can be `amd64`, `arm64`, or `armv7`.
@@ -2151,7 +2151,7 @@ See `params.sample.yaml` for more information.
2151
2151
This template has the following predefined parameters:
2152
2152
2153
2153
- `docker_host`: Path to (or address of) the Docker socket.
2154
-
> You can determine the correct value for this by runnning
2154
+
> You can determine the correct value for this by running
2155
2155
> `docker context ls`.
2156
2156
- `docker_arch`: Architecture of the host running Docker.
2157
2157
This can be `amd64`, `arm64`, or `armv7`.
@@ -2177,7 +2177,7 @@ See `params.sample.yaml` for more information.
2177
2177
This template has the following predefined parameters:
2178
2178
2179
2179
- `docker_host`: Path to (or address of) the Docker socket.
2180
-
> You can determine the correct value for this by runnning
2180
+
> You can determine the correct value for this by running
2181
2181
> `docker context ls`.
2182
2182
- `docker_arch`: Architecture of the host running Docker.
0 commit comments