mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1894
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1351
Author: @alex-savchuk
Created: 9/16/2022
Status: ✅ Merged
Merged: 10/6/2022
Merged by: @mergify[bot]
Base:
master← Head:support-docker-create-args📝 Commits (7)
95dc69ffix: support docker create arguments from container.options (#1022)6711e94fix processing of errors, add verbose logging, fix test9625c78disable linter for code copied from docker/clifcd5a96fix all linter issues5d8ab29Add license infoc7870ddAdd opts_test.go from docker/cli and required testdata0ea145dMerge branch 'master' into support-docker-create-args📊 Changes
20 files changed (+2353 additions, -44 deletions)
View changed files
📝
.mega-linter.yml(+1 -1)📝
IMAGES.md(+4 -4)📝
README.md(+4 -4)📝
go.mod(+11 -3)📝
go.sum(+7 -1)📝
pkg/common/git/git.go(+2 -1)➕
pkg/container/DOCKER_LICENSE(+191 -0)➕
pkg/container/docker_cli.go(+1083 -0)➕
pkg/container/docker_cli_test.go(+982 -0)📝
pkg/container/docker_run.go(+47 -5)📝
pkg/container/file_collector.go(+1 -1)➕
pkg/container/testdata/utf16.env(+0 -0)➕
pkg/container/testdata/utf16be.env(+0 -0)➕
pkg/container/testdata/utf8.env(+3 -0)➕
pkg/container/testdata/valid.env(+1 -0)➕
pkg/container/testdata/valid.label(+1 -0)📝
pkg/exprparser/interpreter.go(+1 -1)📝
pkg/model/planner.go(+2 -1)📝
pkg/runner/run_context.go(+3 -19)📝
pkg/runner/testdata/container-hostname/push.yml(+9 -3)📄 Description
Important note: parsing of CLI options of docker is fetched from docker/cli sources explicitly - see docker_cli.go.
Please confirm it's acceptable.
Fixes https://github.com/nektos/act/issues/711
Fixes https://github.com/nektos/act/issues/1022
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
archives.replacementsingoreleaser.yaml#2179