Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apify
/
actor-runtime
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
4
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Improved runtime compatibility
- #42
#42
Merged
Pijukatel
merged 29 commits into
master
apify/actor-runtime:master
from
claude/quirky-carson-9147px
apify/actor-runtime:claude/quirky-carson-9147px
Copy head branch name to clipboard
Sep 10, 2026
Conversation
Commits
29
(29)
Checks
Files changed
Merged
feat: Improved runtime compatibility
#42
Pijukatel
merged 29 commits into
master
apify/actor-runtime:master
from
claude/quirky-carson-9147px
apify/actor-runtime:claude/quirky-carson-9147px
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2026
Support Podman as the container engine
Show description for bca9e3e
claude
committed
bca9e3e
View commit details
Copy full SHA for bca9e3e
Browse repository at this point
Fall back to host-gateway when the runtime cannot join apify-local
Show description for 8fcdf4e
Pijukatel
and
claude
committed
8fcdf4e
View commit details
Copy full SHA for 8fcdf4e
Browse repository at this point
docs: Record rootless Podman and rootless Docker verification
Show description for 84e8cba
Pijukatel
and
claude
committed
84e8cba
View commit details
Copy full SHA for 84e8cba
Browse repository at this point
docs: Keep README user-facing and requirements outcome-only for engine support
Show description for 283231b
Pijukatel
and
claude
committed
283231b
View commit details
Copy full SHA for 283231b
Browse repository at this point
docs: Mention Podman for the e2e suite in the development section
Show description for 7713d31
Pijukatel
and
claude
committed
7713d31
View commit details
Copy full SHA for 7713d31
Browse repository at this point
Commits on Sep 10, 2026
Merge origin/master (browser view) and run the e2e matrix on Podman too
Show description for 67b0651
Pijukatel
and
claude
committed
67b0651
View commit details
Copy full SHA for 67b0651
Browse repository at this point
Reach the browser-view sidecar on localhost when the runtime is not on apify-local
Show description for 6f6aa37
Pijukatel
and
claude
committed
6f6aa37
View commit details
Copy full SHA for 6f6aa37
Browse repository at this point
Record a build's tag before it turns SUCCEEDED
Show description for 76f394c
Pijukatel
and
claude
committed
76f394c
View commit details
Copy full SHA for 76f394c
Browse repository at this point
docs: Create the data directory before starting the runtime
Show description for edb6522
Pijukatel
and
claude
committed
edb6522
View commit details
Copy full SHA for edb6522
Browse repository at this point
Qualify short FROM image names to Docker Hub before building
Show description for 431dede
claude
committed
431dede
View commit details
Copy full SHA for 431dede
Browse repository at this point
Create the browser-view X11 socket volume without a size cap
Show description for 338d9e0
claude
committed
338d9e0
View commit details
Copy full SHA for 338d9e0
Browse repository at this point
Start the runtime on apify-local and route Actors to it by address when the alias is missing
Show description for 57776d0
claude
committed
57776d0
View commit details
Copy full SHA for 57776d0
Browse repository at this point
Run Actors on the engine's default network when apify-local cannot start containers (Podman 3.4)
Show description for fa6658f
claude
committed
fa6658f
View commit details
Copy full SHA for fa6658f
Browse repository at this point
Pick the default-network route to the API from the runtime's own network view
Show description for a439a2a
claude
committed
a439a2a
View commit details
Copy full SHA for a439a2a
Browse repository at this point
Leave out resource limits the engine cannot apply, and report both start failures
Show description for 16b36d0
claude
committed
16b36d0
View commit details
Copy full SHA for 16b36d0
Browse repository at this point
Podman 3.x: run Actors on the engine's default network from the start
Show description for 36a8248
claude
committed
36a8248
View commit details
Copy full SHA for 36a8248
Browse repository at this point
Name the runtime's own images localhost/... so Podman 3.x finds them by name
Show description for 3fd51fc
claude
committed
3fd51fc
View commit details
Copy full SHA for 3fd51fc
Browse repository at this point
Import the sidecar image with its tag in the repo name; add a Podman 3.4 e2e leg
Show description for f49771b
claude
committed
f49771b
View commit details
Copy full SHA for f49771b
Browse repository at this point
Give a dev-folder run's node_modules volume a name (Podman 3.x rejects an anonymous one)
Show description for 7c720cd
claude
committed
7c720cd
View commit details
Copy full SHA for 7c720cd
Browse repository at this point
Back the browser-view socket volume with a plain volume, not tmpfs
Show description for 4c265cc
claude
committed
4c265cc
View commit details
Copy full SHA for 4c265cc
Browse repository at this point
Keep an image entrypoint the dev-folder mount would hide available to the run
Show description for 2b5aec9
claude
committed
2b5aec9
View commit details
Copy full SHA for 2b5aec9
Browse repository at this point
e2e: read the hidden-entrypoint run's log from the API, not the CLI stream
Show description for abddd05
claude
committed
abddd05
View commit details
Copy full SHA for abddd05
Browse repository at this point
Restate the image's Cmd when a dev-folder run starts through a preserved entrypoint
Show description for 5d289d3
claude
committed
5d289d3
View commit details
Copy full SHA for 5d289d3
Browse repository at this point
e2e: crawl the runtime's own console in the browser-view tests
Show description for 46cc7b5
claude
committed
46cc7b5
View commit details
Copy full SHA for 46cc7b5
Browse repository at this point
Revert "e2e: crawl the runtime's own console in the browser-view tests"
Show description for ba83daf
claude
committed
ba83daf
View commit details
Copy full SHA for ba83daf
Browse repository at this point
e2e: retry the browser-view tests once
Show description for c59680e
claude
committed
c59680e
View commit details
Copy full SHA for c59680e
Browse repository at this point
Remove the superseded run-time network fallback and stale comments
Show description for 7966c75
claude
committed
7966c75
View commit details
Copy full SHA for 7966c75
Browse repository at this point
requirements: state engine-neutral behaviour, not how it is achieved
Show description for e4e6bf4
claude
committed
e4e6bf4
View commit details
Copy full SHA for e4e6bf4
Browse repository at this point
e2e: push the browser-view sample once per suite so a retried case can run
Show description for 8998e59
claude
committed
8998e59
View commit details
Copy full SHA for 8998e59
Browse repository at this point
You can’t perform that action at this time.