mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
chore: updated deps
This commit is contained in:
4
.github/workflows/docker-crawlab.yml
vendored
4
.github/workflows/docker-crawlab.yml
vendored
@@ -19,7 +19,7 @@ env:
|
||||
IMAGE_NAME_CRAWLAB_BASE: ghcr.io/${{ github.repository_owner }}/crawlab-base
|
||||
IMAGE_NAME_CRAWLAB_BACKEND: ghcr.io/${{ github.repository_owner }}/crawlab-backend
|
||||
IMAGE_NAME_CRAWLAB_FRONTEND: ghcr.io/${{ github.repository_owner }}/crawlab-frontend
|
||||
IMAGE_NAME_CRAWLAB: ghcr.io/${{ github.repository_owner }}/crawlab
|
||||
IMAGE_NAME_CRAWLAB_GH: ghcr.io/${{ github.repository_owner }}/crawlab
|
||||
IMAGE_NAME_CRAWLAB_DOCKERHUB: crawlabteam/crawlab
|
||||
IMAGE_NAME_CRAWLAB_TENCENT: ccr.ccs.tencentyun.com/crawlab/crawlab
|
||||
E2E_TESTS_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/e2e-tests
|
||||
@@ -283,7 +283,7 @@ jobs:
|
||||
CRAWLAB_TAG=${{ needs.setup.outputs.version }}
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME_CRAWLAB }}:${{ needs.setup.outputs.version }}
|
||||
${{ env.IMAGE_NAME_CRAWLAB_GH }}:${{ needs.setup.outputs.version }}
|
||||
|
||||
test_crawlab:
|
||||
name: Test crawlab
|
||||
|
||||
@@ -21,10 +21,10 @@ require (
|
||||
github.com/cloudflare/circl v1.3.7 // indirect
|
||||
github.com/cloudwego/base64x v0.1.4 // indirect
|
||||
github.com/cloudwego/iasm v0.2.0 // indirect
|
||||
github.com/crawlab-team/crawlab/db v0.0.0-20241124022343-af3749d91332 // indirect
|
||||
github.com/crawlab-team/crawlab/grpc v0.0.0-20241124022343-af3749d91332 // indirect
|
||||
github.com/crawlab-team/crawlab/trace v0.0.0-20241124022343-af3749d91332 // indirect
|
||||
github.com/crawlab-team/crawlab/vcs v0.0.0-20241124022343-af3749d91332 // indirect
|
||||
github.com/crawlab-team/crawlab/db v0.0.0-20241216134403-79c1d5d14b9f // indirect
|
||||
github.com/crawlab-team/crawlab/grpc v0.0.0-20241216134403-79c1d5d14b9f // indirect
|
||||
github.com/crawlab-team/crawlab/trace v0.0.0-20241216134403-79c1d5d14b9f // indirect
|
||||
github.com/crawlab-team/crawlab/vcs v0.0.0-20241216134403-79c1d5d14b9f // indirect
|
||||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
||||
github.com/emirpasic/gods v1.18.1 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
|
||||
@@ -132,22 +132,16 @@ github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490/go.mod h1:eXthEFrGJvWH
|
||||
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
|
||||
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241124022343-af3749d91332 h1:aRgBlGG9/QcCuN/rm6mpbjwrDFNMx0EBsAyeJxs7kgo=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241124022343-af3749d91332/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241211140534-272371d9cef8 h1:gOR/6q1Vksa1aJ/pjECTkLaaWp6mIKcDZ56mA3BO7q4=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241211140534-272371d9cef8/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241214141822-25580b469457 h1:ElesBDEiRN1t/CJjktY1n7H0PqsXP4eEOdaVse3JynQ=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241214141822-25580b469457/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241216134403-79c1d5d14b9f h1:GbHwqeaafotgswEYzVvlkwmzTss7RuV5fZgfcaJsk6Q=
|
||||
github.com/crawlab-team/crawlab/core v0.0.0-20241216134403-79c1d5d14b9f/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
|
||||
github.com/crawlab-team/crawlab/db v0.0.0-20241124022343-af3749d91332 h1:qRdO6u2E819iBSev33ypbUvPZpCB07Zmtt208OpxbEw=
|
||||
github.com/crawlab-team/crawlab/db v0.0.0-20241124022343-af3749d91332/go.mod h1:Bbhjt/gx9+AOybNVWbslVvs/Gckd/ytvUA1VSh+RHmo=
|
||||
github.com/crawlab-team/crawlab/grpc v0.0.0-20241124022343-af3749d91332 h1:2a1AA7gzW3u7QEpxvEtb6kdN3g7M6Jk9jcBi1OrLBn8=
|
||||
github.com/crawlab-team/crawlab/grpc v0.0.0-20241124022343-af3749d91332/go.mod h1:FjY4RtwBruADeUfXwWKlybuR06og1eGm/sECeQdP6Qk=
|
||||
github.com/crawlab-team/crawlab/trace v0.0.0-20241124022343-af3749d91332 h1:E/dPYhdtvKj3S1zrxQHRvvzpWVLhCiJrQn7EwloMls0=
|
||||
github.com/crawlab-team/crawlab/trace v0.0.0-20241124022343-af3749d91332/go.mod h1:r1zzRvJApmtCAfK09ghTYL79yyBGjAUbNXJnnd2cgK0=
|
||||
github.com/crawlab-team/crawlab/vcs v0.0.0-20241124022343-af3749d91332 h1:8t7D7OGQ4QKEEyYQZQZDUdOpWZqjZGge96ZvZl17xQo=
|
||||
github.com/crawlab-team/crawlab/vcs v0.0.0-20241124022343-af3749d91332/go.mod h1:Y1SSJV7WRpqQrHHRpWwPiqZuZZllwXUNYQ6OULXDWbw=
|
||||
github.com/crawlab-team/crawlab/db v0.0.0-20241216134403-79c1d5d14b9f h1:cNMnwQhSdwyreJajsqfrqglE6k+PZ9p//XtLhngUwQ4=
|
||||
github.com/crawlab-team/crawlab/db v0.0.0-20241216134403-79c1d5d14b9f/go.mod h1:Bbhjt/gx9+AOybNVWbslVvs/Gckd/ytvUA1VSh+RHmo=
|
||||
github.com/crawlab-team/crawlab/grpc v0.0.0-20241216134403-79c1d5d14b9f h1:BuXh7vcYml3qrn+0Y2wy7jGoVvPjchHnOXdeH/UgO3s=
|
||||
github.com/crawlab-team/crawlab/grpc v0.0.0-20241216134403-79c1d5d14b9f/go.mod h1:FjY4RtwBruADeUfXwWKlybuR06og1eGm/sECeQdP6Qk=
|
||||
github.com/crawlab-team/crawlab/trace v0.0.0-20241216134403-79c1d5d14b9f h1:OcLGiDCVl9zNkMBOl5BfBAHXP8zhN1ut2mqdo7WsR0Q=
|
||||
github.com/crawlab-team/crawlab/trace v0.0.0-20241216134403-79c1d5d14b9f/go.mod h1:r1zzRvJApmtCAfK09ghTYL79yyBGjAUbNXJnnd2cgK0=
|
||||
github.com/crawlab-team/crawlab/vcs v0.0.0-20241216134403-79c1d5d14b9f h1:8mjwWGBLX+/d5sWzjzESlQqxeX1rJqZf03grx4w892U=
|
||||
github.com/crawlab-team/crawlab/vcs v0.0.0-20241216134403-79c1d5d14b9f/go.mod h1:Y1SSJV7WRpqQrHHRpWwPiqZuZZllwXUNYQ6OULXDWbw=
|
||||
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
|
||||
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${CRAWLAB_NODE_MASTER}" == "Y" ]; then
|
||||
# Replace default api path to new one
|
||||
python /app/bin/update_docker_js_api_address.py
|
||||
|
||||
# Start nginx
|
||||
service nginx start
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user