Marko Korhonen

Results 22 issues of Marko Korhonen

Yday somewhere 8 PM EET downloading the action started to fail. It's still failing with following output: ``` Build container for action use: '/home/runner/actions-runner/_work/_actions/appleboy/ssh-action/v1.0.3/Dockerfile'. /usr/bin/docker build -t f34484:4715fd[2](https://github.com/MYORG/MYREPO/actions/runs/8364657738/job/22900546076#step:2:2)c5f504aed86bd6e0172b86f68 -f "/home/runner/actions-runner/_work/_actions/appleboy/ssh-action/v1.0.3/Dockerfile"...

## Expected Behavior Matching Envplate release with `uname -m` does not work in Dockerfile for M1 (arm), please see: ``` curl -LJ --silent https://github.com/kreuzwerker/envplate/releases/download/v1.0.3/envplate_1.0.3_Linux_$(uname -m).tar.gz -o envplate_aarch64.tar.gz ``` I use...

E.g. have `https://test.docker.so` to route to host running JS app: `http://host.docker.internal:3000`.

enhancement

See this for reference: https://www.karltarvas.com/2020/09/11/macos-run-script-on-startup.html

E.g. if I make requests to my local container (Traefik + mkcert generated certs) with Httpie. Note that these certs work when accessing the site with Chrome or Firefox. I...

wontfix

- Install with `composer.json` - Use https://github.com/el7cosmos/drupal-runtime - `FRANKENPHP_CONFIG` in `docker-compose.yml` - Updated README.md Drupal responds with `FRANKENPHP_CONFIG` commented out, otherwise not. When checking https://localhost headers it seems to responds...

I have target like: ``` target "fpm-73" { ... tags = ["repo/php:7.3-fpm", "repo/php:7.3-fpm-latest"] } ``` I'm getting Minor version outside of `docker-bake.hcl`, e.g. `7.3.27` so I'd like to append a...

kind/enhancement
area/bake

I have following which will apply fine: ```tf resource "upcloud_managed_object_storage_policy" "default" { name = "mybucket-write-only-policy" description = "Policy to allow write-only access to the bucket mybucket" document = urlencode("{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"s3:PutObject\"],\"Resource\":\"arn:aws:s3:::mybucket/*\",\"Effect\":\"Allow\",\"Sid\":\"ObjectOperations\"}]}") service_uuid...

bug

### Mautic Version 5.0.x series ### PHP version 8.1.27 ### What browsers are you seeing the problem on? Not relevant ### What happened? On installer (or installing via bin/console) I...

bug
dependencies
hacktoberfest

When user logs in first time, user gets proviosioned and persisted on the database just fine. But then I logout and login again and this exception comes: ``` An exception...