mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
Fix/issue 12532 (#12550)
* Updating Dockerfile with multistage * Updating reviewed changes * Docker Development changes * Docker workflow changes * Arguments update * Script path update * Arguments update * Resolving the reviewed suggestions * Issue-12532 and security-scan fix * Removing security-scan fix * Update Dockerfile * updating wget from curl
This commit is contained in:
parent
bde7509a8c
commit
948ddf36c6
@ -192,7 +192,7 @@ services:
|
||||
networks:
|
||||
- local_app_net
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8586/healthcheck" ]
|
||||
test: [ "CMD", "wget", "-q", "--spider", "http://localhost:8586/healthcheck" ]
|
||||
|
||||
ingestion:
|
||||
build:
|
||||
|
@ -193,7 +193,7 @@ services:
|
||||
networks:
|
||||
- local_app_net
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8586/healthcheck" ]
|
||||
test: [ "CMD", "wget", "-q", "--spider", "http://localhost:8586/healthcheck" ]
|
||||
|
||||
ingestion:
|
||||
build:
|
||||
|
@ -163,7 +163,7 @@ services:
|
||||
networks:
|
||||
- app_net
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8586/healthcheck" ]
|
||||
test: [ "CMD", "wget", "-q", "--spider", "http://localhost:8586/healthcheck" ]
|
||||
|
||||
networks:
|
||||
app_net:
|
||||
|
@ -155,7 +155,7 @@ services:
|
||||
networks:
|
||||
- app_net
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8586/healthcheck" ]
|
||||
test: [ "CMD", "wget", "-q", "--spider", "http://localhost:8586/healthcheck" ]
|
||||
|
||||
networks:
|
||||
app_net:
|
||||
|
@ -208,7 +208,7 @@ services:
|
||||
networks:
|
||||
- app_net
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8586/healthcheck" ]
|
||||
test: [ "CMD", "wget", "-q", "--spider", "http://localhost:8586/healthcheck" ]
|
||||
|
||||
ingestion:
|
||||
container_name: openmetadata_ingestion
|
||||
|
@ -208,7 +208,7 @@ services:
|
||||
networks:
|
||||
- app_net
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8586/healthcheck" ]
|
||||
test: [ "CMD", "wget", "-q", "--spider", "http://localhost:8586/healthcheck" ]
|
||||
|
||||
ingestion:
|
||||
container_name: openmetadata_ingestion
|
||||
|
Loading…
x
Reference in New Issue
Block a user