-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ROCKS-543_charmed-oci-factory-we
- Loading branch information
Showing
7 changed files
with
78 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
public.ecr.aws/ubuntu/ubuntu:focal@sha256:38ee5ef91012d863b9862ef078c372590d180a6b36d0355f8a574184485fd8f2 | ||
public.ecr.aws/ubuntu/ubuntu:focal@sha256:5b01ab17d175d88fa3f43b2c6f1ff2fdcd32f861edfb9790fa1a12e01ff7b61e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"3.8-20.04": { | ||
"edge": { | ||
"target": "2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
notify: | ||
emails: | ||
- [email protected] | ||
mattermost-channels: | ||
- fbdezwkcxpfofpysjore1wpfoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
release: | ||
3.8-20.04: | ||
end-of-life: "2025-01-26T00:00:00Z" | ||
risks: | ||
- edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters