File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ target "misp-modules-slim" {
141141 " MODULES_FLAVOR" : " slim" ,
142142 " DOCKER_HUB_PROXY" : " ${ DOCKER_HUB_PROXY } " ,
143143 }
144+ platforms = " ${ PLATFORMS } "
144145}
145146
146147target "misp-core" {
@@ -167,6 +168,7 @@ target "misp-core" {
167168 " PYPI_SUPERVISOR_VERSION" : " ${ PYPI_SUPERVISOR_VERSION } " ,
168169 " DOCKER_HUB_PROXY" : " ${ DOCKER_HUB_PROXY } " ,
169170 }
171+ platforms = " ${ PLATFORMS } "
170172}
171173
172174target "misp-core-slim" {
@@ -192,6 +194,7 @@ target "misp-core-slim" {
192194 " PYPI_SUPERVISOR_VERSION" : " ${ PYPI_SUPERVISOR_VERSION } " ,
193195 " DOCKER_HUB_PROXY" : " ${ DOCKER_HUB_PROXY } " ,
194196 }
197+ platforms = " ${ PLATFORMS } "
195198}
196199
197200target "misp-guard" {
Original file line number Diff line number Diff line change 33# #
44
55CORE_TAG = v2.5.27
6- # CORE_FLAVOR=full
6+ # CORE_FLAVOR=standard
77MODULES_TAG = v3.0.4
88# MODULES_FLAVOR=standard
99GUARD_TAG = v1.2
You can’t perform that action at this time.
0 commit comments