Skip to content

Commit

Permalink
Updated docker image (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-prakash authored Jun 7, 2022
1 parent e8fb2f6 commit 43613ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/pull_request_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '^#(?<ticketNumber>\d+)'
bodyRegex: '#(?<ticketNumber>\d+)'
bodyURLRegex: 'http(s?):\/\/(github.com)(\/LambdaTest)(\/test-at-scale)(\/issues)\/(?<ticketNumber>\d+)'

label-checker:
name: pr label check
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build/nucleus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43613ca

Please sign in to comment.