{"id":19297538,"url":"https://github.com/rakheshster/docker-sops","last_synced_at":"2026-05-16T00:05:09.493Z","repository":{"id":40468192,"uuid":"317636726","full_name":"rakheshster/docker-sops","owner":"rakheshster","description":"Docker Image for Mozilla's sops tool","archived":false,"fork":false,"pushed_at":"2023-01-31T11:02:27.000Z","size":37,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T13:05:03.828Z","etag":null,"topics":["arm","gnupg","sops"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/rakheshster/sops","language":"Shell","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/rakheshster.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-12-01T18:48:17.000Z","updated_at":"2024-11-14T22:06:18.000Z","dependencies_parsed_at":"2023-02-16T18:25:21.757Z","dependency_job_id":null,"html_url":"https://github.com/rakheshster/docker-sops","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/rakheshster%2Fdocker-sops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakheshster%2Fdocker-sops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakheshster%2Fdocker-sops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakheshster%2Fdocker-sops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakheshster","download_url":"https://codeload.github.com/rakheshster/docker-sops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240400338,"owners_count":19795332,"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":["arm","gnupg","sops"],"created_at":"2024-11-09T23:05:16.275Z","updated_at":"2025-11-15T06:10:18.741Z","avatar_url":"https://github.com/rakheshster.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-sops\n![Build \u0026 Push to DockerHub](https://github.com/rakheshster/docker-sops/workflows/Docker%20Build%20\u0026%20Push/badge.svg)\n## What is this?\nI wanted to try out [SOPS](https://github.com/mozilla/sops) on my Raspberry Pi and there was no ARM version available. Thought I'd Dockerize it. I have a bash function in my `.bash_profile` to then run the container. \n\n## Bash function example\n```bash\nfunction docker-sops { \n        docker run -it --rm \\\n          --name docker-sops \\\n          -v $(pwd):/home -v $HOME/.gnupg:/root/.gnupg \\\n          rakheshster/sops:latest $@ ;\n}\n```\n\nThis pulls the image from DockerHub, calls it \"docker-sops\" (the name doesn't matter), mounts the current directory as \"/home\" in the container (so sops can work on it), mounts the \".gnupg\" directory in your home folder into the container (so sops \u0026 gnupg can access your keys), and runs the container with the arguments to the function passed to it. Simple!\n\nI invoke this as `docker-sops \u003cwhatever\u003e`. I could have called the function `sops` but I decided to prefix it with `docker-` in case I install an ARM binary of sops later. You could call the function `sops` if you want. \n\n## DockerHub\n\nYou can find it on DockerHub [here](https://hub.docker.com/repository/docker/rakheshster/sops). ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakheshster%2Fdocker-sops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakheshster%2Fdocker-sops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakheshster%2Fdocker-sops/lists"}