{"id":20600160,"url":"https://github.com/malb/fplll-virtual-machines","last_synced_at":"2026-04-16T21:33:37.597Z","repository":{"id":145079600,"uuid":"70324333","full_name":"malb/fplll-virtual-machines","owner":"malb","description":"virtual machine templates for fplll and friends","archived":false,"fork":false,"pushed_at":"2021-02-06T12:34:01.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T15:51:38.407Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malb.png","metadata":{"files":{"readme":"README.org","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-08T10:40:22.000Z","updated_at":"2021-02-06T12:34:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9588774-f8a3-4a13-b296-40eb2ce89bc0","html_url":"https://github.com/malb/fplll-virtual-machines","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malb/fplll-virtual-machines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malb%2Ffplll-virtual-machines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malb%2Ffplll-virtual-machines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malb%2Ffplll-virtual-machines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malb%2Ffplll-virtual-machines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malb","download_url":"https://codeload.github.com/malb/fplll-virtual-machines/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malb%2Ffplll-virtual-machines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31905623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-16T08:37:11.519Z","updated_at":"2026-04-16T21:33:37.573Z","avatar_url":"https://github.com/malb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Virtual Machine Templates for FPLLL Projects\n\n* Amazon Web Services (AWS)\n\nInstalls the latest version of [[https://github.com/fplll/fpylll][fplll]], [[https://github.com/fplll/fpylll][fpylll]] and [[https://github.com/fplll/g6k][g6k]] into an [[https://aws.amazon.com/ec2/instance-types/][AWS]] image.\n\n1. setup AWS\n\n2. adapt the [[https://aws.amazon.com/ec2/instance-types/][instance type]] in the field =instance_type= in =fplll-packer-aws.json=\n\n3. run [[https://www.packer.io][packer]]\n\n  #+BEGIN_SRC bash :async\npacker build fplll-packer-aws.json\n  #+END_SRC\n\n4. log into Amazon’s AWS console, launch your instance and SSH into it\n\n* Docker\n\n** FPLLL\n\nhttps://hub.docker.com/r/fplll/fplll\n\n#+BEGIN_SRC bash :async\ndocker build --build-arg BRANCH=master \\\n       -f Dockerfile.fplll  --no-cache -t fplll/fplll:latest .\ndocker build --build-arg BRANCH=5.3.3  \\\n       -f Dockerfile.fplll  --no-cache -t fplll/fplll:5.3.2 .\n#+END_SRC\n\n#+RESULTS:\n\n#+BEGIN_SRC bash :async  :results output\ndocker push fplll/fplll:latest  ## Haha, you can’t do that\ndocker push fplll/fplll:5.3.3\n#+END_SRC\n\n#+RESULTS:\n\n** FPyLLL\n\nhttps://hub.docker.com/r/fplll/fpylll\n\n#+BEGIN_SRC bash :async\ndocker build --build-arg BRANCH=master   \\\n       -f Dockerfile.fpylll --no-cache -t fplll/fpylll:latest .\ndocker build --build-arg BRANCH=0.5.1dev \\\n       -f Dockerfile.fpylll --no-cache -t fplll/fpylll:0.5.1dev .\n#+END_SRC\n\n#+RESULTS:\n\n#+BEGIN_SRC bash :async :results output\ndocker push fplll/fpylll:latest \ndocker push fplll/fpylll:0.5.1dev\n#+END_SRC\n\n** G6K\n\nhttps://hub.docker.com/r/martinralbrecht/g6k\n\n#+BEGIN_SRC bash :async\ndocker build --build-arg BRANCH=master \\\n       -f Dockerfile.g6k --no-cache -t martinralbrecht/g6k:latest .\n#+END_SRC\n\n#+BEGIN_SRC bash :async :results output\ndocker push martinralbrecht/g6k:latest \n#+END_SRC\n\n** SageMath + G6K/FPyLLL\n\nhttps://hub.docker.com/r/martinralbrecht/sagemath-g6k\n\n#+BEGIN_SRC bash :async\ndocker build \\\n       --build-arg FPLLL_BRANCH=master \\\n       --build-arg FPYLLL_BRANCH=master \\\n       --build-arg G6K_BRANCH=master \\\n       -f Dockerfile.sagemath-g6k --no-cache -t martinralbrecht/sagemath-g6k:latest .\n#+END_SRC\n\n#+RESULTS:\n\n#+BEGIN_SRC bash :async :results output\ndocker push martinralbrecht/sagemath-g6k:latest\n#+END_SRC\n\n#+RESULTS:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalb%2Ffplll-virtual-machines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalb%2Ffplll-virtual-machines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalb%2Ffplll-virtual-machines/lists"}