mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 04:31:05 +08:00
- add english and chinese description fields to all application data files - standardize yaml formatting and indentation across all files - remove BOM characters from several files - fix tag indentation in multiple files - update architecture field formatting in DecoTV and wechat-selkies - fix crossVersionUpdate value from False to false in gitlab applications - improve description field formatting in billion-mail application
28 lines
715 B
YAML
28 lines
715 B
YAML
name: cup
|
|
tags:
|
|
- 实用工具
|
|
title: 自动检测 Docker 容器基础镜像的工具
|
|
description:
|
|
en: Docker container updates made easy
|
|
zh: 自动检测 Docker 容器基础镜像的工具
|
|
architectures:
|
|
- amd64
|
|
- arm64
|
|
additionalProperties:
|
|
key: cup
|
|
name: cup
|
|
tags:
|
|
- Tool
|
|
shortDescZh: 自动检测 Docker 容器基础镜像的工具
|
|
shortDescEn: Docker container updates made easy
|
|
description:
|
|
en: Docker container updates made easy
|
|
zh: 自动检测 Docker 容器基础镜像的工具
|
|
type: website
|
|
crossVersionUpdate: true
|
|
limit: 1
|
|
recommend: 0
|
|
website: https://cup.sergi0g.dev/
|
|
github: https://github.com/sergi0g/cup
|
|
document: https://cup.sergi0g.dev/docs
|