konveyor / tackle2-ui

Tackle (2nd generation) UI component.
Apache License 2.0
6 stars 29 forks source link

:seedling: Bump ubi9/nodejs-18 from 1-88 to 1-108.1717085243 #1943

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps ubi9/nodejs-18 from 1-88 to 1-108.1717085243.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sjd78 commented 3 weeks ago

@dependabot rebase

dependabot[bot] commented 3 weeks ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] commented 2 weeks ago

A newer version of ubi9/nodejs-18 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

sjd78 commented 2 weeks ago

From https://github.com/konveyor/tackle2-ui/actions/runs/9485297684/job/26137458720?pr=1943:

Run redhat-actions/buildah-build@main
/usr/bin/buildah version
Storage driver is not 'overlay', so not overriding storage configuration
Performing build from Containerfile
/usr/bin/buildah bud --arch arm64 -f /home/runner/work/tackle2-ui/tackle2-ui/Dockerfile --format docker --tls-verify=true --no-cache --rm --ulimit nofile=4096:4096 -t tackle2-ui:pr1943-arm64 /home/runner/work/tackle2-ui/tackle2-ui
[1/2] STEP 1/4: FROM registry.access.redhat.com/ubi9/nodejs-18:1-108.1717085243 AS builder
Trying to pull registry.access.redhat.com/ubi9/nodejs-18:1-108.1717085243...
Getting image source signatures
Copying blob sha256:38a6b03c24c2fcb0a17e45c640dcb2d2dc781de08b5411c06166c858fbf62e3d
Copying blob sha256:1bf25c14de02df9d0abae82efe008d55f02a9da6b08b4809d0e6014d9aed90ea
Copying blob sha256:3e99d36b1d582c30fb179de06de735dcd40a07a13a6a8d98aa110199a47ddbe1
Copying blob sha256:1bf25c14de02df9d0abae82efe008d55f02a9da6b08b4809d0e6014d9aed90ea
Copying blob sha256:3e99d36b1d582c30fb179de06de735dcd40a07a13a6a8d98aa110199a47ddbe1
Copying blob sha256:38a6b03c24c2fcb0a17e45c640dcb2d2dc781de08b5411c06166c858fbf62e3d
Copying config sha256:2916953a19ef88a07271a64961ea6ee4d2f3db57cd4daf27734c5ffb2d83734d
Writing manifest to image destination
Storing signatures
[1/2] STEP 2/4: USER 1001
[1/2] STEP 3/4: COPY --chown=1001 . .
[1/2] STEP 4/4: RUN npm clean-install --ignore-scripts && npm run build && npm run dist
npm notice 
npm notice New minor version of npm available! 10.5.0 -> 10.8.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.1>
npm notice Run `npm install -g npm@10.8.1` to update!
npm notice 
npm ERR! code ECONNRESET
npm ERR! network Client network socket disconnected before secure TLS connection was established
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in: /opt/app-root/src/.npm/_logs/2024-06-12T15_37_17_222Z-debug-0.log
error building at STEP "RUN npm clean-install --ignore-scripts && npm run build && npm run dist": error while running runtime: exit status 1
[2/2] STEP 1/9: FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-113.1717076360
Trying to pull registry.access.redhat.com/ubi9/nodejs-18-minimal:1-113.1717076360...
time="2024-06-12T15:39:18Z" level=error msg="exit status 1"
Error: Error: buildah exited with code 1

Closing this PR since the image build it still failing -- the ECONNRESET error with npm10 is very consistent on a non-amd64 image build

dependabot[bot] commented 2 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.