You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,8 @@
3
3
`Python 3.7` with `mecab` dependencies.
4
4
5
5
## How to use
6
-
In your `DOCKERFILE` specify your image with a release build as its tag.
7
-
8
-
e.g. To use this image with the `release-1.1` build you would include something like below:
9
-
```yml
10
-
docker:
11
-
- image: bebit/python-mecab:release-1.1
12
-
```
13
-
14
-
## Updating image dependencies
15
-
16
-
E.g. If you wanted to change from `python 3.7.9` to `python 3.5.6` you would just update the image tag like below:
17
-
18
-
```diff
19
-
- FROM python:3.7-slim-stretch
20
-
+ FROM python:3.5-slim-stretch
21
-
```
22
-
23
-
Then push your changes to a branch on the `beBit` repo and then your branch name is served as an image tag. e.g. Your branch name `python_mecab_python-3.5.6` will be written as `bebit/python-mecab:python_mecab_python-3.5.6` in your `DOCKERFILE`
6
+
- Until 2.0 release, docker images are stored in https://hub.docker.com/r/bebit/python-mecab
7
+
- Later releases are stored in Github Container Registry
0 commit comments