Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/kaitaiStructCompile.py/kaitai_struct_python_docker
https://gitlab.com/kaitaiStructCompile.py/kaitai_struct_python_docker
Last synced: 16 days ago
JSON representation
- Host: gitlab.com
- URL: https://gitlab.com/kaitaiStructCompile.py/kaitai_struct_python_docker
- Owner: kaitaiStructCompile.py
- Created: 2019-01-20T00:23:20.540Z (almost 6 years ago)
- Default Branch: master
- Last Synced: 2024-07-21T07:35:09.651Z (4 months ago)
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: licenses/GPL-3.0.txt
Awesome Lists containing this project
- awesome-kaitai - `registry.gitlab.com/kaitaistructcompile.py/kaitai_struct_python_docker:latest` - an image with [CPython](https://www.python.org/downloads/), [GraalVM](https://github.com/oracle/graal/releases), [GraalPython](https://github.com/oracle/graalpython), KSC, python runtime, `kaitaiStructCompile.py`, and its CLI backend. Unstable versions of the software are used. Currently Debian-based, but sometimes this will be migrated to Alpine. (Tools / CI)
README
Scripts for building an image containing CPython, GraalVM and Kaitai Struct
===========================================================Scripts in this repo are [Unlicensed ![](https://raw.githubusercontent.com/unlicense/unlicense.org/master/static/favicon.png)](https://unlicense.org/).
Third-party components have own licenses.
**DISCLAIMER: BADGES BELOW DO NOT REFLECT THE STATE OF THE DEPENDENCIES IN THE CONTAINER**
This builds a Docker image contains the following components:
* [`registry.gitlab.com/kolanich/python_graal_docker:latest`](https://gitlab.com/KOLANICH/python_graal_docker) - a Docker image, each component of which has own license;
* [BinTray public key](https://bintray.com/user/downloadSubjectPublicKey?username=bintray) (fingerprint: `8756C4F765C9AC3CB6B85D62379CE192D401AB61`) [from `hkps://keyserver.ubuntu.com`](https://keyserver.ubuntu.com/pks/lookup?search=0x8756C4F765C9AC3CB6B85D62379CE192D401AB61&op=get)
* [`kaitai-struct-compiler`](https://github.com/kaitai-io/kaitai_struct_compiler) [![](https://repology.org/badge/version-for-repo/kaitai-struct-compiler/swig.svg)](https://repology.org/metapackage/kaitai-struct-compiler/versions) [![latest packaged version(s)](https://repology.org/badge/latest-versions/kaitai-struct-compiler.svg)](https://repology.org/metapackage/kaitai-struct-compiler/versions) deb package from [BinTray](https://dl.bintray.com/kaitai-io/debian_unstable) [![GNU General Public License v3](https://www.gnu.org/graphics/gplv3-88x31.png)](./licenses/GPL-3.0.txt);
* `kaitaistruct` python package implementing the runtime. [![PyPi Status](https://img.shields.io/pypi/v/kaitaistruct.svg)](https://pypi.python.org/pypi/kaitaistruct) [![Licence](https://img.shields.io/github/license/kaitai-io/kaitai_struct_python_runtime.svg)](https://github.com/kaitai-io/kaitai_struct_python_runtime/blob/master/README.rst) [![Libraries.io Status](https://img.shields.io/librariesio/github/kaitai-io/kaitai_struct_python_runtime.svg)](https://libraries.io/github/kaitai-io/kaitai_struct_python_runtime) [from git](https://github.com/kaitai-io/kaitai_struct_python_runtime)
* `kaitaiStructCompile.py` [![Unlicensed](https://raw.githubusercontent.com/unlicense/unlicense.org/master/static/favicon.png)](https://unlicense.org/) [from git](https://github.com/kaitaiStructCompile.py/kaitaiStructCompile.py), including
* `kaitaiStructCompile.backend.CLI` [![Unlicensed](https://raw.githubusercontent.com/unlicense/unlicense.org/master/static/favicon.png)](https://unlicense.org/) [from git](https://github.com/kaitaiStructCompile.py/kaitaiStructCompile.backend.CLI)
* `RichConsole` [![Unlicensed](https://raw.githubusercontent.com/unlicense/unlicense.org/master/static/favicon.png)](https://unlicense.org/) [from git](https://github.com/KOLANICH/RichConsole.py) for colorful output during compilation
* dependencies of everytihing above.