Skip to content

Commit

Permalink
9.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
valhuber committed Aug 22, 2023
1 parent 8a81713 commit f99be63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ There are a few articles that provide some orientation to API Logic Server:

### Change Log

08/05/2023 - 09.02.00: Devops container/compose, Multi-arch dockers, add-auth with db_url, auth docker dbs
08/22/2023 - 09.02.18: Devops container/compose, Multi-arch dockers, add-auth with db_url, auth docker dbs

07/04/2023 - 09.01.00: SQLAlchemy 2 typed-relns/attrs, Docker: Python 3.11.4 & odbc18

Expand Down
4 changes: 2 additions & 2 deletions docker/api_logic_server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# GA release
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:9.02.03 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:9.02.18 -o type=image --platform=linux/arm64,linux/amd64 .

# Beta - test codespaces with tutorial, API_Fiddle (change .devcontainer.json -> apilogicserver/api_logic_server_x)
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server_x:9.02.17 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server_x:9.02.18 -o type=image --platform=linux/arm64,linux/amd64 .

# Internal - verify what is done with build_and_test
# docker build -f docker/api_logic_server.Dockerfile -t apilogicserver/api_logic_server_local --rm .
Expand Down

0 comments on commit f99be63

Please sign in to comment.