{"id":25313170,"url":"https://github.com/imiric/docker-java8-32bit","last_synced_at":"2026-02-20T18:31:11.011Z","repository":{"id":276708521,"uuid":"930039467","full_name":"imiric/docker-java8-32bit","owner":"imiric","description":"Dockerized Java8 w/ IcedTea","archived":false,"fork":false,"pushed_at":"2025-02-24T11:15:40.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T07:45:21.085Z","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/imiric.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":"2025-02-10T00:30:42.000Z","updated_at":"2025-02-24T11:15:44.000Z","dependencies_parsed_at":"2025-02-10T01:25:34.896Z","dependency_job_id":"1e6b64b6-e44c-4fef-832c-e3baf4aba36a","html_url":"https://github.com/imiric/docker-java8-32bit","commit_stats":null,"previous_names":["imiric/docker-java8-32bit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imiric/docker-java8-32bit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imiric%2Fdocker-java8-32bit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imiric%2Fdocker-java8-32bit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imiric%2Fdocker-java8-32bit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imiric%2Fdocker-java8-32bit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imiric","download_url":"https://codeload.github.com/imiric/docker-java8-32bit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imiric%2Fdocker-java8-32bit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29660020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2025-02-13T15:56:15.224Z","updated_at":"2026-02-20T18:31:10.968Z","avatar_url":"https://github.com/imiric.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java8 w/ IcedTea plugin\n\nDockerfile for creating a 32bit Docker image with Java8 JRE and the IcedTea plugin.\nThis is useful for old servers that use Java-based IPMI (e.g. Supermicro).\n\n## Build\n\n```shell\nsudo docker build --platform linux/386 -t imiric/docker-java8-32bit .\n```\n\n\n## Usage\n\n1. Download a JNLP file from the server.\n\n2. Run:\n   ```shell\n   sudo docker run --rm --platform linux/386 --network=host \\\n     -e DISPLAY=$DISPLAY -e HOSTNAME=$HOSTNAME \\\n     -v /tmp/.X11-unix:/tmp/.X11-unix \\\n     -v \"$HOME/Downloads/launch.jnlp:/data/launch.jnlp\" \\\n     -it imiric/docker-java8-32bit javaws launch.jnlp\n   ```\n   \n   This will launch the IcedTea Web window and load the application.\n   You might be prompted to accept the HTTPS certificate, to accept the application\n   signature and to run the application. \n\n   If you run into any permission issues connecting to the X server, such as\n   `Can't open display` or `Authorization required`, allow local connections with:\n\n   ```shell\n   xhost +local:\n   ```\n\n   Then when you're done enable access control again with `xhost -`.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimiric%2Fdocker-java8-32bit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimiric%2Fdocker-java8-32bit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimiric%2Fdocker-java8-32bit/lists"}