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

leveraging binary repo to store build artifacts #26

Merged
merged 1 commit into from
Nov 26, 2020

Conversation

prince-chrismc
Copy link
Owner

@prince-chrismc prince-chrismc commented Nov 20, 2020

Signed up for the free tier of JFrog Platforms to take advantage of a full SaaS Artifactory.

This solve a few key issues

  • access to docker images
    • previously GitHub docker repository had very limited access and required custom API tokens to be created.
    • In the future the access to artifactory can be made public greatly simplifying the deployment
  • tracking build artifacts:
    • previously they were only store in pipelines and inaccessible after the workflow completed nor from other pipelines. artifacts were created multiple times which restricted the reproducibility
    • current solution is to use a unified versioning tag to associated all the artifacts. there are still limitations but its a start

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #26 (e356dc5) into master (be4fba9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   74.35%   74.35%           
=======================================
  Files          15       15           
  Lines         117      117           
=======================================
  Hits           87       87           
  Misses         30       30           

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 be4fba9...76589a9. Read the comment docs.

@prince-chrismc prince-chrismc changed the title Devops jfrog leveraging binary repo to store build artifacts Nov 26, 2020
@prince-chrismc prince-chrismc merged commit e501080 into master Nov 26, 2020
@prince-chrismc prince-chrismc deleted the devops-jfrog branch November 26, 2020 02:04
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.

None yet

1 participant