Files
The Files page is the file manager. It lists archived files that can be included in image builds. A file is either an upload or a reference to an external URL. An external URL is fetched at build time; on a normal (Docker-based) build it can even point at a Git repository, which is cloned into the image. See the Files section on Create Image for how each source is placed.
The table
Section titled “The table”The table shows one row per file with these columns:
- Name
- Content-type
- Size: shown for uploaded files.
- URL: an open-in-new-tab link, shown for files that have a URL.
- Last update
You can search by name, sort, and page through results. A refresh button re-fetches the list.
Actions
Section titled “Actions”- New file: opens the Create File form.
- Delete: available from the row actions when you hold delete permission. A file that is referenced by an image cannot be deleted until it is removed from that image.