From 43613cafca9362f4b00b2d19d2e960bf4c0b6fe5 Mon Sep 17 00:00:00 2001 From: Saurabh Prakash Date: Tue, 7 Jun 2022 17:51:23 +0530 Subject: [PATCH] Updated docker image (#184) --- .github/workflows/pull_request_lint.yml | 15 --------------- build/nucleus/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/pull_request_lint.yml b/.github/workflows/pull_request_lint.yml index a44feb8..74c938c 100644 --- a/.github/workflows/pull_request_lint.yml +++ b/.github/workflows/pull_request_lint.yml @@ -5,21 +5,6 @@ on: types: ['opened', 'edited', 'reopened', 'synchronize', 'labeled', 'unlabeled'] jobs: - title: - name: ticket check - runs-on: ubuntu-latest - - steps: - - name: Check for ticket - uses: neofinancial/ticket-check-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - ticketLink: 'https://github.com/LambdaTest/test-at-scale/issues/%ticketNumber%' - ticketPrefix: '#' - titleRegex: '^#(?\d+)' - bodyRegex: '#(?\d+)' - bodyURLRegex: 'http(s?):\/\/(github.com)(\/LambdaTest)(\/test-at-scale)(\/issues)\/(?\d+)' - label-checker: name: pr label check runs-on: ubuntu-latest diff --git a/build/nucleus/Dockerfile b/build/nucleus/Dockerfile index 1b36634..1d76e20 100644 --- a/build/nucleus/Dockerfile +++ b/build/nucleus/Dockerfile @@ -12,7 +12,7 @@ RUN GOARCH=amd64 GOOS=linux go build -ldflags="-w -s" -o nucleus cmd/nucleus/*.g # RUN upx ts # use a minimal alpine image -FROM node:16.15-slim +FROM nikolaik/python-nodejs:python3.10-nodejs16-slim # Installing chromium so that all linux libs get automatically installed for running puppeteer tests RUN apt update && apt install -y git zstd chromium curl