|
923 | 923 | "x-intellij-html-description": "used to pass in --no-cache to docker build to prevent caching.",
|
924 | 924 | "default": "false"
|
925 | 925 | },
|
926 |
| - "secret": { |
927 |
| - "$ref": "#/definitions/DockerSecret", |
928 |
| - "description": "contains information about a local secret passed to `docker build`, along with optional destination information.", |
929 |
| - "x-intellij-html-description": "contains information about a local secret passed to <code>docker build</code>, along with optional destination information." |
930 |
| - }, |
931 | 926 | "target": {
|
932 | 927 | "type": "string",
|
933 | 928 | "description": "Dockerfile target name to build.",
|
|
940 | 935 | "buildArgs",
|
941 | 936 | "network",
|
942 | 937 | "cacheFrom",
|
943 |
| - "noCache", |
944 |
| - "secret" |
| 938 | + "noCache" |
945 | 939 | ],
|
946 | 940 | "additionalProperties": false,
|
947 | 941 | "description": "describes an artifact built from a Dockerfile, usually using `docker build`.",
|
|
968 | 962 | "description": "contains information about the docker `config.json` to mount.",
|
969 | 963 | "x-intellij-html-description": "contains information about the docker <code>config.json</code> to mount."
|
970 | 964 | },
|
971 |
| - "DockerSecret": { |
972 |
| - "required": [ |
973 |
| - "id" |
974 |
| - ], |
975 |
| - "properties": { |
976 |
| - "dst": { |
977 |
| - "type": "string", |
978 |
| - "description": "path in the container to mount the secret.", |
979 |
| - "x-intellij-html-description": "path in the container to mount the secret." |
980 |
| - }, |
981 |
| - "id": { |
982 |
| - "type": "string", |
983 |
| - "description": "id of the secret.", |
984 |
| - "x-intellij-html-description": "id of the secret." |
985 |
| - }, |
986 |
| - "src": { |
987 |
| - "type": "string", |
988 |
| - "description": "path to the secret on the host machine.", |
989 |
| - "x-intellij-html-description": "path to the secret on the host machine." |
990 |
| - } |
991 |
| - }, |
992 |
| - "preferredOrder": [ |
993 |
| - "id", |
994 |
| - "src", |
995 |
| - "dst" |
996 |
| - ], |
997 |
| - "additionalProperties": false, |
998 |
| - "description": "contains information about a local secret passed to `docker build`, along with optional destination information.", |
999 |
| - "x-intellij-html-description": "contains information about a local secret passed to <code>docker build</code>, along with optional destination information." |
1000 |
| - }, |
1001 | 965 | "DockerfileDependency": {
|
1002 | 966 | "properties": {
|
1003 | 967 | "buildArgs": {
|
|
0 commit comments