Sign inSign up

bavery/sstate-nginx

By bavery

Updated over 6 years ago

Image
0

306

bavery/sstate-nginx repository overview

This is a docker image derived from the core nginx docker (https://github.com/nginxinc/docker-nginx) . It has a couple of additions:

  • It enables an additional location with auto indexing aka directory browsing turned on: /usr/share/nginx/sstate
  • Only the stable/buster-perl dockerfile is supported.
To Run/Use

This is based on https://wiki.yoctoproject.org/wiki/TipsAndTricks/TeamWorkflows .

  • Have your sstate you want to serve up somewhere like /bigdir/sstate-cache-all
  • Run this container and bind mount that dir in: ** $ docker run --name sstate-nginx -p 8080:80 -v /bigdir/sstate-cache-all:/usr/share/nginx/sstate:ro -d --rm bavery/sstate-nginx
  • To see error logs from nginx: ** $ docker logs sstate-nginx

Tag summary

Content type

Image

Digest

Size

59 MB

Last updated

over 6 years ago

docker pull bavery/sstate-nginx