Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker-slim/docker-slim): windows support #4055

Merged
merged 1 commit into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkgs/docker-slim/docker-slim/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ packages:
repo_owner: docker-slim
repo_name: docker-slim
description: "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)"
supported_if: GOOS != "windows"
format: tar.gz
replacements:
darwin: mac
Expand Down
1 change: 1 addition & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2920,6 +2920,7 @@
},
"repo_name": "docker-slim",
"repo_owner": "docker-slim",
"supported_if": "GOOS != \"windows\"",
"type": "http",
"url": "https://downloads.dockerslim.com/releases/{{.Version}}/dist_{{.OS}}_{{.Arch}}.{{.Format}}"
},
Expand Down
1 change: 1 addition & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,7 @@ packages:
repo_owner: docker-slim
repo_name: docker-slim
description: "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)"
supported_if: GOOS != "windows"
format: tar.gz
replacements:
darwin: mac
Expand Down