Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add development docker image #1558

Closed
aaahrens opened this issue Sep 10, 2019 · 1 comment · Fixed by #1566
Closed

Add development docker image #1558

aaahrens opened this issue Sep 10, 2019 · 1 comment · Fixed by #1566

Comments

@aaahrens
Copy link

Is your feature request related to a problem? Please describe.

Right now the only image is multi staged into scratch, which means that it is unusable from a CI perspective, because both drone and gitlab use /bin/sh to run processes and grep outputs.

Describe the solution you'd like

Add a development docker image tag. ory/hydra-alpine:v1.0. Or something similar. /shrug

Describe alternatives you've considered

Right now we have to build our custom images that replicate on hydra's dockerhub. This just removed a step and guarentees that the images are mirrored right.

@aeneasr
Copy link
Member

aeneasr commented Sep 14, 2019

Ok, those are valid reasons and we'll add a vX.Y.Z-alpine image for these use cases to Docker Hub

aeneasr added a commit that referenced this issue Sep 18, 2019
aeneasr added a commit that referenced this issue Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants