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

No new Docker builds for master branch #4156

Closed
AlekSi opened this Issue May 11, 2018 · 4 comments

Comments

Projects
None yet
3 participants
@AlekSi
Copy link
Contributor

AlekSi commented May 11, 2018

Currently, both Docker Hub and quay.io show that latest master image is 14 days old. Latest commit to that branch was 2 days ago.

https://hub.docker.com/r/prom/prometheus/tags/
https://quay.io/repository/prometheus/prometheus?tag=master&tab=tags

Reason for that: https://circleci.com/gh/prometheus/prometheus/6085
Seems to be a side-effect of #4132.

/cc @simonpasquier @SuperQ

@SuperQ

This comment has been minimized.

Copy link
Member

SuperQ commented May 11, 2018

The docker hub master build is failing with this:

Step 3/15 : COPY prometheus /bin/prometheus
 ---> 25b23cd39f2e
Step 4/15 : COPY promtool /bin/promtool
COPY failed: stat /var/lib/docker/tmp/docker-builder143748466/promtool: no such file or directory
Makefile.common:89: recipe for target 'docker' failed
make: *** [docker] Error 1
Exited with code 2
@SuperQ

This comment has been minimized.

Copy link
Member

SuperQ commented May 11, 2018

Confirmed, the promtool fix worked, we now have updated docker images published on both hub.docker.com and quay.io.

@krasi-georgiev

This comment has been minimized.

Copy link
Member

krasi-georgiev commented May 11, 2018

broke it - fix it 😄

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 22, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 22, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.