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

trying to build 9.4 I get : Version '9.4.4-1.pgdg80+1' for 'postgresql-9.4' was not found #96

Closed
danwyryunq opened this issue Oct 8, 2015 · 1 comment

Comments

@danwyryunq
Copy link

when I run docker-compose build it breaks with this error message:

E: Version '9.4.4-1.pgdg80+1' for 'postgresql-9.4' was not found
E: Version '9.4.4-1.pgdg80+1' for 'postgresql-contrib-9.4' was not found
Service 'pg' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y postgresql-common && sed -ri 's/#(create_main_cluster) .$/\1 = false/' /etc/postgresql-common/createcluster.conf && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION postgresql-contrib-$PG_MAJOR=$PG_VERSION && rm -rf /var/lib/apt/lists/' returned a non-zero code: 100

y remove the =$PG_VERSION part from the script in my personal repo and worked ok, but still, this seems to be an issue to report. Not sure if this is the right place to post.

@tianon
Copy link
Member

tianon commented Oct 8, 2015

Man, you posted at almost the exact same time as #95 (which this is a dupe of). 👍

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

No branches or pull requests

2 participants