mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
* update istio * update istio * fixing istio * fix library name * fix library name * fix missing defenition of advanced-model * fix append * fix wrong name * fix pvc issue * fix config.go file * fix config.go file * fix config.go file * fix config.go file --------- Co-authored-by: Daniel Eisenberg <danielei@checkpoint.com>
12 lines
450 B
CMake
12 lines
450 B
CMake
add_custom_command(
|
|
OUTPUT ${CMAKE_INSTALL_PREFIX}/nginx-docker.img
|
|
COMMAND docker build -t nginx-docker ${CMAKE_INSTALL_PREFIX}
|
|
COMMAND docker tag nginx-docker ${OUTPUT_DOCKER_IMAGE}
|
|
COMMAND docker image save nginx-docker -o ${CMAKE_INSTALL_PREFIX}/nginx-docker.img
|
|
)
|
|
|
|
add_custom_target(docker DEPENDS ${CMAKE_INSTALL_PREFIX}/nginx-docker.img)
|
|
|
|
add_subdirectory(openappsec-envoy-attachments)
|
|
add_subdirectory(openappsec-waf-webhook)
|