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

[BUG]: <Context of the issue> #261

Open
nicolinux opened this issue Nov 22, 2022 · 1 comment
Open

[BUG]: <Context of the issue> #261

nicolinux opened this issue Nov 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nicolinux
Copy link

Issue description

Unable to build docker image on OSX 13.0.1 and Docker 20.10.14:

[+] Building 0.7s (13/13) FINISHED                                                                                                                             
 => [internal] load build definition from Dockerfile                                                                                                      0.0s
 => => transferring dockerfile: 159B                                                                                                                      0.0s
 => [internal] load .dockerignore                                                                                                                         0.0s
 => => transferring context: 2B                                                                                                                           0.0s
 => [internal] load metadata for docker.io/nginxinc/nginx-unprivileged:latest                                                                             0.5s
 => [internal] load metadata for docker.io/library/node:14-buster                                                                                         0.5s
 => [internal] load build context                                                                                                                         0.0s
 => => transferring context: 154B                                                                                                                         0.0s
 => [builder 1/5] FROM docker.io/library/node:14-buster@sha256:d82d512aec5de4fac53b92b2aa148948c2e72264d650de9e1570283d4f503dbe                           0.0s
 => => resolve docker.io/library/node:14-buster@sha256:d82d512aec5de4fac53b92b2aa148948c2e72264d650de9e1570283d4f503dbe                                   0.0s
 => CANCELED [stage-1 1/3] FROM docker.io/nginxinc/nginx-unprivileged@sha256:ca9f04ea6597e449f30d98d6b788c7e80fd3d523c2b6d495749191567d37381d             0.0s
 => => resolve docker.io/nginxinc/nginx-unprivileged@sha256:ca9f04ea6597e449f30d98d6b788c7e80fd3d523c2b6d495749191567d37381d                              0.0s
 => => sha256:ca9f04ea6597e449f30d98d6b788c7e80fd3d523c2b6d495749191567d37381d 2.65kB / 2.65kB                                                            0.0s
 => CACHED [builder 2/5] WORKDIR /src                                                                                                                     0.0s
 => CACHED [builder 3/5] COPY . /src                                                                                                                      0.0s
 => CACHED [builder 4/5] RUN yarn install --legacy-peer-deps                                                                                              0.0s
 => CACHED [builder 5/5] RUN yarn run build                                                                                                               0.0s
 => CACHED [stage-1 2/3] COPY --from=builder /src/out /app                                                                                                0.0s
 => ERROR [stage-1 3/3] COPY --chown=nginx:root default.conf /etc/nginx/conf.d/default.conf 

Media & Screenshots

No response

Operating system

No response

Priority this issue should have

Medium (should be fixed soon)

@nicolinux nicolinux added the bug Something isn't working label Nov 22, 2022
@TallTed
Copy link
Contributor

TallTed commented Nov 22, 2022

Toward future clarity, you may want to change OSX 13.0.1 to macOS Ventura 13.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants