You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this change, the test-smoke script required the p2 binary to
augment the Dockerfile under docker-postgres-replication. I do not have
that binary on my system, nor was I able to find an installer for it.
The closest tool I found was p2cli, but even that did not work as
expected.
This change removes the Dockerfile.p2 file in favour of using Docker's
builtin build args mechanism to augment the docker build.
Signed-off-by: Corin Lawson <[email protected]>
0 commit comments