Ilya Shipitsin
Ilya Shipitsin
link returns 403
@koehn can you have a look please Dockerfile: ``` ARG BASE=latest FROM golang:1-bookworm AS build ARG WALG_RELEASE=master RUN apt-get update && apt-get install -qqy --no-install-recommends --no-install-suggests cmake gnutls-bin liblzo2-dev libsodium23...
similar error in GHA: https://github.com/chipitsine/wal-g-bug-repro/actions/runs/15452756712/job/43498588697
Sirs, can you help me with repro steps ? Provided repro steps (i.e. Dockerfile) lead to some error (see above). may it happen due to caching involved on your side...
telling "there's something wrong" without giving details does not help. anyway, I have Fedora as well, I will try
it works on Fedora 42 ``` ilia@fedora:~$ mkdir ~/wal-g-build ilia@fedora:~$ cd ~/wal-g-build ilia@fedora:~/wal-g-build$ curl -O https://git.koehn.com/docker/postgres-wal-g/raw/branch/master/Dockerfile % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload...
it failed. ok, I have repro steps. stay tuned
> > telling "there's something wrong" without giving details does not help. > > It helps you because it tells you it's most likely something wrong in your local configuration...
https://github.com/wal-g/wal-g/blob/master/Makefile#L50 - this command expects exactly one line on `git tag -l --points-at HEAD` ``` ilia@fedora:~/1/wal-g$ git tag -l --points-at HEAD v3.0.6 v3.0.7 ilia@fedora:~/1/wal-g$ ```
this repo was some kind of incubating. thanks to @weidi for implementing containers. currently, this repo is considered as a "container for 4.x branch" things for 5.x are best to...