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 #1207

Closed
2 tasks done
eelcofolkertsma opened this issue Feb 29, 2024 · 1 comment · Fixed by #1208
Closed
2 tasks done

Docker image fails to support Glee #1207

eelcofolkertsma opened this issue Feb 29, 2024 · 1 comment · Fixed by #1208
Labels
bug Something isn't working released

Comments

@eelcofolkertsma
Copy link
Contributor

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

Here is compose.yaml

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!

@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 1.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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