/
DirectorySecurity Advisories
Sign In
Directory
filebrowser logo

filebrowser

Last changed

Create your Free Account

Be the first to hear about exciting product updates, critical vulnerability alerts, compare alternative images, and more.

Sign Up
Tags
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Chainguard Container for filebrowser

Filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files

Chainguard Containers are regularly-updated, secure-by-default container images.

Download this Container Image

For those with access, this container image is available on cgr.dev:

docker pull cgr.dev/ORGANIZATION/filebrowser:latest

Be sure to replace the ORGANIZATION placeholder with the name used for your organization's private repository within the Chainguard Registry.

Compatibility Notes

Chainguard's File Browser image is comparable to the official File Browser image on Docker Hub, with the following differences:

  • Like all other Chainguard Images, the File Browser image features a stripped down, minimal design
  • This base image comes with apk and BusyBox and reports as being a Chainguard image.
  • It has few-to-zero CVEs
  • It does not run as the root user
  • This image as currently built does not support the agent bundle plugins

Getting Started

File Browser can be deployed as a binary by running apk add filebrowser from the Chainguard alpine repository. It can also be deployed as a Docker container or in a Kubernetes pod.

The database config which is created by the application with BoltDB is created in the /tmp directory. It cannot be mounted to the root directory as the user has no permission to write to that location.

The following is an example Kubernetes pod manifest pod.yaml:

apiVersion: v1
kind: Pod
metadata:
  name: browser-pod
spec:
  containers:
    - name: filebrowser
      image: cgr.dev/<ORGANISATION/filebrowser>
      args:
        - "--database=/tmp/filebrowser.db"
      ports:
        - containerPort: 80
          hostPort: 8080

To test out this image, deploy a filebrowser pod in a Kubernetes cluster using this manifest:

kubectl apply -f pod.yaml

Ensure that the container is up and running and check the health status of the service

kubectl -n browser port-forward po/browser-pod 8080 &
sleep 3
curl localhost:8080/health | grep "OK" && exit 0

Documentation and Resources

What are Chainguard Containers?

Chainguard Containers are minimal container images that are secure by default.

In many cases, the Chainguard Containers tagged as :latest contain only an open-source application and its runtime dependencies. These minimal container images typically do not contain a shell or package manager. Chainguard Containers are built with Wolfi, our Linux undistro designed to produce container images that meet the requirements of a more secure software supply chain.

The main features of Chainguard Containers include:

For cases where you need container images with shells and package managers to build or debug, most Chainguard Containers come paired with a -dev variant.

Although the -dev container image variants have similar security features as their more minimal versions, they feature additional software that is typically not necessary in production environments. We recommend using multi-stage builds to leverage the -dev variants, copying application artifacts into a final minimal container that offers a reduced attack surface that won’t allow package installations or logins.

Learn More

To better understand how to work with Chainguard Containers, please visit Chainguard Academy and Chainguard Courses.

In addition to Containers, Chainguard offers VMs and Libraries. Contact Chainguard to access additional products.

Trademarks

This software listing is packaged by Chainguard. The trademarks set forth in this offering are owned by their respective companies, and use of them does not imply any affiliation, sponsorship, or endorsement by such companies.

Licenses

Chainguard container images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" tag of this image:

  • Apache-2.0

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Category
application

Safe Source for Open Sourceâ„¢
Media KitContact Us
© 2025 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Products

Chainguard ContainersChainguard LibrariesChainguard VMs