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

5 cleanup hacks #11

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e426a66
update kind and kubectl via renovate
damoon Mar 22, 2024
553eb7b
removed /lib/modules folder
damoon Mar 22, 2024
f2d041d
fixup! removed /lib/modules folder
damoon Mar 22, 2024
81e5ee1
install from ubunutu packages
damoon Mar 22, 2024
9e4ab41
fixup! install from ubunutu packages
damoon Mar 22, 2024
b1988de
debug
damoon Mar 22, 2024
df9520c
fixup! debug
damoon Mar 22, 2024
0c65df4
use --no-install-recommends
damoon Mar 22, 2024
e78ec9c
extracted downloading to its own stage
damoon Mar 22, 2024
67c0e0d
fixup! extracted downloading to its own stage
damoon Mar 22, 2024
336d19e
fixup! fixup! extracted downloading to its own stage
damoon Mar 22, 2024
7ffb5ad
removed additional directories
damoon Mar 22, 2024
f672451
removed uidmap configuration
damoon Mar 22, 2024
f983a55
removed uidmap package
damoon Mar 22, 2024
4828de6
removed mount options configuration
damoon Mar 22, 2024
f57640a
documented reason for /lib/modules
damoon Mar 22, 2024
767f62d
removed configuration for mount_program
damoon Mar 22, 2024
55944c1
removed fuse-overlayfs
damoon Mar 22, 2024
ec48702
removed containers-storage package
damoon Mar 22, 2024
bff327d
Revert "removed containers-storage package"
damoon Mar 23, 2024
5c31621
removed containers-storage configuration
damoon Mar 23, 2024
dd89ad6
Revert "removed containers-storage configuration"
damoon Mar 23, 2024
bc56fb4
removed volume for storage
damoon Mar 23, 2024
ecd9bdf
Revert "removed volume for storage"
damoon Mar 23, 2024
0c909ed
precompile tests
damoon Mar 23, 2024
98e42a1
fixup! precompile tests
damoon Mar 23, 2024
2b9c8f7
fixup! fixup! precompile tests
damoon Mar 23, 2024
3c3b3e1
fixup! fixup! fixup! precompile tests
damoon Mar 23, 2024
dbe6031
use golang setup action to cache dependencies and build artifacts
damoon Mar 23, 2024
324a661
removed golang from image
damoon Mar 23, 2024
19ac14c
fixup! use golang setup action to cache dependencies and build artifacts
damoon Mar 23, 2024
c928838
use docker to build image and run tests
damoon Mar 23, 2024
7fe8263
removed podman and podman configuration
damoon Mar 23, 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
removed containers-storage package
damoon committed Mar 22, 2024
commit ec4870294fb3592659070de3a91769df87e45d4d
5 changes: 1 addition & 4 deletions image/Containerfile
Original file line number Diff line number Diff line change
@@ -23,11 +23,8 @@ USER root

RUN apt update && \
apt dist-upgrade -y && \
apt install podman containers-storage ca-certificates --yes --no-install-recommends && \
apt install podman ca-certificates --yes --no-install-recommends && \
apt clean
VOLUME /var/lib/containers/storage

RUN cp /usr/share/containers/storage.conf /etc/containers/storage.conf

# kind
ENV KIND_EXPERIMENTAL_PROVIDER=podman