mag37
0bebe041df
Delete dockcheck_docker-run_ver.sh
...
Obsolete due to main script rework.
2023-02-10 21:06:53 +01:00
mag37
f1f50c8301
docker_run fixes
...
Wont break if one of the chosen containers are created with docker run.
Added checks if a container is started with docker run, then skipping (default) or updating the image for manual docker run recreation (flag -r required).
2023-02-10 21:06:12 +01:00
mag37
3faada230a
Update README.md
2023-02-09 21:22:30 +01:00
mag37
5ef1236e16
matching main
...
Updated this alt.version to match the main release.
2023-02-09 19:58:53 +01:00
mag37
8b77b917da
bug-squash
...
Added line about latest bugfix.
Re-ordered and cleaned some.
2023-02-09 19:38:00 +01:00
mag37
5a722e6d40
Merge pull request #12 from nnmalex/main
...
Merge fixes compatibility with value from `com.docker.compose.project.config_files` not giving full path in some cases, probably due to old `docker-compose` binary.
Thank you **nnmalex** for finding and contributing!
2023-02-09 19:30:32 +01:00
Alex
8b8ac84a44
Update dockcheck.sh
...
Fixed formatting.
2023-02-09 12:03:27 +00:00
Alex
d5c90fb98d
Update dockcheck.sh
...
Added condition based on the contents of the `com.docker.compose.project.config_files` label.
2023-02-09 12:00:29 +00:00
Alex
4302d45033
Update dockcheck.sh
...
Adding `docker-config.yaml` file path handling.
2023-02-09 10:33:02 +00:00
mag37
a107c18d5f
new example
...
New example to show the changes.
2023-02-09 10:48:20 +01:00
mag37
dd64079efd
Delete example.gif
...
Replaced with new example-gif
2023-02-09 10:47:59 +01:00
mag37
27e9663167
Merge pull request #11 from mag37/dev
...
Streamlining selection.
Removing y/n confirmation - instead choose numbers straight away or q/n to quit.
2023-02-07 15:43:01 +01:00
mag37
03a3e49650
Streamlining selection.
...
No need to choose yes-no before choosing contianers, q/n to quit.
Cleaned some wording and order of messages.
2023-02-07 14:56:18 +01:00
mag37
44f9742bde
Update README.md
...
Added new fixes to the list.
2023-02-04 13:10:03 +01:00
mag37
07a9269e76
fixed typo.
...
Quoting broke functionality, unquoted.
2023-02-04 12:56:51 +01:00
mag37
3f1be334d5
Merge pull request #10 from mag37/testing
...
Testing
2023-02-04 12:39:50 +01:00
mag37
dd42100a3d
added new update from main
...
Added the fix to only update the service chosen, not the whole stack. thanx to @maanoobh
2023-02-04 12:35:08 +01:00
mag37
64c1f097b1
Merge pull request #9 from maanoobh/specify-service
...
Specify which service when pulling the update (to avoid pulling non-chosen containers of the same stack)
2023-02-04 12:30:50 +01:00
Mahmood Alansari
8f37417eab
Fixed a bug, the command expects the service name in the file.
2023-02-04 08:42:05 +00:00
Mahmood Alansari
fb44099b0f
specify which service to pull and update
2023-02-04 07:57:15 +00:00
mag37
bde81aad22
forgot quoting.
...
Quote the variables... again.
2023-02-02 22:07:33 +01:00
mag37
08175c87ab
added ugly version-check
...
curl-check on the version in local VS raw on github to let the user know there's a new release.
2023-02-02 22:02:41 +01:00
mag37
a7bfb49fad
version-format
...
Changed Version-format to a variable instead of comment, for future use with version-checking.
2023-02-02 21:29:10 +01:00
mag37
8ae13837f1
cleaning
...
Securing some variable calls with quoting.
Minor cleaning.
2023-02-02 13:17:15 +01:00
mag37
72a4ab889c
quickfix
...
Removed unnecessary docker-compose binary check - as this should ONLY be used if no composes are used. Not recommended.
2023-02-02 10:13:46 +01:00
mag37
a4f58c317a
quickfix
...
Fixed that (sometimes) calling old `docker-compose` binary returned error.
Thanks [xoseperez](https://github.com/xoseperez ) for pointing out.
2023-02-02 10:12:05 +01:00
mag37
67fe04cb64
+webui reference
2023-02-01 20:55:20 +01:00
mag37
d8b30b2363
bugsquash+thanks
...
Added info about filenames and sorting.
+ Special thanks to my rubber ducklings.
2023-02-01 19:54:25 +01:00
mag37
22c8d5e423
added sort
...
Alphabetical sorting of the container lists.
2023-02-01 19:41:56 +01:00
mag37
05c7c8f0dd
sort + compose-path
...
Added alphabetical sorting to the lists.
Changed the path accessing the compose-file to be referencing the **actual** compose-file, not just the working dir. That way allowing people to have different naming-schemes for their composes.
2023-02-01 19:39:43 +01:00
mag37
8ff701428b
Added known issue, filename
...
Not working with other filenames than `docker-compose.yml` - fix will be merged soon.
2023-02-01 18:48:01 +01:00
mag37
f740527595
Update README.md
2023-01-31 14:55:00 +01:00
mag37
5d5d7eaffe
Update README.md
2023-01-31 14:52:30 +01:00
mag37
986de413fe
Delete example_run.gif
2023-01-31 10:49:16 +01:00
mag37
c48b94cd7a
Update README.md
2023-01-31 10:48:54 +01:00
mag37
270456c583
new example gif
...
New gif to show the latest release.
2023-01-31 10:48:30 +01:00
mag37
7b18a27834
new example gif
...
New example gif to show the latest release.
2023-01-31 10:46:56 +01:00
mag37
c189f40842
Delete example_run.gif
2023-01-31 10:45:45 +01:00
mag37
7f182cddab
new example
...
Updated example gif to show the latest version.
2023-01-31 10:44:18 +01:00
mag37
9162ad2457
Update dockcheck_docker-run_ver.sh
...
added version number:
### VERSION v.0.1.0
2023-01-30 20:40:00 +01:00
mag37
c635d03dbd
version-comment
...
added:
### VERSION v.0.1.0
2023-01-30 20:39:27 +01:00
mag37
2cd0469540
Merge pull request #5 from mag37/experimental
...
Experimental to Main
2023-01-30 20:30:10 +01:00
mag37
3ab5e0d5f7
formatting
2023-01-30 14:21:57 +01:00
mag37
acb3dabb9b
Change in the docker run -version.
...
`docker run` -version does not update/recreate all containers. Added info to the readme.
2023-01-30 14:20:21 +01:00
mag37
d4d2406a67
wont rebuild, added message.
...
`docker run` dont support using new images just by restarting.
Containers need to be stopped, removed and started again to run on the new image.
Hence wont auto-update all containers, just their images and the user has to manually recreate each container.
2023-01-30 14:11:36 +01:00
mag37
fd7105d208
Added info about selection.
...
Now possible to choose from a numbered list of updates.
Will update gif-example in the future.
2023-01-30 10:37:41 +01:00
mag37
4855a8a3f5
Delete experimental_dockcheck.sh
2023-01-30 10:28:51 +01:00
mag37
2b9f0cc48e
formatting.
2023-01-30 10:25:22 +01:00
mag37
5bd7efafcf
merged with experimental_dockcheck.sh
...
- Added a way to choose from a numbered list what to update.
- Repairing some array-mistakes.
- Cleaned up some formatting and presentation.
- Set so that choosing -y or -n with flags wont give a numbered list.
- Edited options, auto-update through either -y or -a (yes or auto) with same result.
2023-01-30 10:08:13 +01:00
mag37
72c324fd8a
formatting.
...
Made the GotUpdates-list be aware of pre-set update flag (yes/no), not listing with numbers if already decided.
Cleaned up some user prompts.
2023-01-29 18:57:14 +01:00