-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76c6ab8
commit d245bde
Showing
5 changed files
with
18 additions
and
20 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,10 +1,12 @@ | ||
### enhancement: | ||
- cannot install docker on AmazonLinux2023 #521 | ||
- some format error of Tomee #520 | ||
- It waiting too long time for App Store when Websoft9 login user not have Docker permission #528 | ||
- cockpit version is old at some ubuntu22.04 distribution #523 | ||
|
||
### plugin: | ||
- [Change database name to database type at database tab page](https://github.com/Websoft9/plugin-myapps/issues/36) | ||
|
||
### appstore: | ||
- [Can not login for jupyterhub](https://github.com/Websoft9/docker-library/issues/662) | ||
- [complete docker-compose.yml for [mysqlworkbench]](https://github.com/Websoft9/docker-library/issues/663) | ||
- [complete docker-compose.yml for [gitness]](https://github.com/Websoft9/docker-library/issues/666) | ||
- [complete docker-compose.yml for [vaultwarden]](https://github.com/Websoft9/docker-library/issues/667) | ||
- [update ERPNext to version15](https://github.com/Websoft9/docker-library/issues/691) | ||
- [prestashop use stable admin_url](https://github.com/Websoft9/docker-library/issues/686) | ||
- [complete docker-compose.yml for [mage]](https://github.com/Websoft9/docker-library/issues/672) | ||
- [complete docker-compose.yml for [couchbase]](https://github.com/Websoft9/docker-library/issues/671) |
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,4 +1,4 @@ | ||
APPHUB_VERSION=0.1.2 | ||
APPHUB_VERSION=0.1.3-rc1 | ||
DEPLOYMENT_VERSION=2.20.3 | ||
GIT_VERSION=1.21.9 | ||
PROXY_VERSION=2.11.3 |
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,11 +1,11 @@ | ||
# This file can running at actions | ||
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release | ||
# modify time: 202409100825, you can modify here to trigger Docker Build action | ||
# modify time: 202409131700, you can modify here to trigger Docker Build action | ||
|
||
|
||
FROM python:3.10-slim-bullseye | ||
LABEL maintainer="Websoft9<[email protected]>" | ||
LABEL version="0.1.2" | ||
LABEL version="0.1.3-rc1" | ||
|
||
WORKDIR /websoft9 | ||
|
||
|
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