Lewis Roy
22b10abbf3
[DOCS] Fix reference to containers.conf
...
Signed-off-by: Lewis Roy <lewisdenny@me.com >
2026-02-04 19:43:26 +10:00
Matt Heon
fad519747e
Merge pull request #27984 from timcoding1988/chore/cherry-pick-bot-github-action
...
cherry pick bot github action
2026-02-03 14:15:51 -05:00
Paul Holzinger
ff7406b733
Merge pull request #27927 from kairosci/fix/27823-host-gateway-localhost
...
fix: use localhost for host.containers.internal in host network mode
2026-02-03 20:08:43 +01:00
Brent Baude
8406c0a92b
Merge pull request #28006 from SanjayReddy91/fix-27942
...
fix: prevent race condition during database initialization by using INSERT OR IGNORE.
2026-02-03 12:35:15 -06:00
SanjayReddy91
82e04e8d7f
fix: prevent race condition during database initialization by using INSERT OR IGNORE.
...
Signed-off-by: SanjayReddy91 <gamerzdamnyt1234@gmail.com >
test: add test to check if SQLite DB config change will mitigate race condition when multiple podman process start at once.
Signed-off-by: SanjayReddy91 <gamerzdamnyt1234@gmail.com >
test: Check to ensure only one row was created in DBConfig table.
Signed-off-by: SanjayReddy91 <gamerzdamnyt1234@gmail.com >
test: Changed no of processes started at once to 20.
Signed-off-by: SanjayReddy91 <gamerzdamnyt1234@gmail.com >
test: rc reset to 0 to not affect second part of the test, db path is no longer hardcoded in test case.
Signed-off-by: SanjayReddy91 <gamerzdamnyt1234@gmail.com >
test: Reverted test case.
Signed-off-by: SanjayReddy91 <gamerzdamnyt1234@gmail.com >
lint: removed trailing whitespaces.
Signed-off-by: SanjayReddy91 <gamerzdamnyt1234@gmail.com >
2026-02-03 22:47:09 +05:30
Alessio Attilio
fae93fe483
fix: use localhost for host.containers.internal in host network mode
...
Signed-off-by: Alessio Attilio <attilio.alessio@protonmail.com >
2026-02-03 18:00:51 +01:00
Tim Zhou
e1dfd455e7
cherry pick bot github action
...
Signed-off-by: Tim Zhou <tizhou@redhat.com >
2026-02-03 09:29:37 -05:00
Paul Holzinger
8fbda3fbef
Merge pull request #27999 from baude/applytransports
...
add bootc transports to os-apply
2026-02-03 14:53:18 +01:00
Mayowa Fajobi
1bfd4cb95b
Fix healthcheck argument with spaces split in Docker API ( #27818 )
...
Fixes: #26519
Signed-off-by: MayorFaj <mayorfaj@gmail.com >
2026-02-03 12:49:28 +01:00
Paul Holzinger
cadc74b796
Merge pull request #27995 from chkpnt/proxyenv
...
Write DefaultEnvironment proxy values to /etc/systemd/user.conf.d/default-env.conf
2026-02-03 12:48:21 +01:00
Mario Loriedo
6e053689d5
Merge pull request #27795 from MayorFaj/fix-env-envfrom-precedence-27287
...
fix: ensure environment variable precedence between env and envFrom
2026-02-03 11:31:59 +01:00
Brent Baude
40b2a585f9
Autocomplete machine fixes
...
Fixups for autocomplete for machine commands. This was authored by Paul
Holzinger.
Thank you very much!
Signed-off-by: Brent Baude <bbaude@redhat.com >
2026-02-02 15:19:37 -06:00
Brent Baude
98788a6b5e
Merge pull request #28011 from alexey-tikhonov/update-rootless-tutorial
...
rootless_tutorial: mention LDAP support for subid ranges
2026-02-02 15:04:27 -06:00
Alexey Tikhonov
1a5822dc91
rootless_tutorial: mention LDAP support for subid ranges
...
Signed-off-by: Alexey Tikhonov <atikhono@redhat.com >
2026-02-02 18:14:43 +01:00
Brent Baude
f4138d3599
add bootc transports to os-apply
...
now that we use `bootc switch` for changing out-of-band updates, we can
consider also using some of their supported transports.
* containers-storage
* oci
* oci-archive
* registry
RUN-3963
Signed-off-by: Brent Baude <bbaude@redhat.com >
2026-02-02 09:07:08 -06:00
Gregor Dschung
644bf2e04a
Fix interfering escaping of commas and spaces in no_proxy variable
...
Signed-off-by: Gregor Dschung <gregor@chkpnt.de >
2026-02-02 15:49:25 +01:00
Gregor Dschung
a6167bdecc
Write DefaultEnvironment proxy values to /etc/systemd/user.conf.d/default-env.conf
...
Otherwise, the proxy values aren't passed to rootless podman.
Signed-off-by: Gregor Dschung <gregor@chkpnt.de >
2026-02-02 15:49:05 +01:00
Gregor Dschung
e545f9ca61
Fix test proxyenv/env_test.go for systems that use proxy variables
...
Signed-off-by: Gregor Dschung <gregor@chkpnt.de >
2026-02-02 15:42:00 +01:00
Paul Holzinger
2467b71c4a
Merge pull request #28005 from ninja-quokka/update_lewis_maintainer
...
Update Lewis' affiliation
2026-02-02 14:22:14 +01:00
Lewis Denny
9e530ca938
Update Lewis' affiliation
...
Signed-off-by: Lewis Roy <lewisdenny@me.com >
2026-02-02 19:12:19 +10:00
Brent Baude
432687d1fc
Merge pull request #27996 from Luap99/conmon-buffer
...
remove dep on github.com/containers/conmon
2026-01-30 15:01:38 -06:00
Paul Holzinger
b8a758c859
Merge pull request #27990 from mheon/update_rootless_md
...
Do an update pass on rootless.md to bring it up to date
2026-01-30 17:30:11 +01:00
Paul Holzinger
36f8e3d4ac
Merge pull request #27965 from afbjorklund/validatepr-cachevolumes
...
Add cache volumes for validatepr builds
2026-01-30 14:49:30 +01:00
Paul Holzinger
19aba793c0
remove dep on github.com/containers/conmon
...
We use only for a single const so inline that and use a better variable
name.
The main reason is the latest version of conmon removed that go code so
the update of it will be broken.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2026-01-30 12:51:50 +01:00
Matt Heon
7778b427eb
Do an update pass on rootless.md to bring it up to date
...
Signed-off-by: Matt Heon <matthew.heon@pm.me >
2026-01-29 15:01:56 -05:00
Anders F Björklund
5f19b25aaf
Add cache volumes for validatepr builds
...
This speeds up the build a lot (10x), the second time.
Also add --init, so that it is possible to cancel it.
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com >
2026-01-29 19:55:20 +01:00
Paul Holzinger
d1ebf848a8
Merge pull request #27985 from containers/renovate/major-github-artifact-actions
...
[skip-ci] Update GitHub Artifact Actions (major)
2026-01-29 18:32:03 +01:00
renovate[bot]
07ab42eed5
[skip-ci] Update GitHub Artifact Actions
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-29 14:05:32 +00:00
Paul Holzinger
dee7350235
Merge pull request #27978 from containers/renovate/google.golang.org-grpc-1.x
...
fix(deps): update module google.golang.org/grpc to v1.78.0
2026-01-29 15:04:29 +01:00
renovate[bot]
1bff1ad004
fix(deps): update module google.golang.org/grpc to v1.78.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-28 20:49:14 +00:00
Matt Heon
a5e55f5129
Merge pull request #27975 from containers/renovate/golang.org-x-net-0.x
...
fix(deps): update module golang.org/x/net to v0.49.0
2026-01-28 15:46:59 -05:00
Brent Baude
3d4f25e6d3
Merge pull request #27936 from inknos/get-exists-quadlet-api
...
Add GET /quadlets/{name}/exists
2026-01-28 10:58:46 -06:00
Brent Baude
5f7ebe60ea
Merge pull request #27973 from cuiweixie/typo
...
typo: resouceNames to resourceNames
2026-01-28 10:37:08 -06:00
renovate[bot]
d9b42515da
fix(deps): update module golang.org/x/net to v0.49.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-28 16:31:38 +00:00
Paul Holzinger
7aa42c81b1
Merge pull request #27974 from containers/renovate/github.com-coreos-go-systemd-v22-22.x
...
fix(deps): update module github.com/coreos/go-systemd/v22 to v22.7.0
2026-01-28 17:29:47 +01:00
Brent Baude
b60d234da4
Merge pull request #27827 from lsm5/podman6-no-cni
...
Podman6: Remove CNI
2026-01-28 10:20:56 -06:00
renovate[bot]
3be0eb8b40
fix(deps): update module github.com/coreos/go-systemd/v22 to v22.7.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-28 14:50:23 +00:00
Paul Holzinger
963d025612
Merge pull request #27972 from containers/renovate/setuptools-80.x
...
chore(deps): update dependency setuptools to ~=80.10.2
2026-01-28 15:48:18 +01:00
Weixie Cui
27d0f5fff6
typo: resouceNames to resourceNames
...
Signed-off-by: Weixie Cui <cuiweixie@gmail.com >
2026-01-28 20:31:13 +08:00
Paul Holzinger
a983a8610a
Merge pull request #27968 from chawyehsu/patch-1
...
chore(machine): remove unused EvalSymlinksOrClean function and tests
2026-01-28 13:12:30 +01:00
renovate[bot]
568f9645c5
chore(deps): update dependency setuptools to ~=80.10.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-28 11:40:39 +00:00
Paul Holzinger
81d09fc6b5
Merge pull request #27969 from containers/renovate/zizmorcore-zizmor-action-0.x
...
[skip-ci] Update zizmorcore/zizmor-action action to v0.4.1
2026-01-28 12:39:39 +01:00
renovate[bot]
0c04f53374
[skip-ci] Update zizmorcore/zizmor-action action to v0.4.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 22:32:18 +00:00
Brent Baude
fe00b4c857
Merge pull request #27966 from containers/renovate/github.com-rootless-containers-rootlesskit-v2-2.x
...
fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v2.3.6
2026-01-27 16:31:10 -06:00
Chawye Hsu
ce568f75dc
chore(machine): remove unused EvalSymlinksOrClean function and tests
...
Related to https://github.com/containers/container-libs/pull/612
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com >
2026-01-28 02:42:45 +08:00
renovate[bot]
36d4c7c696
fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v2.3.6
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 16:16:07 +00:00
Paul Holzinger
b54a783165
Merge pull request #27963 from containers/renovate/actions-checkout-6.x
...
[skip-ci] Update actions/checkout action to v6.0.2
2026-01-27 17:13:51 +01:00
Nicola Sella
eb0c4716d3
Add GET /quadlets/{name}/exists
...
Fixes: https://issues.redhat.com/browse/RUN-4068
Signed-off-by: Nicola Sella <nsella@redhat.com >
2026-01-27 16:10:56 +01:00
Paul Holzinger
a6a6ac72c4
Merge pull request #27962 from l0rd/fix-multi-line-in-ps1
...
Fix PowerShell `Write-Error` multi-line argument
2026-01-27 16:05:30 +01:00
renovate[bot]
7331ccbc16
[skip-ci] Update actions/checkout action to v6.0.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 14:52:22 +00:00