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

Fix bug in Docker image build flow allowing for out-of-date base image #163

Merged
merged 2 commits into from
May 21, 2018

Conversation

edaniszewski
Copy link
Contributor

The release.dockerfile image was based on vaporio/synse-server:slim. The slim tag wasn't managed great in the build flow, and it also exists in DockerHub, so if it didn't get built locally with the latest version, it would reach out to DockerHub and pull the stale version.

This PR changes the base image tag to one that is explicitly not in DockerHub and adds in some checking/handling around it.

The micro version is also bumped so we can create a new release and get correctly versioned images into DockerHub.

@codecov
Copy link

codecov bot commented May 21, 2018

Codecov Report

Merging #163 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   89.82%   89.82%           
=======================================
  Files          41       41           
  Lines        1111     1111           
=======================================
  Hits          998      998           
  Misses        113      113
Impacted Files Coverage Δ
synse/__init__.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfa6da4...afb83d9. Read the comment docs.

@edaniszewski edaniszewski merged commit 2b6da14 into master May 21, 2018
@edaniszewski edaniszewski deleted the dockerfile-fix branch May 21, 2018 14:59
edaniszewski pushed a commit to edaniszewski/synse-server that referenced this pull request Dec 9, 2021
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 this pull request may close these issues.

1 participant