Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build issue in Mac #4080

Closed
ranjith-jagadeesh opened this issue May 4, 2023 · 2 comments
Closed

Docker build issue in Mac #4080

ranjith-jagadeesh opened this issue May 4, 2023 · 2 comments
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@ranjith-jagadeesh
Copy link

ranjith-jagadeesh commented May 4, 2023

Describe the bug

I'm trying to install dependencies using this command

$ IMAGE=superchain
$ docker build -t ${IMAGE} ./superchain

But getting this issue
image
image

Expected Behavior

It should install all dependencies.

Can someone help me on this. I'm not sure what is the issue here.

Current Behavior

Getting an error wherever COPY command is being run in Dockerfile

Reproduction Steps

I'm not sure, if this is happening for everyone.

Below are the reproduction steps

  1. Clone repo
  2. cd jsii
  3. IMAGE=superchain
  4. docker build -t ${IMAGE} ./superchain

Possible Solution

No response

Additional Information/Context

No response

SDK version used

Cloned latest code today - 4 May

Environment details (OS name and version, etc.)

Mac OS Ventura 13

@ranjith-jagadeesh ranjith-jagadeesh added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels May 4, 2023
@ysuzuki19
Copy link
Contributor

I faced to same issue in Ubuntu22.04.

Then resolved it and created PR #4162 .

mergify bot pushed a commit that referenced this issue Jul 4, 2023
This PR resolves Issue #4080 and bumps version of the maven from `3.9.2` to `3.9.3`.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
@mrgrain mrgrain closed this as completed Apr 9, 2024
Copy link
Contributor

github-actions bot commented Apr 9, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants