forked from digitalocean/doks-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade to Debian 13 #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
b19401b
Upgrade Debian base image to bookworm
8a1c229
Never block cluster-autoscaler
1038298
Eliminate termination grace period
da22c74
Merge pull request #24 from digitalocean/upgrade-debian-in-base-image
0a9432f
Merge pull request #23 from digitalocean/never-block-ca
c2a8572
Merge pull request #25 from digitalocean/no-termination-grace-period
61af11a
re-add iptables binaries
gottwald 687be3c
Merge pull request #26 from digitalocean/ig/re-add-iptables
gottwald eb3e125
Use ClusterFirstWithHostNet DNS policy
47d8297
Merge pull request #27 from digitalocean/use-ClusterFirstWithHostNet-…
66ce3f5
remove docker socket mounts and cli
d-honeybadger 923077f
Merge pull request #28 from digitalocean/dkomsa/remove-docker
d-honeybadger 2cc0c8c
Add second '>' for correct output redirection in Dockerfile
okamidash 1a41ee1
Update Dockerfile to include crictl
okamidash 176c0d6
Add containerd mounts to daemonset
okamidash c3c7a3a
update deployment to include containerd mounts
okamidash 6223905
Update README.md to clarify on wget and crictl
okamidash 9dd15ee
Update README.md to remove duplicate 'atop' line
okamidash f631da5
Merge pull request #29 from okamidash/master
okamidash d4d08bf
Move image to ghcr (#30)
gottwald 1319131
ci: fix ghcr auth (#31)
gottwald 6877edf
ci: login to the correct registry (#32)
gottwald ee30931
added nmap and publish to ghcr.io
suvl c66d4d3
added two main platforms to build
suvl 50fa626
upgrade to debian 11 and added description
suvl d333e88
Set backports to bullseye instead of buster
suvl 4e6c31d
added httpie
suvl 90bf4a2
added hey load balancing tool
suvl ab3296f
added redis-tools
suvl d36fb7a
upgrade cosign
suvl 3890dfb
add --yes to cosign sign
suvl 1ba1618
Update Dockerfile
jpsfalcao cc24f59
added speedtest cli latest version
suvl 8a01f5a
added HTTP/3 support to cURL
suvl e7c8144
add httpstat script to PATH and runnable by all users
suvl f09f72b
add upgrade to docker image
suvl cbe78f2
Update README.md
suvl f5b3519
feat(docker): add wget and install Azure CLI
suvl 366dede
feat(docker): upgrade base image to Debian 13 and enhance curl build
suvl 5dececb
docs(readme): enhance README with detailed usage and tooling
suvl a9ab35f
docs(license): update copyright year for NOS Portugal
suvl d4d3e09
feat(k8s): update image references and Docker repo
suvl fe9a7f4
Merge branch 'master' into digitalocean-master
suvl 2550970
fix(k8s): rename doks-debug to debug-pod in manifests
suvl 13b566d
test(workflow): update smoke test to check kubectl version
suvl 70d1090
ci(workflow): update release workflows and remove slim variant
suvl e52a77e
Update k8s/daemonset.yaml
suvl fdc36f6
chore(Slim): remove unused Dockerfile for slim variant
suvl 2ad1496
perf(Dockerfile): optimize build process with parallel jobs
suvl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,23 @@ | ||
| name: test | ||
|
|
||
| on: | ||
| pull_request: | ||
| paths-ignore: | ||
| - 'Slim/**' | ||
| pull_request: | ||
| paths-ignore: | ||
| - 'Slim/**' | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: checkout | ||
| uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 | ||
| with: | ||
| fetch-depth: 1 | ||
| uses: actions/checkout@v6 | ||
|
|
||
| - name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v3 | ||
|
|
||
| - name: build image | ||
| run: docker build -t doks-debug . | ||
| run: docker buildx build --platform linux/amd64 --load -t debug-pod . | ||
|
|
||
| - name: smoke test | ||
| run: docker run --rm doks-debug sleep 1 | ||
| run: docker run --rm debug-pod curl --version | head -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.