Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9346146
update-docker-images.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
603 B
Subscribers
None
update-docker-images.sh
View Options
echo
"
${
_group
}
Fetching and updating Docker images ..."
# We tag locally built images with an '-onpremise-local' suffix. docker-compose
# pull tries to pull these too and shows a 404 error on the console which is
# confusing and unnecessary. To overcome this, we add the stderr>stdout
# redirection below and pass it through grep, ignoring all lines having this
# '-onpremise-local' suffix.
$dc
pull
-q
--ignore-pull-failures
2
>
&
1
|
grep
-v
--
-onpremise-local
||
true
# We may not have the set image on the repo (local images) so allow fails
docker
pull
${
SENTRY_IMAGE
}
||
true
;
echo
"
${
_endgroup
}
"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 3:46 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3236592
Attached To
R206 getsentry-onpremise
Event Timeline
Log In to Comment