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:
Anuj359 2023-07-21 22:34:47 +05:30 committed by GitHub
parent bde7509a8c
commit 948ddf36c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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