GithubHelp home page GithubHelp logo

Comments (6)

MileaRobertStefan avatar MileaRobertStefan commented on July 20, 2024

Is there an image I could use as an Elixir base?

from devpod.

pascalbreuninger avatar pascalbreuninger commented on July 20, 2024

Hey @MileaRobertStefan, thanks for reporting this issue. Can you update the description with a minimum repro please? Right now the configuration links to files outside of the .devcontainer.json file that we can't see

from devpod.

MileaRobertStefan avatar MileaRobertStefan commented on July 20, 2024

Is a dockerfile from

FROM alpine:3.19.1
ARG STARTUP_APPS=
ENV STARTUP_APPS=${STARTUP_APPS}

ENV PORT 80

EXPOSE ${PORT}

docker-compose.yaml

version: '3'

services:
  tags:
    build:
      context: .
      args:
        MIX_ENV: dev
    expose:
      - 4000
    ports:
      - 4000:4000
    environment:
      MONGODB_HOSTS: mongodb:27017
      - mongodb


  mongodb:
    container_name: mongodb
    image: bitnami/mongodb:5.0.24-debian-11-r20
    ports:
      - 27017:27017

I'm not sure what to do to make this image to work.

from devpod.

pascalbreuninger avatar pascalbreuninger commented on July 20, 2024

I've tried to trim it down to the essence of the problem and it looks like the feature "ghcr.io/devcontainers-contrib/features/elixir-asdf:2": {}, is broken, you'd have to let the maintainer of it know over here.
I'll go ahead and lose it here in DevPod if you don't mind

from devpod.

MileaRobertStefan avatar MileaRobertStefan commented on July 20, 2024

Sad to hear, one last question. Are there any plans to add support for elixir?

from devpod.

pascalbreuninger avatar pascalbreuninger commented on July 20, 2024

Not in DevPod directly, that's something you can setup manually using a custom Dockerfile or ping the maintainers of the devcontainer feature to fix it

from devpod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.