Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Poetry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
python3
Poetry
Merge requests
!11
Migrate to Poetry v2 (
clients/python/silkaj#499
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Migrate to Poetry v2 (
clients/python/silkaj#499
)
ci_syntax_poetry_v1
into
master
Overview
1
Commits
2
Pipelines
2
Changes
2
Merged
Moul
requested to merge
ci_syntax_poetry_v1
into
master
3 months ago
Overview
1
Commits
2
Pipelines
2
Changes
2
Expand
now supported by Silkaj and DuniterPy:
Update pyproject.toml with Poetry v2.0 (#499) (clients/python/silkaj!275 - merged)
Migrate to Poetry v2 (#215) (clients/python/duniterpy!202 - merged)
Update CI syntax to latest standard and conventions
Edited
3 months ago
by
Moul
0
0
Merge request reports
Compare
master
version 1
fcf7e58a
3 months ago
master (base)
and
latest version
latest version
94cea627
2 commits,
3 months ago
version 1
fcf7e58a
2 commits,
3 months ago
2 files
+
18
−
16
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3.13/Dockerfile
+
4
−
1
Options
FROM
python:3.13-alpine
FROM
python:3.13-alpine
# Install packages
# Install packages
RUN
apk add
--no-cache
libsodium-dev poetry
RUN
apk add
--no-cache
libsodium-dev
# Install Poetry
RUN
pip
install
poetry
Loading