Skip to content
Snippets Groups Projects
Select Git revision
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
40 results

Dockerfile

Forked from firmware / FFS Gluon
Source project has a limited visibility.
  • Martin Weinelt's avatar
    6728c4a1
    Add helper to run a containerized build environment (#2292) · 6728c4a1
    Martin Weinelt authored
    Using `make container` or, if you don't have automake/gmake on your host
    system, `./scripts/container.sh` will build an image for the current
    branch your are on and drop you into a shell running inside a container
    using that image.
    
    From there all tooling required to work on Gluon is available.
    
    Supports both podman (preferred) and docker.
    Add helper to run a containerized build environment (#2292)
    Martin Weinelt authored
    Using `make container` or, if you don't have automake/gmake on your host
    system, `./scripts/container.sh` will build an image for the current
    branch your are on and drop you into a shell running inside a container
    using that image.
    
    From there all tooling required to work on Gluon is available.
    
    Supports both podman (preferred) and docker.