• Joined on 2024年03月09日
stevapple opened issue woodpecker-plugins/docker-buildx#211 2025年01月02日 11:26:45 +01:00
Cannot use use secrets from env_file
stevapple opened issue woodpecker-plugins/docker-buildx#168 2024年06月25日 12:35:53 +02:00
How is the plugin handling unsupported scenarios with auto_tag?
stevapple commented on pull request woodpecker-plugins/docker-buildx#165 2024年06月24日 02:40:45 +02:00
Pass Daemon.Mirror to Docker daemon

Can confirm that #162 is fixed in the PR image

stevapple pushed to stevapple-patch-2 at stevapple/docker-buildx 2024年06月23日 17:17:29 +02:00
dc5835664e Merge branch 'main' into stevapple-patch-2
18bff6ad98 Respect repository mirrors without login credentials (#164)
Compare 2 commits »
stevapple pushed to stevapple-patch-2 at stevapple/docker-buildx 2024年06月23日 09:44:30 +02:00
3deb25392b Merge branch 'main' into stevapple-patch-2
b1b5e0eda8 fix issue template links
b0097ac969 fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2
dc5698cb00 chore(deps): update docker/buildx-bin docker tag to v0.15.0
Compare 4 commits »
stevapple commented on pull request woodpecker-plugins/docker-buildx#164 2024年06月23日 09:43:49 +02:00
Respect repository mirrors without login credentials

I've tested around the PR image and can confirm that #163 is resolved. Is it ready for merge?

stevapple pushed to stevapple-patch-1 at stevapple/docker-buildx 2024年06月23日 09:43:06 +02:00
dcacef05e7 Merge branch 'main' into stevapple-patch-1
b1b5e0eda8 fix issue template links
b0097ac969 fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2
dc5698cb00 chore(deps): update docker/buildx-bin docker tag to v0.15.0
Compare 4 commits »
stevapple created pull request woodpecker-plugins/docker-buildx#165 2024年06月13日 12:19:31 +02:00
Pass Daemon.Mirror to Docker daemon
stevapple pushed to stevapple-patch-2 at stevapple/docker-buildx 2024年06月13日 12:09:32 +02:00
f4aabaaa46 Pass Daemon.Mirror to Docker daemon
stevapple created branch stevapple-patch-2 in stevapple/docker-buildx 2024年06月13日 12:09:32 +02:00
stevapple pushed to stevapple-patch-1 at stevapple/docker-buildx 2024年06月13日 09:50:36 +02:00
7d368c7ff6 Unblock mirror-only logins
stevapple commented on pull request woodpecker-plugins/docker-buildx#164 2024年06月13日 09:12:02 +02:00
Respect repository mirrors without login credentials

I feel like the beside the default login all other logins need to set a username and password check might be wrong since it prohibit mirror settings on a public registry. Maybe we should...

stevapple pushed to stevapple-patch-1 at stevapple/docker-buildx 2024年06月13日 09:11:30 +02:00
9901544397 Unblock mirror-only logins
stevapple commented on pull request woodpecker-plugins/docker-buildx#164 2024年06月13日 09:08:26 +02:00
Respect repository mirrors without login credentials

I feel like the beside the default login all other logins need to set a username and password check might be wrong since it prohibit mirror settings on a public registry. Maybe we should change...

stevapple created pull request woodpecker-plugins/docker-buildx#164 2024年06月13日 09:06:46 +02:00
Properly propagate settings.Daemon.Mirror
stevapple pushed to stevapple-patch-1 at stevapple/docker-buildx 2024年06月13日 09:06:06 +02:00
aee6e8c868 Properly propagate settings.Daemon.Mirror
stevapple created branch stevapple-patch-1 in stevapple/docker-buildx 2024年06月13日 09:06:06 +02:00
stevapple created repository stevapple/docker-buildx 2024年06月13日 09:01:32 +02:00
stevapple opened issue woodpecker-plugins/docker-buildx#163 2024年06月13日 09:00:51 +02:00
Daemon mirror not respected with custom logins and without username/password