Skip to content

Any way to introspect the docker image? #2381

Discussion options

You must be logged in to vote

What user should we be using to carry out our Dockerfile extensions

If you want to use PostgREST in a "full" docker image, you can do the following:

# derive from any base image you want
FROM alpine:latest

# copy PostgREST over
COPY --from=postgrest/postgrest:v9.0.1.20220717 /bin/postgrest /bin

# add your other stuff

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wolfgangwalther
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by philippefutureboy
Comment options

You must be logged in to vote
1 reply
@ngmiduc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants