Skip to content

Commit

Permalink
test apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Sep 2, 2024
1 parent 22caa00 commit 7bf9606
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions changelog_latest.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
### enhancement:
- Nginx how to dynamically apply proxy #516
- cannot access background for [prestashop] #514
- cannot install docker on AmazonLinux2023 #521
- some format error of Tomee #520


### appstore:
- [the container port not need to check when install for [docker]](https://github.com/Websoft9/docker-library/issues/660)
- [Moodle container always restart](https://github.com/Websoft9/docker-library/issues/656)
- [find app's docker_url](https://github.com/Websoft9/docker-library/issues/650)
- [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)
4 changes: 2 additions & 2 deletions install/install_cockpit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@ Install_Cockpit(){
elif [ $apt_status -eq 0 ]; then
export DEBIAN_FRONTEND=noninteractive
sudo dpkg --configure -a
sudo DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse"
sudo DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu ${VERSION_CODENAME}-backports main restricted universe multiverse"
apt-get update -y >/dev/null
apt-get --fix-broken install
for pkg in $cockpit_packages
do
echo "Installing $pkg"
sudo apt-get install -t jammy-backports -y "$pkg" > /dev/null || echo "$pkg failed to install"
sudo apt-get install -t ${VERSION_CODENAME}-backports -y "$pkg" > /dev/null || echo "$pkg failed to install"
done
else
echo "Neither apt,dnf nor yum found. Please install one of them and try again."
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.11",
"version": "2.1.12-rc1",
"plugins": {
"portainer": "0.1.1",
"nginx": "0.0.8",
Expand Down

0 comments on commit 7bf9606

Please sign in to comment.