Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.21 KB

Dockers config

Other repos require some docker images built from this repo. This images are published on github container registry.

Getting started

In order to checkout or publish the docker, you need to be login to the github container registry.

You can follow this link:

  1. create a personal access token there with permissions read:packages and write:packages
  2. type command export CR_PAT=YOUR_TOKEN in your terminal
  3. type command echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin in your terminal

Build dockers

docker build -t ghcr.io/intlekt/intlekt_python_builder . -f Dockerfile_python_builder
docker push ghcr.io/intlekt/intlekt_python_builder

docker build -t ghcr.io/intlekt/intlekt_wasm_builder . -f Dockerfile_wasm_builder
docker push ghcr.io/intlekt/intlekt_wasm_builder

docker build -t ghcr.io/intlekt/intlekt_test_builder . -f Dockerfile_test_builder
docker push ghcr.io/intlekt/intlekt_test_builder