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

chore: Swap xxd tool for hexdump #2168

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

wokoman
Copy link
Contributor

@wokoman wokoman commented Dec 3, 2024

xxd seems now absent from Azure DevOps workers. Swapping for hexdump, which is available.

It provides the same output:

$ head -c 32 /dev/urandom | tee >(xxd -p -c 32 > xxd_output.txt) | hexdump -v -e '/1 "%02x"' -n 32 > hexdump_output.txt
diff xxd_output.txt hexdump_output.txt
1c1
< 9e48e7b001af467ac8e1d9375f876ebc8130da2aa6c4540c6ccb4af75f5b46a1
---
> 9e48e7b001af467ac8e1d9375f876ebc8130da2aa6c4540c6ccb4af75f5b46a1
\ No newline at end of file

Copy link

github-actions bot commented Dec 3, 2024

Apps Proxy Kubernetes Diff [CI]

Between base bbd62a9 ⬅️ head 5de89da.

Expand
--- /tmp/artifacts/test-k8s-state.old.json.processed.kv	2024-12-03 09:25:10.897431912 +0000
+++ /tmp/artifacts/test-k8s-state.new.json.processed.kv	2024-12-03 09:25:11.017432668 +0000
@@ -111 +111 @@
-<Deployment/apps-proxy>.spec.template.spec.containers[0].image = "docker.io/keboola/apps-proxy:bbd62a9-1733217354";
+<Deployment/apps-proxy>.spec.template.spec.containers[0].image = "docker.io/keboola/apps-proxy:5de89da-1733217620";
@@ -485,3 +485,3 @@
-<Pod/apps-proxy-<hash>>.spec.containers[0].image = "docker.io/keboola/apps-proxy:bbd62a9-1733217354";
-<Pod/apps-proxy-<hash>>.spec.containers[0].image = "docker.io/keboola/apps-proxy:bbd62a9-1733217354";
-<Pod/apps-proxy-<hash>>.spec.containers[0].image = "docker.io/keboola/apps-proxy:bbd62a9-1733217354";
+<Pod/apps-proxy-<hash>>.spec.containers[0].image = "docker.io/keboola/apps-proxy:5de89da-1733217620";
+<Pod/apps-proxy-<hash>>.spec.containers[0].image = "docker.io/keboola/apps-proxy:5de89da-1733217620";
+<Pod/apps-proxy-<hash>>.spec.containers[0].image = "docker.io/keboola/apps-proxy:5de89da-1733217620";
@@ -909 +909 @@
-<ReplicaSet/apps-proxy-<hash>>.spec.template.spec.containers[0].image = "docker.io/keboola/apps-proxy:bbd62a9-1733217354";
+<ReplicaSet/apps-proxy-<hash>>.spec.template.spec.containers[0].image = "docker.io/keboola/apps-proxy:5de89da-1733217620";


(see artifacts in the Github Action for more information)

@jachym-tousek-keboola jachym-tousek-keboola merged commit 1e1bb66 into main Dec 3, 2024
13 checks passed
@jachym-tousek-keboola jachym-tousek-keboola deleted the michal-fix-missing-xxd branch December 3, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants