docker-slim-action icon indicating copy to clipboard operation
docker-slim-action copied to clipboard

GitHub Action to minify container image by up to 30x (and for compiled languages even more) making it secure too!

Results 3 docker-slim-action issues
Sort by recently updated
recently updated
newest added

I'm trying to slim my Docker image like so: ```yaml --- # https://docs.docker.com/ci-cd/github-actions/ name: Publish Docker Image on: push: branches: - master paths: - "Dockerfile" workflow_dispatch: permissions: read-all jobs: build:...

### Roadmap > [!CAUTION] > BREAK CHANGES * Replace `target` input name with `image`. * Replace `tag` input name with `tags`. * Deprecating `overwrite` input. * Accept multiple `tags` (image...

Hi, locally I can run "slim build --expose 8080 --expose 8000 --include-path /home/appuser --include-path /srv geniepy/demo" which gives me a runnable container. However when I execute - name: Slim down...