Services Blog Français

clitoo: make your python callbacks work in CLI too !

| by jpic | python best-practices
Clitoo makes your python callbacks work on CLI too ! This CLI can execute python callbacks with parameters. Clitoo recognizes 4 types of command line arguments: lone arguments are passed as args arguments with = are passed as kwargs dashed arguments like -f arrive in context.args dashed arguments like -foo=bar arrive in context.kwargs It doesn’t matter how many dashes you put in the front, they are all removed. To use the context in your callback just import the clitoo context:: Read More

DevOps since 2005: a  retrospective

| by jpic | python ansible best-practice
This article shares some history of DevOps testing in France during the last few years. How it looked like when I started in the industry in 2004 and almost 15 years later today. Background Just a 1337c0d3 that somehow made it so far with the help of a lot of shadow hacking, now somewhat known as “DevOps” in some places … Pre-DevOps era: the obscurity In 2004 i was hacking for Jouve which had high tech digital printers which meant that they could make small batches of books, at the time where the market was filled with offset printers that made the minimal batch have to be 1500 or something. Read More

building-images-with-kaniko-and-gitlab-cicd

| by jpic | gitlab best-practice
https://docs.gitlab.com/ee/ci/docker/using_kaniko.html kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. kaniko solves two problems with using the docker-in-docker build method: Docker-in-docker requires privileged mode in order to function, which is a significant security concern. Docker-in-docker generally incurs a performance penalty and can be quite slow Read more at docs.gitlab.com
Previous Page 7 of 32 Next Page

They trust us

Contact

logo