docker: production image + Gitea Actions for monthly refresh
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Dockerfile: self-contained image with corpus + Chroma + BM25 baked in. Drawbar's compose pulls + runs without volume mounts. Built from sources.json (labels schema), PRODUCT_NAME=crop_chem by default, HYBRID_SEARCH=true (always-on for production quality). RERANK_URL + OLLAMA_URL get set at compose time. .gitea/workflows/refresh.yml: monthly cron (1st @ 06:00 UTC) does full scrape → reindex → image push. Scrapes Bayer (~30 min) + EPA PPLS row-crop filtered (~7h). Skips reindex+push if no corpus diff. Tags pushed: :latest, :<sha12>, :corpus-<YYYY.MM.DD>. .gitea/workflows/image-only.yml: on-demand or auto on code-only pushes to main (paths: docs_mcp/, rag/, scrape/, requirements.txt, Dockerfile, sources.json). Reindexes from committed corpus, builds image, pushes. ~10 min vs ~9h full refresh. .gitignore: corpus/ now COMMITTED (4,159 labels, 265 MB of .md + sidecars). Lets image-only.yml rebuild indexes without re-scraping. chroma/ + bm25/ still gitignored (regenerable binary indexes). .dockerignore: drops venv, eval results, PLAN/README/CLAUDE.md, deploy/, .git/ — keeps the image lean. corpus + chroma + bm25 explicitly NOT in dockerignore (those go INTO the image). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,209 @@
|
||||
# BENLATE PNW FUNGICIDE
|
||||
|
||||
- EPA Reg No: **352-434**
|
||||
- Registrant: CORTEVA AGRISCIENCE, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Benomyl (50%)
|
||||
- Label accepted: 1986-10-09
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000352-00434-19861009.pdf
|
||||
|
||||
---
|
||||
l-
|
||||
AGRICULTIJRAL
|
||||
BULT,roN
|
||||
SUPPLEMENTAL LABELING
|
||||
BENLATE~ PNW (EPA REG. NO. 352-434)
|
||||
MANZATE~ 200 (EPA REG. NO. 352-341)
|
||||
.~
|
||||
BENLA Tr(~;PNl'l PLUS
|
||||
MANZATE® 200
|
||||
WHEAT
|
||||
IDAHO, OREGON, UTAH
|
||||
AIID WASHINGTON
|
||||
BENLATE~ PNW FUNGICIDE PLUS MANZATE~ 200 FUNGICIDE
|
||||
AS A TANK MIX1~RE FOR CONTROL OF CERTAIN DISEASES
|
||||
OF WHEAT
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of federal law to use this product
|
||||
in a manner inconsistent with its labeling.
|
||||
Du Pont Ben1ate~ PNW Fungicide plus Manzate~ ZOO Fungicide are
|
||||
recommended for use in a tank mixture foliar spray for the control of
|
||||
Septoria Leaf and G1ume Blotch, Helminthosporium Leaf Blight, Leaf
|
||||
Rust and Powdery Mildew on wheat.
|
||||
HOW TO USE
|
||||
Apply "Benlate" PNW plus "Manzate" 200 as a tank mixture at the
|
||||
following rates, using sufficient water to provide thorough and
|
||||
uniform coverage. For aerial application, use 5 to 10 gals. of water
|
||||
per acre. Use the higher dosage rates under conditions of severe
|
||||
disease pressure.
|
||||
Leaf Rust and Powdery Mildew
|
||||
Apply 1/4 to liZ lb. of "Benlate" PNW plus 1 tc 2 1bs. "Manzate" 200
|
||||
per acre. Repeat at l4-day inter,als. Do not make more than a total
|
||||
of three applications. Applications should be timed to keep the flag
|
||||
leaf free o~ disease. Treatments made after t.he disease is sev,re OT
|
||||
after the flag leaf becomes infested may not provide economical
|
||||
disease control.
|
||||
Helminthosporium Leaf Blight, Septoria Leaf and Glume Blotch
|
||||
Apply 1/4 to 1/2 lb. of "Ben1ate" PNW plus 1 to 2 1bs. "Manzate" 200
|
||||
per acre. Repeat at 14-day intervals. Do not make more than a total
|
||||
of three applications. Applications should ba timed to keep the flag
|
||||
1 eaf and emerging seedhead free of disease. Treatments ,nade after
|
||||
ct", disease is severe or after the flag leaf becomes infested may nQt
|
||||
provide economical disease control.
|
||||
011185
|
||||
r. I. DlJ PONT DE NEMOllilS ~ CO. (INC.) • AGRICllIllJflAI CHfMICAI S I1FI'Alli MEN'I • WILMINGlON. Of! AWAllF
|
||||
L...... _______________________ _ 1',,,_10.' .. II',,,
|
||||
|
||||
· .. ,
|
||||
-2-
|
||||
J'.no~phytotoxic, superior-type spray oil (60 to 10 second viscosity)
|
||||
nt the rate of 1 quart per acre, or a uspreader-sticker" spray
|
||||
adjt\vant may be added to improve spray coverage; add oil or adjuvant
|
||||
as last ingredient to spray tan~.
|
||||
Note: Do not apply within 26 days of harvest.
|
||||
Do not allow livestock to forage in
|
||||
treated fields. Do not tank mix "Benlate"
|
||||
with lime or alkaline pesticides such as
|
||||
Bordeaux mixture or lime sulfur.
|
||||
IMPORTANT
|
||||
BEFORE USING "BENLATE" PNW PLUS "MANZATE" 200, READ AND CAREFULLY
|
||||
OBSERVE THE CAUTIONARY STATEMENTS AND ALL OTHER INFORMATION APPEARING
|
||||
ON THE PRODUCT LABEL.
|
||||
This bulletin contains new or supplemental instructions for use of
|
||||
these products which may nct appear on the package labels. Follow
|
||||
the instructions carefully.
|
||||
This labeling must be in the possession of the user at the time of
|
||||
pestic~de application.
|
||||
011185
|
||||
(
|
||||
f
|
||||
|
||||
AGRICULTIJRAL BULI,f.TIN
|
||||
SUPPLEMENTAL LABEL ING
|
||||
EPA REG. NO. 35:-434
|
||||
BENLATE® PN\~ FUNGICIDE FOR CONTROL
|
||||
DISEASES OF WHEAT IN
|
||||
WASHINGTON, UTAH, OREGON AND
|
||||
DIRECTIONS FOR USE
|
||||
BENLATE® PNW FUNGICIDE
|
||||
WHEAT
|
||||
WASHINGTON, UTAH
|
||||
OREGON AND IDAHO
|
||||
rAc CEPTED"
|
||||
I :
|
||||
OF CERTAIN! OCT 91988
|
||||
; Onder tbe Fed.toJ ha"ctfdcic ;
|
||||
IDAHO . f-unpi -ide, anti J\o(hntit::ide A;·t,. :
|
||||
QI ,!''If:',.jol.:i. lo{ the p •• ticide
|
||||
rO{1lBll'ted uflde,
|
||||
EPA Re., No, .,5
|
||||
It is a violation of federal law to use this product
|
||||
in a manner inconsistent with its labeling
|
||||
Du Pont Benlate® PNW Fungicide is recommended for use as a foliar spray
|
||||
for the control of Septaria Leaf and Glume Blotch and Powdery Mildew on
|
||||
wheat in the states of Washington, Utah, Oregon and Idaho.
|
||||
HOI~ TO USE
|
||||
Apply Benlate® PNW at the following rates, using sufficient water to
|
||||
provide thorough and uniform coverage; for aerial application, use 5 to
|
||||
10 gallons per acre. Use the higher dosage rate under conditions of severe
|
||||
disease pressure.
|
||||
Septoria Leaf and Glume Blotch and PO\,dery Mildew
|
||||
Apply 1/2 to 1 lb. of Benlate® PNW per acre before low levels of
|
||||
disease spread to cause serious crop damage. Repeat 14 days later. Appli
|
||||
cations should be made at late boot to early heading stage to keep the flag
|
||||
leaf and emerging seedhead free of disease. Do not make more than a total
|
||||
of three applications. Treatments made after the disease is severe or
|
||||
after the flag leaf becomes infected may not provide economical disease
|
||||
control.
|
||||
Add the required amount of Benlate® PNW to the necessary volume of water
|
||||
in spray tank agitated by hydraulic or mechanical means; contin~ous agi
|
||||
tation is required to keep the material in suspension. Do not tank mix
|
||||
Benlate® PNW with lime or alkaline pesticides such as Borde~x mixture or
|
||||
lime sulfur.
|
||||
091484
|
||||
• )t
|
||||
r I OtJ PONT or NrMOUHS & co (INC.) • AGlIICtJLTlJllA'[ PlIOOlJCI S DEPAIHIvI"N1 • WILMINGTON, OELAWARE
|
||||
,""""!,,,,',/,
|
||||
|
||||
NOTE:
|
||||
-2-
|
||||
Do not apply IVithin 21 days of harvest.
|
||||
livestock to forage in treated fields.
|
||||
IMPORTANT
|
||||
tfoFb
|
||||
Do not allolV
|
||||
BEFORE USING BENLATE® PNW, READ AND CAREFULLY OBSERVE THE CAUTIONARY
|
||||
STATEMENTS AND ALL OTHER INFORMATION APPEARING ON THE PIWDUCT LABEL.
|
||||
This bulletin contains new or supplemental instructions for use of
|
||||
this product IVhich may not appear on th~ package label. Follow the
|
||||
instructions carefully.
|
||||
This labeling must be in the possession of the user at the time of pesticide
|
||||
applica t ion.
|
||||
091484 (
|
||||
f
|
||||
(
|
||||
.l.
|
||||
|
||||
---. --~ ....... -.-...
|
||||
AGRICULTIJRAL
|
||||
BULLETIN
|
||||
BENlATB!> PNW PillS
|
||||
MANZATBID 200' FLOl'IABLE
|
||||
WHEAT
|
||||
SUPPLEf<tUnl<L LI<BELlUG
|
||||
IDAHO, OREGON, lITAH
|
||||
AND NASHINGI'ON
|
||||
BEtILAT~ PNW (EPA REG. NO. 352-434)
|
||||
NI<IIZATE.b 200 FLOHhBLE (EPA REl.. 110. 352-398)
|
||||
BEtlLAT~ P/lW FUtlGICIDE PLUS fo\ANZATe;; 200 FLOWABLE FUUGfUOF - .. 1
|
||||
AS h TAUK HIXlURE FOR cornROL OF CERlAW DISEASES,A C C E PTE DI
|
||||
OF WHEAl i .
|
||||
, DEC 1 01985 ~
|
||||
DIRECTIONS FOR USE !;.'".;o. th., F,O""lIo,,c('1\Ci<"o. :
|
||||
~ ~~~$~~;;~'l;~:' f~.:··;i~=:i~~~:~:~.::=! ~
|
||||
It is a violation of federal law to use this producJ;.'A';~:·:ci,?"rl.; - _ ",,,,,,I , .' t 'th 't 1 b I' .. ~ .• ~ . .5'!'CJ. .>"/0 ... In a manner Jnconslsten WI 1 S a e lng, . ,,:~,,-,,-,,", .•. ---
|
||||
Du Pont Benlate"- PNW Fungicide plus foIanzat#- 200 Flowable Fungicide are
|
||||
recomr.endeG for use in a tank mixture foliar spray for control of Septoria
|
||||
Leaf and Glume Blotch, Helminthosporium Leaf Bl i!lht, Leaf Rust and Powdery
|
||||
Nilaew on wheat.
|
||||
HOW TO USE
|
||||
Leaf Rust and POIydery r·lildew
|
||||
Apply 1/4 to 1/2 lb. of Benlate\;. PIJII plus 1 to 2 qts. ~lanzate(C. 200
|
||||
Flowable.per acre. Begin applications when disease first appears or at flag
|
||||
leaf emergence. Repeat at l4-day inter'lals. Do not make more than three
|
||||
applications. Applications should be timed to keep the flag leaf free of
|
||||
disease, Treatments mad. after the disease is severe or after the flag leaf
|
||||
becomes infected may not provide economical disease control.
|
||||
Helminthosporium Leaf Blight, Septoria Leaf and blume Blotch
|
||||
Apply 1/4 to 1/2 lb. of Benlat~ PNW plus 1 to 2 qts. foIanzate<5. 200
|
||||
Flowable per acre. Begin applications when disease first appears or at flag
|
||||
leaf emergence. Repeat at 14-day intervals. Applications should be timed to
|
||||
keep the flag leaf and emerging seed head free of disease.
|
||||
/lote: Do not make more than a total of three appl ications per year.
|
||||
011085
|
||||
080985
|
||||
!':. I. DU PONT OE NEMOURS & CO. (INC.) • AGRICULTURAL CHEMICALS DEPARTMENT. WILMINGTON. DELAWARE •
|
||||
1'.,,,1.'''',,, II So /.
|
||||
|
||||
66/.6
|
||||
-2-
|
||||
A nonphytotoxic, superior-type spray oil (60 to 70 second .
|
||||
viscosity) at the rate of I quart per acre, or a "spreader-sticker"
|
||||
spray adj uvant may be added to improve spray coverage; add 0 il 0.1'
|
||||
adjuvant as last ingredient to spray tank.
|
||||
Note: Do not apply within 26 days of harvest ..
|
||||
Do not allow livestock to forage in
|
||||
treated fields. Do not tank mix "Benlat""
|
||||
with lime or alkaline pesticides such as
|
||||
Bordeaux mixture or lime ~ulfur.
|
||||
HIPORTANT
|
||||
BEFORE USING "BENLATE" PNW PLUS "MANZATE" 200 FLOWABLE, READ AND.
|
||||
CAREFULLY OBSERVE THE CAUTIONARY STATHIE:\'TS AND ALLOTliER INFORMUION
|
||||
APPEARING ON THE PRODUCT LABELS. .
|
||||
This bulletin contains ne~ or supplemental instructions for use of these
|
||||
products~hich may not appear on the package labels. FolloK the instru
|
||||
ctions carefully.
|
||||
This labeling must be in the possession of the user at the tim~ of
|
||||
pesticide application.
|
||||
011085
|
||||
080985
|
||||
Reference in New Issue
Block a user