CLD-5835 - Do not use the mattermost-build-webapp image from ECR (#23748)

* Only use mattermostdevelopment images
* Fix docker mirroring workflow
* Reenable insights feature for E2E tests
This commit is contained in:
mvitale1989 2023-06-15 08:43:39 +02:00 committed by GitHub
parent 5881c7dac5
commit b8858c4582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -12,6 +12,8 @@ jobs:
name: cd/Push mirrored docker images
runs-on: ubuntu-22.04
steps:
- name: Checkout mattermost project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: cd/Login to Docker Hub
uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139 # v2.1.0
with:

View File

@ -3,7 +3,7 @@ version: '3.1'
services:
dashboard:
image: node:16.17.0
image: mattermostdevelopment/mirrored-node:16.17.0
environment:
PG_URI: postgres://mmuser:mostest@db:5432/automation_dashboard_db
JWT_SECRET: s8gGBA3ujKRohSw1L8HLOY7Jjnu2ZYv8 # Generated with e.g. `dd if=/dev/urandom count=24 bs=1 2>/dev/null | base64 -w0`

View File

@ -27,6 +27,7 @@ services:
MM_SERVICESETTINGS_ENABLEONBOARDINGFLOW: "false"
MM_FEATUREFLAGS_ONBOARDINGTOURTIPS: "false"
MM_SERVICEENVIRONMENT: "test"
MM_FEATUREFLAGS_INSIGHTSENABLED: "true"
volumes:
- "server-config:/mattermost/config"
ports:
@ -54,7 +55,7 @@ services:
condition: service_healthy
webhook-interactions:
image: public.ecr.aws/q3m3k0p4/mattermost-build-webapp:20220802_node-16.10.0
image: mattermostdevelopment/mirrored-node:16.10.0
command: sh -c "npm install -g axios express client-oauth2@larkox/js-client-oauth2#e24e2eb5dfcbbbb3a59d095e831dbe0012b0ac49 && exec node webhook_serve.js"
environment:
NODE_PATH: /usr/local/lib/node_modules/

View File

@ -32,5 +32,9 @@
},
"golang": {
"1.19.5": "golang:1.19.5@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383"
},
"node": {
"16.10.0": "node:16.10.0",
"16.17.0": "node:16.17.0"
}
}