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

Integrate docker-slim for waaaaaaaay smaller run images #33

Merged
merged 28 commits into from
Oct 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
23fef56
remove unused templates
lreiher Sep 4, 2024
db39c16
test-integrate slim in gitlab-ci
lreiher Sep 4, 2024
01e5af7
fix missing deps in slim ci job
lreiher Sep 4, 2024
b049458
fix curl installation in slim job
lreiher Sep 4, 2024
e861964
fix slim arguments
lreiher Sep 4, 2024
e65cd1a
dont let slim pull
lreiher Sep 4, 2024
6ec5a09
try to fix slim in container
lreiher Sep 4, 2024
562ffd8
run containerized slim as suggested for gitlab ci in readme
lreiher Sep 4, 2024
ce568da
try another way of invoking slim in gitlab ci
lreiher Sep 4, 2024
48c071f
remove slim debug flags
lreiher Sep 5, 2024
b6c861c
add slim job for arm64
lreiher Sep 5, 2024
ebecb90
add variable to control slim image name
lreiher Sep 5, 2024
6144f8e
remove irrelevant todo comments
lreiher Oct 23, 2024
d619bdd
add flag for enabling slim
lreiher Oct 23, 2024
0be5da5
add slimmed image to multiarch push stage
lreiher Oct 23, 2024
3ca384d
add env to control slim build arguments
lreiher Oct 23, 2024
6235b2a
implement slimming in github ci
lreiher Oct 23, 2024
3e53048
remove slim report artifacts
lreiher Oct 24, 2024
fa95278
try to fix slim in github action
lreiher Oct 24, 2024
66a76a5
fix inputs in github ci action
lreiher Oct 24, 2024
d5d7533
fix missing tag in slim images in github ci
lreiher Oct 24, 2024
4c78b3a
move slim in github ci to ci.sh script
lreiher Oct 24, 2024
1b33b10
disable slim in ci.sh for gitlab ci as separate stage
lreiher Oct 25, 2024
cb56641
only install slim in ci.sh if enabled
lreiher Oct 25, 2024
e546c9e
explain slim in readme
lreiher Oct 25, 2024
d8901c5
test github ci
lreiher Oct 25, 2024
13b1ab1
bump version to v1.6.0
lreiher Oct 25, 2024
3257ce0
fix github ci push of slim image
lreiher Oct 25, 2024
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
Prev Previous commit
Next Next commit
try to fix slim in github action
lreiher committed Oct 24, 2024
commit fa95278d0cc4c2870b51d379c321cde221a21665
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -27,15 +27,19 @@ inputs:

dev-image-name:
description: "Image name of dev image"
default: ${{ inputs.image-name }}

dev-image-tag:
description: "Image tag of dev image"
default: latest-dev

slim-image-name:
description: "Image name of slim run image"
default: ${{ inputs.image-name }}

slim-image-tag:
description: "Image tag of slim run image"
default: latest-slim

build-context:
description: "Build context of Docker build process"