Permission denied when using Gitpod with self-made Dockerfile

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • go-mecab-neologd

    Discontinued Docker image of Golang and MeCab NEologd

    When you use Gitpod, you can use gitpod/workspace-full. It is enough for development most case. However, I'd like to use a morphological analysis engine called MeCab with Golang, so I tried to use an image I've created in advance. However, I got stuck on permission, so I'm writing this article.

  • gitpod

    The developer platform for on-demand cloud development environments to create software faster and more securely.

    When you use Gitpod, you can use gitpod/workspace-full. It is enough for development most case. However, I'd like to use a morphological analysis engine called MeCab with Golang, so I tried to use an image I've created in advance. However, I got stuck on permission, so I'm writing this article.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • workspace-images

    Ready to use docker images for Gitpod workspaces

    It occurred because go install was run by root in the Dockerfile. So running sudo will solve it, but the image doesn't have the command. By the way, it won't occur in the official image because it sets the USER properly.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts