[PR #1359] [CLOSED] [FIX] Docker image build error: unknown instruction: [XDEBUG] #1453

Closed
opened 2026-02-25 21:38:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1359
Author: @IrAlfred
Created: 11/17/2024
Status: Closed

Base: masterHead: fix-dockerfile-parse-error


📝 Commits (1)

  • 74aa672 [FIX] Docker image build error: unknown instruction: [XDEBUG]

📊 Changes

1 file changed (+9 additions, -14 deletions)

View changed files

📝 docker/Dockerfile (+9 -14)

📄 Description

This merge request aim to fix this error I'm getting this error while trying to run docker for development:

make docker-up     
docker compose -f docker-compose.dev.yaml up --build || true # --abort-on-container-exit
[+] Building 0.4s (2/2) FINISHED                                                                 docker:default
 => [cypht internal] load build definition from Dockerfile                                                 0.0s
 => => transferring dockerfile: 1.94kB                                                                     0.0s
 => [cypht internal] load .dockerignore                                                                    0.0s
 => => transferring context: 52B                                                                           0.0s
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: 
failed to create LLB definition: dockerfile parse error line 23: unknown instruction: [XDEBUG]

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1359 **Author:** [@IrAlfred](https://github.com/IrAlfred) **Created:** 11/17/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-dockerfile-parse-error` --- ### 📝 Commits (1) - [`74aa672`](https://github.com/cypht-org/cypht/commit/74aa6723f21c85cbfa287ca8cf5ab1e79ed4dfe3) [FIX] Docker image build error: unknown instruction: [XDEBUG] ### 📊 Changes **1 file changed** (+9 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile` (+9 -14) </details> ### 📄 Description This merge request aim to fix this error I'm getting this error while trying to run docker for development: ``` make docker-up docker compose -f docker-compose.dev.yaml up --build || true # --abort-on-container-exit [+] Building 0.4s (2/2) FINISHED docker:default => [cypht internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.94kB 0.0s => [cypht internal] load .dockerignore 0.0s => => transferring context: 52B 0.0s failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: dockerfile parse error line 23: unknown instruction: [XDEBUG] ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1453
No description provided.