You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# buldah push quay.io/wire/cannon:$USER works and uploads it to quay.io
39
+
# also, inside the image, /usr/bin/cannon exists, is a 43 MB file, ldd shows it has the right linker libs, it's executable, but running /usr/bin/cannon leads to:
40
+
# sh: /usr/bin/cannon: not found
41
+
# providing config files under /etc/wire/cannon/ doesn't help.
42
+
43
+
44
+
# If the above works, continue with logic like the following:
45
+
46
+
# buildah run "$CONTAINER_NAME" -- rm "/usr/bin/$EXECUTABLE"
47
+
48
+
# loop: remove cannon, add new executable
49
+
# for EX in brig cargohold galley; do
50
+
# buildah run "$CONTAINER_NAME" -- cp "/src/dist/$EX" "/usr/bin/$EX"
0 commit comments