Skip to content

Commit

Permalink
chore: add 3.12-bullseye and 3.10-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
biggates committed Jul 4, 2024
1 parent e6994ab commit 174a7ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# poetry-docker

[![1.8.3-py3.12-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.12-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.11-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.11-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.10-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.10-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.9-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.9-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.8-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.8-slim?label=biggates%2Fpoetry&logo=docker)](https://hub.docker.com/r/biggates/poetry) [![Docker Publish Badge](https://github.com/biggates/poetry-docker/actions/workflows/docker-publish.yml/badge.svg?branch=master)](https://github.com/biggates/poetry-docker/actions/workflows/docker-publish.yml)
[![1.8.3-py3.12-bullseye badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.12-bullseye?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.12-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.12-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.11-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.11-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.10-bullseye badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.10-bullseye?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.10-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.10-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.9-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.9-slim?label=biggates%2Fpoetry&logo=docker) ![1.8.3-py3.8-slim badge](https://img.shields.io/docker/v/biggates/poetry/1.8.3-py3.8-slim?label=biggates%2Fpoetry&logo=docker)](https://hub.docker.com/r/biggates/poetry) [![Docker Publish Badge](https://github.com/biggates/poetry-docker/actions/workflows/docker-publish.yml/badge.svg?branch=master)](https://github.com/biggates/poetry-docker/actions/workflows/docker-publish.yml)

a Docker image that includes [Poetry](https://python-poetry.org/) for CI/CD pipelines.

## Supported tags

- `1.8.3-py3.12-bullseye`
- `1.8.3-py3.12-slim`
- `1.8.3-py3.11-slim`
- `1.8.3-py3.10-bullseye`
- `1.8.3-py3.10-slim`
- `1.8.3-py3.9-slim`
- `1.8.3-py3.8-slim`
Expand All @@ -20,7 +22,7 @@ In your pipeline / actions, replace docker image from `python` to `biggates/poet

```dockerfile
# FROM python:3.10-slim
FROM biggates/poetry:1.8.2-py3.10-slim
FROM biggates/poetry:1.8.3-py3.10-slim
```

## details
Expand All @@ -37,7 +39,7 @@ A typical usage is use poetry to install all the dependencies in one stage, and

```dockerfile
# first stage
FROM biggates/poetry:1.8.2-py3.10-slim as venv-creator
FROM biggates/poetry:1.8.3-py3.10-slim as venv-creator

ENV POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_IN_PROJECT=1 \
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"poetry": [
"1.8.3",
"1.7.1",
"1.6.1"
"1.7.1"
],
"python": [
"3.12-bullseye",
"3.12-slim",
"3.11-slim",
"3.10-bullseye",
"3.10-slim",
"3.9-slim",
"3.8-slim"
Expand Down

0 comments on commit 174a7ab

Please sign in to comment.