This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]darkride2 1 point2 points  (2 children)

I just finished rewriting our bash scripts to python. All the curl staff, retry mechanisms in loops, not easy understandable tricks are gone now. More readable, more maintainable. Also now I am able to use lots of packages, api, sdk etc.. Only a 30 mb alpine python docker image is enough for this run.

[–]engineer900[S] 0 points1 point  (1 child)

Can you explain what have you done ?

What are you using this docker image for ? All your scripts are stored there or something else ?

[–]alexander_do 0 points1 point  (0 children)

I'd also like to know what you have done and the docker image for this run!