| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The podman-compose repository has no stable branch anymore and
release 1.0.6 is located on main now.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Similar to OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70,
we no longer need PYTHON_PN for any abstraction of python2 vs python3.
Our similar / dup recipes are now causing signature differences, so
we go ahead and make the substitution, even if it isn't stricly
required.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Commit 1fc1b193 (podman-compse: update to v1.0.6) states an update to v1.0.6
but does not change the SRCREV. Fix this by using the correct SRCREV of v1.0.6.
Fixes: 1fc1b193 (podman-compse: update to v1.0.6)
Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
Bumping podman-compose to version v1.0.6, which comprises the following commits:
f6dbce3 version 1.0.6
dfb64d8 fix pylint
990f774 fix pylint
5e518c7 #648: check if sed exists to color logs
9046f7e #634: follow up
ef55067 add support for network priorities
ed2a6c0 Support network_mode: none
b4c0792 Add --remove-orphans on down command
e84451f Allow environment parameters without value
456370b Support build secrets
efe3714 Add support for the `group_add` property of a service.
c55a2f4 Fixes #657: Support act and developer-friendly environment
b8a7593 #154: timeout
bd29ddb #154: no -t for start
38219eb FIXES #154: handle stop_grace_period
08ffcf6 updating test_podman_compose_extends_w_file_subdir to use the correct image name
801faea Bump actions/setup-python from 2 to 4
06da966 Bump actions/checkout from 2 to 3
de3f607 Check for github actions updates weekly
db1861d pull: accept service names as positional arguments
9d5b255 Use top-level name property as project name if user doesn't set one explicitly
2d05c5c FIXES #534: add systemd unit label
3c46016 FIXES #534: add systemd unit label
5b9cfe5 implement services.*.build.tags
8d1a4d7 Implemented basic Bash shell completion
859f03c Add healthcheck.disable support
ae6be27 reformat
ccdb98c implement podman kill command
909d05e reformat
0cf98c7 reimplement the of pause and unpause commands
843b876 fix typo
1188463 fix Typo podman-composer in version command
10580db Add pause,unpause commands support
f7d335d #516: allow empty network
4a73ae8 FIXES #511: ipv6
f674ab8 #512: only use --net when bridge
265e0ca #512: only use --net when bridge
92662f3 FIXES #511: ipv6
42c0078 mac_address with dash
da5ee72 reformat
06fc071 reformat
9eda56c FIXES #507: respecte mac_address
13c8981 Fix help message for systemd subcommand
ee7029f reformat
75033a4 add python demo example
c175fd1 reformat
d479001 reference awesome-compose
a2defdd example wordpress
c55cd67 #307: default to /etc/
eed38ce Fixed accidental deletion of project functionality.
86ffad8 Added port subcommand.
118d39b Fix linter errors
814bd2a Support driver_opts for networks
606b9d9 Simplify var assignment
0057a4b Fix default external name in dict case
8ecb749 Update external volume name management
d983056 Update external volume name management
ed302ca Fix external volume name when no name provided
0b5c844 Add runtime error if no external volume exists
9c29c89 FIXES #486: replace realpath with abspath
89d2062 Fixed some spelling and grammar issues
f42b568 Correct the help text for --pod-args
a1d3ba4 Lint fixes for --services flag handling in config
6be661f Support platform property
fc3598f Allow --services in config
fbff315 FIXES #464: accept -v in run
fc34703 format
c7ada82 format
5e286f6 format
3dd8b05 format
3ecb4b5 FIXES #462: fix extends merge
d05cad4 FIXES #462: fix extends merge
ebb3dfe #452: better missing network message
7b99b38 nethost test
4ef8afc hit counter with redis cluster example
a1aed09 GCR hello app
2cacf9c add echo example
4064c84 add azure vote example
0dde95a update gitignore
1be41b4 do not merge command array
105c27c example nodejs project
f820594 use exec for wait
8a72321 FIXES #409: detect changes and recreate
5293919 FIXES #409: detect changes and recreate
48a19f1 print more help with systemd
a9faabb print more help with systemd
3fb2b98 print more help with systemd
b35b7e4 add systemd -a list
1a72e1e add systemd -a list
b620311 FIXES #449: accept int port
bf8004b systemd unit file
cadf046 fix pylint
8d8149c fix pylint
3dd9817 fix pylint
0b469e0 format
9e3020a FIXES #307: systemd command
fc9ed19 wait command
2d6bb52 FIXES #442: allow --no-pod or custom --pod-args
7942a09 FIXES #442: allow --no-pod or custom --pod-args
701311a FIXES #447: support --env-file
d704915 FIXES #447: support --env-file
3b7bf81 remove unused test
a735aa5 Fix inverted condition in merging arguments
b785095 Fix linter issues
7623180 Force black formatting
af10345 FIXES #440: absolute secret
2d1bcdd update readme
4f02567 add unit tests
0645212 add badge
b7c5609 pylint
4450835 pylint
5c33e4e pylint
cbd6f6b pylint cleanups
de1e59d fix some pylint
2f0ca9e add pytest ci
59c9a69 add pylint
b7eac1e pylint
0d47e47 activate test
c2d7b26 #434: handle unknown service
1e895c0 calc proper hash
132a22b #130: handle nested extend and normalize build context
0bde01d remove unused imports
91a579b Adding Test that the changes can build Image from build context of extended compose-file
56b8863 Fixing subdirectory from extends where extended service will build a Service from Dockerfile in an own subdirectory
5c3ec5f FIXES #431: support dns
779198b #379: no infra container
40cb6a7 log version
4fd9d86 #379: nothing shared in the pod to allow hostname
2a2c3a0 Fix timeout value data type
80e8527 #379: create a pod
d6e21dc FIXES #425: pass --requires
b9b2f83 FIXES #415: allow network_mode=slirp4netns
9af65ea adjust comment
3e6e268 test for logs
af6a306 fix syntax error without a new line
68f745f referenced unmerged pr #192 to bring colors into container logging
90dcfdb FIXES #420: document -t
ed8635a FIXES #422: Remove debug print
1d972ef Propagate all bind-type mount options
536925c FIXES #413: parse network_mode: container:container_name correctly
09c6cbe FIXES #408: preserve exit code
154a512 FIXES #386: make sure volumes are present in top level
523d215 #407: allow network_mode=service:mysrv
25494b5 Update README.md
19662c0 Fix healthcheck test type on replicas
4943e52 #395: make podman respect PODMAN_* in .env
4aa08cd FIXES #399: pass specific ip
15e0ab9 FIXES #397: support host network mode
f66861f #249: read COMPOSE_PROJECT_NAME env
af53b65 Simplify volume identification
890c584 Update README.md
0bd493f Allow empty default/error value in substitution
481c6d0 #394: config: multiple yaml
31df70b updated per maintainer review
df40051 removes version from CONTRIBUTING
21a716c added log back in
f00ac92 added config command
0433410 added args for version
0f9fe2b FiXES #393: missing arg when build as part of run
a1be5ce add fallback to get
56a4988 Add support for volume driver and options
377b552 Fix substitution for empty variables
c50599c FIXES #388: do not force build in run
4557279 #88: multiple aliases
7ad3775 FIXES #380: output to stderr
30051c2 Update README.md. Add link to podman dns plugin source
9e8e25c #378: down -v
2c60516 fix hostname in test
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|