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 image fails to support Glee #275

Closed
2 tasks done
eelcofolkertsma opened this issue Feb 29, 2024 · 2 comments
Closed
2 tasks done

Docker image fails to support Glee #275

eelcofolkertsma opened this issue Feb 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@eelcofolkertsma
Copy link

Describe the bug.

npm install fails in new glee project for missing python

I use asyncapi/cli image as poor man’s dev container in assumption that the image brings me all dependencies to work with asyncapi/cli features

my docker engine is hosted on raspberry pi 4

I am happy to work on solution, but also very much new to GitHub Actions and Building docker images.

Expected behavior

I can install and run-dev a new glee project in container based on asyncapi/cli image

Screenshots

image

How to Reproduce

Docker compose up below yaml for running container.
My Docker engine runs on Raspberry Pi 4 current versions of OS and engine
Fresh pull of asyncapi/cli image

version: '3'

services:
  studio:
    image: asyncapi/cli
    ports:
      - "8080:3210"
    volumes:
      - ${PWD}/asyncapi.yaml:/app/asyncapi.yaml
      - ${PWD}/output:/app 
    user: root
    networks:
      - default
    command: start studio
    
networks:
  default: {}
  1. attach to container for command prompt (I used Portainer)
  2. “Asyncapi new glee” to create new project
  3. “Cd project”
  4. “Npm install”

Install fails for lack of Python.
The container is based on Alpine v3.18.3
Node version 16.20.2
Npm version 8.19.4
No python

🥦 Browser

Google Chrome

👀 Have you checked for similar open issues?

  • I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

Yes I am willing to submit a PR!

@eelcofolkertsma eelcofolkertsma added the bug Something isn't working label Feb 29, 2024
Copy link

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@eelcofolkertsma
Copy link
Author

Close as the issue is reported on wrong repo

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

1 participant