Skip to content

stdlib-js/math-base-napi-unary is breaking build pipelines #9993

@zac

Description

@zac

Description

The stdlib-js/math-base-napi-unary repo was updated to include git references (in commit d08f2b9) instead of version references (like previously in commit 6fe5d00

This change to point to a git dependency, without an accompanying version update is having unintended effects for working docker containers for instance that were successfully satisfying dependencies without git installed. The official Ghost docker image now can't be built, failing when satisfying dependencies for the Ghost CLI.

Related Issues

docker-library/ghost#460

Questions

No.

Demo

No response

Reproduction

- Check out the docker repo at https://github.com/docker-library/ghost
- Try to build with: `docker build -f 5/bookworm/Dockerfile .`

Expected Results

The docker image is able to pull all dependencies based on the locked versions it uses.

Actual Results

The docker image is not able to pull the dependencies for the locked version, because the locked version changed how dependencies were referenced (and possibly the dependencies code) without a corresponding version change.

Version

No response

Environments

Node.js

Browser Version

No response

Node.js / npm Version

No response

Platform

No response

Checklist

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions