{"id":18978076,"url":"https://github.com/simplificator/ci-alpine","last_synced_at":"2026-03-19T07:26:43.982Z","repository":{"id":66456811,"uuid":"186613493","full_name":"simplificator/ci-alpine","owner":"simplificator","description":"Continuous Integration (CI) build container, based on alpine.","archived":false,"fork":false,"pushed_at":"2023-05-22T18:58:10.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-01T10:15:36.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplificator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-14T12:03:24.000Z","updated_at":"2019-09-05T07:38:26.000Z","dependencies_parsed_at":"2025-01-01T10:14:34.557Z","dependency_job_id":"b5148c77-12a4-4c92-abb1-f003293e2829","html_url":"https://github.com/simplificator/ci-alpine","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/simplificator%2Fci-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fci-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fci-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fci-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplificator","download_url":"https://codeload.github.com/simplificator/ci-alpine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239978197,"owners_count":19728294,"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":[],"created_at":"2024-11-08T15:32:08.353Z","updated_at":"2026-01-26T12:34:20.875Z","avatar_url":"https://github.com/simplificator.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ci-alpine\nContinuous Integration (CI) build container, based on alpine.\n\n## Usage\n\n### On Semaphore 2.0 pipelines:\n\nExample pipeline file to deploy over ssh, including decryption of application secrets used in `.env`.\n\n```(yaml)\nversion: v1.0\nname: Deploy\nagent:\n  machine:\n    type: e1-standard-2\n    os_image: ubuntu1804\n  containers:\n    - name: main\n      image: simplificator/ci-alpine\n\nblocks:\n  - name: \"Deploy\"\n    task:\n      env_vars:\n        - name: SSH_USER_AT_HOST\n          value: butler@my-app.example.com\n        - name: SSH_IDENTITY\n          # injected via semaphore secret\n          value: /home/semaphore/.ssh/id_rsa_deploy\n        - name: SSH_OPTIONS\n          value: -o StrictHostKeyChecking=no\n        - name: SECRET_FILE_ENC\n          # injected via semaphore secret\n          value: deploy/.env.stag.enc\n      secrets:\n        - name: my-deployer-secrets\n      prologue:\n        commands:\n          - checkout\n          - chmod 400 $SSH_IDENTITY\n          - ssh-add $SSH_IDENTITY\n          - libressl aes-128-cbc -d -salt -in $SECRET_FILE_ENC -out deploy/.env -k $SECRET_ENCRYPTION_KEY\n      jobs:\n        - name: Deploy\n          commands:\n            - \"scp $SSH_OPTIONS deploy/deploy.sh $SSH_USER_AT_HOST:\"\n            - \"scp $SSH_OPTIONS deploy/docker-compose.yml $SSH_USER_AT_HOST:\"\n            - \"scp $SSH_OPTIONS deploy/.env $SSH_USER_AT_HOST:\"\n            - ssh $SSH_OPTIONS $SSH_USER_AT_HOST sh deploy.sh\n\n```\n\n\n## References\n\n[Custom CI/CD environment on Semaphore 2.0](https://docs.semaphoreci.com/article/127-custom-ci-cd-environment-with-docker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplificator%2Fci-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplificator%2Fci-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplificator%2Fci-alpine/lists"}