This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 18 Aug, 2022 1 commit
  2. 22 Jun, 2021 1 commit
    • René Dudfield's avatar
      Dockerfile: Make npm install only prod deps · ae691b9e
      René Dudfield authored
      So that only the required deps to build are installed before
      building the docker image.
      
      frontend: Move some deps out of devDependencies because the
      build depends on them.
      
      Some dependency updates caused the snapshot changes.
      
      The sagas type updates seem to have a problem with cancelled().
      ae691b9e
  3. 19 Mar, 2021 1 commit
  4. 01 Mar, 2021 1 commit
  5. 28 Sep, 2020 1 commit
    • Johannes Liebermann's avatar
      Dockerignore node_modules · e4671715
      Johannes Liebermann authored
      Sending node_modules to the Docker daemon greatly increases the size
      of the Docker build context, which makes `make image` take more time.
      We don't need to copy node_modules when building an image because we
      run `npm install` in the Dockerfile anyway.
      e4671715