Skip to content
Snippets Groups Projects
Commit 1b55c4fb authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

always pull receiver image

parent 1b182614
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,6 @@ set(SOURCE_FILES
find_package (libmongoc-static-1.0 1.9 REQUIRED)
message ("-- mongoc found version \"${MONGOC_STATIC_VERSION}\"")
message ("-- mongoc include path \"${MONGOC_STATIC_INCLUDE_DIRS}\"")
IF (CMAKE_C_COMPILER_ID STREQUAL "GNU")
set (MONGOC_STATIC_LIBRARIES -Wl,-Bstatic ${MONGOC_STATIC_LIBRARIES} -Wl,-Bdynamic)
ENDIF()
message ("-- mongoc libraries \"${MONGOC_STATIC_LIBRARIES}\"")
add_library(${TARGET_NAME} STATIC ${SOURCE_FILES} $<TARGET_OBJECTS:data_structs> $<TARGET_OBJECTS:json_parser> $<TARGET_OBJECTS:system_io>)
......
......@@ -25,6 +25,7 @@ job "receivers" {
network_mode = "host"
dns_servers = ["127.0.0.1"]
image = "yakser/asapo-receiver:feature_ha"
force_pull = true
volumes = ["local/config.json:/var/lib/receiver/config.json",
"/bldocuments/support/asapo/data:/var/lib/receiver/data"]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment