-
Notifications
You must be signed in to change notification settings - Fork 27
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
🏗️Maintenance: remove all cache docker images #2353
🏗️Maintenance: remove all cache docker images #2353
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2353 +/- ##
========================================
+ Coverage 68.2% 74.4% +6.1%
========================================
Files 508 508
Lines 19793 19793
Branches 1946 1946
========================================
+ Hits 13510 14737 +1227
+ Misses 5855 4544 -1311
- Partials 428 512 +84
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -14,8 +14,9 @@ services: | |||
dockerfile: services/api-server/Dockerfile | |||
cache_from: | |||
- local/api-server:${BUILD_TARGET:?build_target_required} | |||
- ${DOCKER_REGISTRY:-itisfoundation}/api-server:cache | |||
- ${DOCKER_REGISTRY:-itisfoundation}/api-server:${DOCKER_IMAGE_TAG:-latest} | |||
- ${DOCKER_REGISTRY:-itisfoundation}/api-server:master-github-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice still caching from latest build.
Some proposals for next iterations on the static-webserver:
|
What do these changes do?
make build
now calls docker buildX)Related issue/s
How to test
Checklist