Skip to content

fix(insights): support editing insights by updating source #46021

fix(insights): support editing insights by updating source

fix(insights): support editing insights by updating source #46021

Triggered via pull request June 19, 2024 17:31
Status Success
Total duration 5m 38s
Artifacts

container-images-ci.yml

on: pull_request
Build Docker image
5m 25s
Build Docker image
Lint changed Dockerfiles
32s
Lint changed Dockerfiles
Deploy preview environment  /  Deploy preview environment
Deploy preview environment / Deploy preview environment
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 1 notice
Lint changed Dockerfiles: livestream/Dockerfile#L11
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
Lint changed Dockerfiles: livestream/Dockerfile#L11
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: livestream/Dockerfile#L22
Always tag the version of an image explicitly
Lint changed Dockerfiles
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: n1hility/cancel-previous-runs@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint changed Dockerfiles: livestream/Dockerfile#L8
Multiple consecutive `RUN` instructions. Consider consolidation.