https://linen.dev logo
Join Discord
Powered by
# general
  • k

    KozmikNano

    01/03/2023, 4:42 PM
    now everythig is working as normal
  • k

    KozmikNano

    01/03/2023, 4:43 PM
    Thank you!
  • j

    JanL

    01/03/2023, 8:44 PM
    I have a question about the EE version. We use LDAP for our account management. This seems to be the smallest common denominator for many tools. We also do group assignment in LDAP. With coder we use gitlab OIDC auth at the moment. If we want to use RBAC we do not really fancy maintaining a second source of this data - or implement manual syncing using some API. Is there any plan (or already a feature) to get LDAP groups into coder for the EE RBAC feature?
    b
    • 2
    • 2
  • k

    KozmikNano

    01/03/2023, 9:37 PM
    idk why it took me so long but i finally got github copilot running on code-server (web)
  • k

    KozmikNano

    01/03/2023, 9:37 PM
    very stable, works fast
  • k

    kyle

    01/03/2023, 9:39 PM
    that's cool
  • d

    Deleted User

    01/04/2023, 12:08 AM
    looking for coder
  • d

    Deleted User

    01/04/2023, 12:08 AM
    paying for some work done
  • d

    Deleted User

    01/04/2023, 12:08 AM
    @ammar
  • c

    Codercord

    01/04/2023, 6:39 AM
    This is the wrong server, you are looking at the discord server, which is a product that lets you use remote machines as development environments. you can ask in discord.gg/programming (@Deleted User)
  • s

    Scott (EN-DE)

    01/04/2023, 11:23 AM
    I was wondering, what container dependencies are needed to run the coder agent? Is there a dockerfile that is available to build off of?
  • p

    Phorcys

    01/04/2023, 12:36 PM
    curl
  • s

    Scott (EN-DE)

    01/04/2023, 12:37 PM
    @Phorcys - Ok. I think I can assume that the "enterprise" containers coder has made are using Ubuntu for the purposes of being "enterprise"? Because they are huge at over 1GB in size.
  • c

    cian

    01/04/2023, 3:10 PM
    There are a number of developer tools and such included in those images (Jetbrains IDEs for example). I suspect those contribute most to the size. You can view the Dockerfiles for said images here: https://github.com/coder/enterprise-images/tree/main/images
  • b

    BoJIwEbNuK

    01/04/2023, 3:12 PM
    Is there any for rust? Because I tried make 1 but it always stuck after installing rust with text "Great Rust installed"
    c
    c
    • 3
    • 123
  • s

    Scott (EN-DE)

    01/04/2023, 3:42 PM
    @cian - Thanks for the reply and the link. That is helpful. Although for the Node container, I'm not seeing any IDEs being installed. No worries though, as that isn't what I was concerned about. I just wanted to understand how to set up a container for use within Coder and I have what I was looking for. Thanks again for the reply.
  • c

    cian

    01/04/2023, 3:45 PM
    That's correct, I don't believe we bundle any specific Jetbrains editors with
    enterprise-node
    .
  • k

    KozmikNano

    01/04/2023, 6:29 PM
    Does the coderv2 install.sh have a system for handling errors that arise when using
    unzip
    b
    • 2
    • 4
  • k

    KozmikNano

    01/04/2023, 6:29 PM
    on a system without it installed?
  • k

    KozmikNano

    01/04/2023, 6:29 PM
    I was looking at it and i can't seem to find where it would
  • k

    KozmikNano

    01/04/2023, 6:30 PM
    (It is mainly used for handling the standalone version)
  • k

    KozmikNano

    01/04/2023, 11:45 PM
    https://github.com/coder/coder/blob/main/install.sh#L434 Shouldn't this be set to
    arm64
    not
    ard64
    ?
  • k

    KozmikNano

    01/04/2023, 11:46 PM
    if so I can add the fix to my pr
  • u

    ☁DEBESELIS☁

    01/05/2023, 12:32 AM
    Is there any fivem coders i can hire?
  • k

    KozmikNano

    01/05/2023, 12:36 AM
    i think you may want to check out
  • c

    Codercord

    01/05/2023, 12:36 AM
    This is the wrong server, you are looking at the discord server, which is a product that lets you use remote machines as development environments. you can ask in discord.gg/programming (@☁DEBESELIS☁)
  • s

    Scott (EN-DE)

    01/05/2023, 5:39 AM
    @cian - could it be the base container is also prepared to do docker-in-docker? Cause, the docker deamon and docker-compose are both being installed into the base image. https://github.com/coder/enterprise-images/blob/main/images/base/Dockerfile.ubuntu#L17 At any rate, there is a lot of other "stuff" being installed in the base container too. Is curl really the only dependency necessary for running the coder agent? I guess I'll find out, as I'm going to now build my own image. 😄
  • c

    cian

    01/05/2023, 8:31 AM
    Yes, DinD is a common use case so we included the docker daemon and CLI. If you’re building your image, curl and tar for sure, and probably ca-certificates
  • s

    Scott (EN-DE)

    01/05/2023, 8:41 AM
    @cian - ok. Thanks for that. On CA-certs. I have a k8s cluster where coder is running. I don't believe they'd be necessary in that scenario, right?
  • c

    cian

    01/05/2023, 8:52 AM
    You may need them to fetch the coder agent over HTTPS
1...444546...96Latest