{"id":17169889,"url":"https://github.com/a1ecbr0wn/cross-openssl","last_synced_at":"2025-08-16T05:37:28.001Z","repository":{"id":39794765,"uuid":"485955700","full_name":"a1ecbr0wn/cross-openssl","owner":"a1ecbr0wn","description":"docker container for building stuff with openssl","archived":false,"fork":false,"pushed_at":"2023-03-26T07:19:29.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T17:11:04.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a1ecbr0wn.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":"2022-04-26T21:39:26.000Z","updated_at":"2022-04-26T21:53:06.000Z","dependencies_parsed_at":"2024-12-02T09:43:15.054Z","dependency_job_id":"611b204e-9ffc-40a4-8006-3fee01bcdb90","html_url":"https://github.com/a1ecbr0wn/cross-openssl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a1ecbr0wn/cross-openssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1ecbr0wn%2Fcross-openssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1ecbr0wn%2Fcross-openssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1ecbr0wn%2Fcross-openssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1ecbr0wn%2Fcross-openssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a1ecbr0wn","download_url":"https://codeload.github.com/a1ecbr0wn/cross-openssl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1ecbr0wn%2Fcross-openssl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270672690,"owners_count":24626007,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-14T23:27:42.913Z","updated_at":"2025-08-16T05:37:27.979Z","avatar_url":"https://github.com/a1ecbr0wn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cross-openssl Dockerfile\n\n[![Docker Image CI](https://github.com/a1ecbr0wn/cross-openssl/actions/workflows/docker-image-main.yaml/badge.svg)](https://github.com/a1ecbr0wn/cross-openssl/actions/workflows/docker-image-main.yaml)\n\nDockerfile extension  of [rustembedded/cross:*](https://github.com/cross-rs/cross/tree/main/docker) and libssl.\n\nPublished to Dockerhub as [alecbrown/cross-openssl](https://hub.docker.com/repository/docker/alecbrown/cross-openssl).\n\nTo use this with cross for your rust builds, create a `Cross.toml` file in the base of your project and add the following entries for the platforms you require:\n\n``` toml\n[target.x86_64-unknown-linux-gnu]\nimage = \"alecbrown/cross-openssl:x86_64-unknown-linux-gnu\"\n\n[target.armv7-unknown-linux-gnueabihf]\nimage = \"alecbrown/cross-openssl:armv7-unknown-linux-gnueabihf\"\n\n[target.aarch64-unknown-linux-gnu]\nimage = \"alecbrown/cross-openssl:aarch64-unknown-linux-gnu\"\n```\n\nTo run this Docker directly, run:\n\n- intel linux:\n\n``` bash\ndocker run -it alecbrown/cross-openssl:x86_64-unknown-linux-gnu\n```\n\n- raspberry pi 1, 2 \u0026 3\n\n``` bash\ndocker run -it alecbrown/cross-openssl:armv7-unknown-linux-gnueabihf\n```\n\n- raspberry pi 4\n\n``` bash\ndocker run -it alecbrown/cross-openssl:aarch64-unknown-linux-gnu\n```\n\n- Multiarch build example\n\n``` bash\ndocker buildx build -t alecbrown/cross-openssl:armv7-unknown-linux-gnueabihf -f Dockerfile.armv7-unknown-linux-gnueabihf --platform linux/arm64/v8,linux/arm/v7,linux/amd64 --push .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa1ecbr0wn%2Fcross-openssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa1ecbr0wn%2Fcross-openssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa1ecbr0wn%2Fcross-openssl/lists"}