{"id":16725276,"url":"https://github.com/unfor19/devops-a-day-at-the-office","last_synced_at":"2025-10-28T07:21:19.240Z","repository":{"id":50169147,"uuid":"264628681","full_name":"unfor19/devops-a-day-at-the-office","owner":"unfor19","description":"A simple example of a DevOps task","archived":false,"fork":false,"pushed_at":"2022-12-08T09:56:54.000Z","size":5,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T05:17:45.745Z","etag":null,"topics":["devops","devops-tools"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=r83Yu9N4les","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unfor19.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-17T09:38:28.000Z","updated_at":"2020-05-20T20:30:44.000Z","dependencies_parsed_at":"2023-01-25T06:15:46.201Z","dependency_job_id":null,"html_url":"https://github.com/unfor19/devops-a-day-at-the-office","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fdevops-a-day-at-the-office","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fdevops-a-day-at-the-office/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fdevops-a-day-at-the-office/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fdevops-a-day-at-the-office/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unfor19","download_url":"https://codeload.github.com/unfor19/devops-a-day-at-the-office/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746234,"owners_count":20341203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","devops-tools"],"created_at":"2024-10-12T22:48:36.358Z","updated_at":"2025-10-28T07:21:19.121Z","avatar_url":"https://github.com/unfor19.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devops a day at the office\r\n\r\nA simple Python app, which makes requests to https://catfact.ninja/fact and prints the results to the terminal.\r\n\r\nThe application is packaged as a Docker image, which allows running it without installing anything but Docker.\r\n\r\n## Requirements\r\n[git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Docker](https://docs.docker.com/get-docker/) - that's it\r\n\r\n## Usage\r\n1. Git clone this repository\r\n1. Build the image locally, tagging it as `1.0`\r\n    ```\r\n    docker build -t catfacts:1.0 .\r\n    ```\r\n1. Run an instance of the image (container), each invocation will print a random fact about cats\r\n    ```\r\n    docker run --rm  catfacts:1.0\r\n    ```\r\n    __NOTE__: the `--rm` flag tells Docker to remove the container when it's finished, since we don't need to keep any important data, we just print and quit, reference - [cleanup](https://docs.docker.com/engine/reference/run/#clean-up---rm)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfor19%2Fdevops-a-day-at-the-office","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funfor19%2Fdevops-a-day-at-the-office","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfor19%2Fdevops-a-day-at-the-office/lists"}