-
In order to advance implementation of both [OEP-45: Configuring and Operating Open edX](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0045-arch-ops-and-config.html) a…
-
I just saw a Skosmos user refer to this repository as "the" Docker installation of Skosmos. I don't think this is valid anymore, as nowadays there are Dockerfiles etc. in the main Skosmos repository (…
-
```Dockerfile
COPY . $PYSETUP_PATH
WORKDIR $PYSETUP_PATH
RUN make install && \
poetry build && \
$VENV_PATH/bin/pip install --no-deps dist/*.whl
```
Currently, the project is installed …
-
Versions: `3.10` and `3.12` for sure, probably others too
because of the recent AddTrust External CA Root expiration, some of the certificates in the alpine docker images do not work.
This *can*…
-
## Description
- Issue created under the implementation of https://github.com/edx/edx-arch-experiments/issues/587
```[tasklist]
### Tasks
- [x] Move the `Dockerfile` and `push-docker-image.yml` …
-
Users do not need to have all requirements installed (e.g. you can use colin for Dockerfiles without installing podman).
- [ ] It would be nice to have that approach documented and write the requir…
-
We should follow a slightly different approach when it comes to docker:
- our images on DockerHub should contain everything that needs to present on the machine in general (tools, DBs, sbt, ...). T…
-
Github Actions are stateful so when we run a build it will use the Dockerfile definitions on the branch/commit we're on. Using [workflow_dispatch](https://docs.github.com/en/actions/using-workflows/ev…
-
- **balena CLI version:** 11.30.12
- **Operating system version:** Arch Linux
- **32/64 bit OS and processor:** 64-bit Intel processor
- **Install method:** npm
- **If npm install, Node.js and np…
-
Using [captain](https://github.com/harbur/captain) in the default builder image would be nice for a couple of reasons:
1. It supports a captain.yml file to build multiple Dockerfiles.
2. captain could…