Skip to content

Tags

Tags represent Docker image versions associated with an application. The Tags page shows tags grouped by application in horizontal cards.

Gameye Admin — Tags page with application cards Gameye Admin — Tags page with application cards

Use the search field at the top to filter applications by name. The page auto-refreshes every 10 seconds so status changes (Preloading → Ready, etc.) appear without manual reload.

Each application card displays:

  • Application name chip (click to navigate to the application detail page).
  • Tag count / Tags to keep (e.g. 3 / 5).
  • A tag table with the following columns:
ColumnDescription
AddedWhen the tag was added (relative time).
VersionThe image tag name (monospace).
Docker Hub pushedWhen the tag was pushed to the registry.
SizeCompressed image size (MB).
DigestShort SHA digest (hover for full value).
StatusLoad state on nodes (see below).
  • Add Tag button (right side of the card). Requires tag create permission.
StatusMeaning
ReadyImage is fully downloaded on nodes and available for starting containers.
PreloadingImage is currently being pulled onto nodes.
UnloadingImage is being removed from nodes.
Not loadedImage is registered but not yet pulled onto any node.
Gameye Admin — Add Tag modal Gameye Admin — Add Tag modal
  1. Click Add Tag on the application card (requires create permission).
  2. A modal shows tags available in the Docker Hub registry for that application, including their pushed date, size, and digest.
  3. Search or scroll to find the desired tag.
  4. Click to select it, then click Confirm.

Click Delete (trash icon) on a tag row. Confirm the deletion in the dialog. Requires tag delete permission.