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"]
|
||||
4
Jenkinsfile
vendored
Normal file
4
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
buildContainerImage2(
|
||||
archlist: ['amd64', 'arm64'],
|
||||
project: 'infra',
|
||||
)
|
||||
Reference in New Issue
Block a user