docker-slim-action/action.yaml

31 lines
750 B
YAML
Raw Permalink Normal View History

2023-03-08 16:00:33 +07:00
name: "docker-slim GitHub Action"
description: "Minify container image by up to 30x (and for compiled languages even more) making it secure too!"
author: "Dwi Siswanto"
branding:
icon: "box"
color: "blue"
runs:
using: "node20"
2023-03-08 16:00:33 +07:00
pre: "dist/pre.js"
main: "dist/index.js"
post: "dist/post.js"
inputs:
target:
description: "Target container image (name or ID)"
required: true
tag:
description: "Specify a tag for slimmed target container image"
required: true
2023-03-08 16:00:33 +07:00
default: "slim"
overwrite:
description: "Overwrite target container image with slimmed version (only if target is not ID)"
required: false
default: "false"
2023-03-08 16:00:33 +07:00
version:
description: "Define Slim version"
required: false
default: ""