Prima Adi Pradana

Results 12 comments of Prima Adi Pradana

@RaviHari is there any update on this. been in this issue because pre-hook failed and its locked to always sync state

@snoop2048 Regarding High Availability (HA), pgpool appears to function similarly to other PostgreSQL balancers such as pgbouncer. It's recommended to deploy a standalone pgpool for managing multiple databases. Clients can...

already create PR . . . looking for review

@ricardorqr what is the base image you use and is it also building arm64 and @cvaliente do you already try custom platform flag https://github.com/GoogleContainerTools/kaniko?tab=readme-ov-file#flag---custom-platform

Hi @yossicohn could you provide whats is the error or the behavior in your case? is it file not found, is it error or something else?

tested master branch with `COPY ./* ./` its copy all files. but dunno with `COPY ./ ./` is the docker behavior will copy all files? cc : @JeromeJu

@yossicohn will check it

Hi @yossicohn just try and test using latest 1.23 and its work fine ``` INFO[0004] Initializing snapshotter ... INFO[0004] Taking snapshot of full filesystem... INFO[0004] Cmd: /bin/sh INFO[0004] Args: [-c...

when doing copy and snapshooting we called `config.KanikoDir` which read from envar default from package `config` and we are not passing opts.KanikoDir to executeCommand so kaniko options is actually not...