Initial commit
All checks were successful
ContainerImages/pgbouncer/pipeline/head This commit looks good
All checks were successful
ContainerImages/pgbouncer/pipeline/head This commit looks good
This commit is contained in:
6
Containerfile
Normal file
6
Containerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM docker.io/library/alpine
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache \
|
||||
apk add pgbouncer
|
||||
|
||||
ENTRYPOINT ["pgbouncer"]
|
||||
Reference in New Issue
Block a user