Skip to content

Commit

Permalink
Upgrade libs
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Aug 31, 2022
1 parent 8d32771 commit b76ca0e
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
context: .
file: Dockerfile-base-dev
tags: coscupweb-base:22.08.05
tags: coscupweb-base:22.08.31
load: true
- name: List images
run: docker images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Rename sample setting file
run: mv ./setting_sample.py ./setting.py
- name: Build the base image
run: docker build -t coscupweb-base:22.08.05 -f ./Dockerfile-base-dev ./
run: docker build -t coscupweb-base:22.08.31 -f ./Dockerfile-base-dev ./
- name: UP
run: docker compose up --build --detach
- name: List images
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-app
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM coscupweb-base:22.08.05
FROM coscupweb-base:22.08.31

ADD ./client_secret.json ./client_secret.json
ADD ./privacy.md ./privacy.md
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-app-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM coscupweb-base:22.08.05
FROM coscupweb-base:22.08.31

#ADD ./client_secret.json ./client_secret.json
ADD ./cmdtools ./cmdtools
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We use the [docker compose](https://docs.docker.com/compose/) (not `docker-compo

Build the base images first. (**Notice: In this way, you no need to sign in to Docker Desktop account.**)

docker build -t coscupweb-base:22.06.13 -f ./Dockerfile-base-dev ./
docker build -t coscupweb-base:22.08.31 -f ./Dockerfile-base-dev ./

Setup the `setting.py`

Expand Down
2 changes: 1 addition & 1 deletion build-base.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build --no-cache=true -t coscupweb-base:22.08.05 -f ./Dockerfile-base ./
docker build --no-cache=true -t coscupweb-base:22.08.31 -f ./Dockerfile-base ./
2 changes: 1 addition & 1 deletion docs_dev/docs/dev/build-base-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We use the [docker compose](https://docs.docker.com/compose/) (not docker-compos

Build the base image for local development.

docker build -t coscupweb-base:22.08.05 -f ./Dockerfile-base-dev ./
docker build -t coscupweb-base:22.08.31 -f ./Dockerfile-base-dev ./

!!! note

Expand Down
Loading

0 comments on commit b76ca0e

Please sign in to comment.