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: .run/[DNA] run exec_build.all.bash (core, ci-tests, ci-tests-no-gpu) only.run.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<componentname="ProjectRunConfigurationManager">
2
2
<configurationdefault="false"name="[DNA] run exec_build.all.bash (core, ci-tests) only"type="ShConfigurationType"folderName="[DNA] C | stability check"focusToolWindowBeforeRun="true">
3
-
<optionname="SCRIPT_TEXT"value="clear && cd tests/stability_check && bash exec_build.all.bash --service-names "project-core,project-ci-tests"" />
3
+
<optionname="SCRIPT_TEXT"value="clear && cd tests/stability_check && bash exec_build.all.bash --service-names "project-core-pre,project-core-user,project-core,project-ci-tests"" />
Copy file name to clipboardExpand all lines: .run/[DNA] run exec_build.all.bash (core, slurm, slurm-no-gpu) only.run.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<componentname="ProjectRunConfigurationManager">
2
2
<configurationdefault="false"name="[DNA] run exec_build.all.bash (core, slurm) only"type="ShConfigurationType"folderName="[DNA] C | stability check"focusToolWindowBeforeRun="true">
3
-
<optionname="SCRIPT_TEXT"value="clear && cd tests/stability_check && bash exec_build.all.bash --service-names "project-core,project-slurm"" />
3
+
<optionname="SCRIPT_TEXT"value="clear && cd tests/stability_check && bash exec_build.all.bash --service-names "project-core-pre,project-core-user,project-core,project-slurm"" />
Copy file name to clipboardExpand all lines: .run/[DNA] run exec_build.all.multiarch.bash (buildx multiaarch) (core,ci-tests,ci-tests-no-gpu).run.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<componentname="ProjectRunConfigurationManager">
2
2
<configurationdefault="false"name="[DNA] run exec_build.all.multiarch.bash (buildx multiaarch) (core,ci-tests)"type="ShConfigurationType"folderName="[DNA] C | stability check"focusToolWindowBeforeRun="true">
3
-
<optionname="SCRIPT_TEXT"value="clear && cd tests/stability_check && bash exec_build.all.multiarch.bash --service-names "project-core,project-ci-tests"" />
3
+
<optionname="SCRIPT_TEXT"value="clear && cd tests/stability_check && bash exec_build.all.multiarch.bash --service-names "project-core-pre,project-core-user,project-core,project-ci-tests"" />
Show Docker Compose configuration (In Development).
3
+
Show Docker Compose configuration file.
4
4
5
5
## Synopsis
6
6
7
7
```bash
8
-
dna config MODE [PLATFORM] [OPTIONS]
8
+
dna config [OPTIONS] MODE [--] [DOCKER_CONFIG_FLAGS|DOCKER_BAKE_FLAGS]
9
9
```
10
10
11
11
## Description
12
12
13
13
The `dna config` command displays the resolved Docker Compose configuration for different DNA modes and platforms. This is useful for debugging configuration issues, understanding service definitions, and validating environment variable interpolation.
14
14
15
-
> **⚠️ Note**: This command is currently in development and not yet fully released.
15
+
The command uses `docker compose config` or `docker buildx bake` under the hood and can consume their respective option flags.
0 commit comments