Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add chiselled Python 3.8 rock #125

Merged
merged 6 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions oci/python/contacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
notfiy:
emails:
- rocks-dev@lists.canonical.com
mattermost-channels:
- fbdezwkcxpfofpysjore1wpfoc
32 changes: 32 additions & 0 deletions oci/python/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 1

application: Python
is_chiselled: true
description: |
Python is a high-level, general-purpose programming language. Its
design philosophy emphasizes code readability with the use of
significant indentation. Python is dynamically typed and
garbage-collected. It supports multiple programming paradigms,
including structured, object-oriented and functional programming.
Read more on [python.org](https://www.python.org/).
rebornplusplus marked this conversation as resolved.
Show resolved Hide resolved

This image is a chiselled Ubuntu rock that contains only the Python
runtime and its standard libraries. It is production-ready and can
also be used as a base if additional application dependencies are
needed.

debug:
text: |
### Debugging

To debug the container:

```bash
docker logs -f python-container
```

To get an interactive python3 interpreter:

```bash
docker exec -it python-container python3
```
11 changes: 11 additions & 0 deletions oci/python/image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 1

upload:
- source: canonical/chiselled-python
commit: 3ce55f41e0e33ce1db3552fb18e8179c4a29941a
directory: python3.8/
cjdcordeiro marked this conversation as resolved.
Show resolved Hide resolved
release:
3.8-20.04:
end-of-life: "2025-01-26T00:00:00Z"
risks:
- edge
Loading