Skip to content

Version 2.2.4b1#52

Merged
PaulS-Argo merged 10 commits intomainfrom
dev
Apr 27, 2026
Merged

Version 2.2.4b1#52
PaulS-Argo merged 10 commits intomainfrom
dev

Conversation

@PaulS-Argo
Copy link
Copy Markdown
Collaborator

BETA VERSION
v.2.2.4b1

  • Introduced new standardised, containerised environment (Beast Lab)
  • Generates a docker file and a docker compose file.
  • Runs docker commands by default with cli prompts in case the user wants to use something else (i.e. podman/buildah)
  • Allows the user to modify the dockerfiles if they so wish.
  • Commands added to build/open/close the lab.
  • Documentation updated
  • New unit tests written for feature.
  • NOTE: The Beta version will install latest inside the container - this should not prevent any features from working but some cli commands won't exist. To use the beta version inside the container, please fix the argobeast version in the dockerfile to 2.2.4b1
FROM python:3.11-slim
WORKDIR /app
COPY requirements.txt* . 
RUN pip install --no-cache-dir argobeast==2.2.4b1 \
    && if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi
RUN useradd -m argouser
RUN echo "export PS1='[argobeast lab]: \\w \\$ '" >> /home/argouser/.bashrc
USER argouser
ENV PS1="[argobeast lab]: " \
        IS_IN_LAB=True 

dependabot Bot and others added 10 commits April 21, 2026 17:56
Bumps the uv group with 1 update in the / directory: [python-dotenv](https://github.com/theskumar/python-dotenv).


Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in the uv group across 1 directory
@PaulS-Argo PaulS-Argo merged commit e511252 into main Apr 27, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant