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,177 @@
|
||||
# SULPHUR 25 KELTHANE 4 THIODAN 4 DUST
|
||||
|
||||
- EPA Reg No: **279-2885**
|
||||
- Registrant: FMC CORPORATION
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Dicofol (4%); Sulfur (25%); Endosulfan (4%)
|
||||
- Label accepted: 1975-08-22
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000279-02885-19750822.pdf
|
||||
|
||||
---
|
||||
- T
|
||||
•
|
||||
Code: 30878
|
||||
SULPHUR 25 KEL THANE* 4 THIODAN H 4 DUST
|
||||
Net Weight
|
||||
SO Pounds
|
||||
DIRECTIONS FOR USE
|
||||
Apply .,.,hen pests or disease first appear and repeat as necessary to main
|
||||
tain cpntrol. For control beyond the u~e limitations of this product use a
|
||||
suitable material. May be applied by air or ground. Observe days Interval
|
||||
bet"'een last application and harvest indicated by nUll'lber ,n ( ) follOWing
|
||||
crop.
|
||||
APPLES. PEARS (7): Clover Mite, European Red Mite. European Red Mite.
|
||||
Twospotted Spider Mite and Apple Aphid - Use 50 to 60 pounds per acre.
|
||||
On Pears do not apply more than twice during fruiting season. On Apples
|
||||
do not apply w~thin 21 days of harvest or more than 3 times during the
|
||||
fruiting season; or do not apply within 30 days of harvest with no limit on
|
||||
the number of applications. Do not feed pomace from treated apples to
|
||||
livestock. Sulphur may injure certain varieties, check tolerance pnor to use.
|
||||
GRAPES (7): Powdery Mildew, Grape Leafhopper Grape Leaffolder (Calif.
|
||||
Only), Twospotted Spider Mite, Pacific and Willamette Mites - Use 30 to 35
|
||||
pounds per acre. For LeaHolder control repeat applications may be neces
|
||||
sary. Do not use on Concord variety of grapes. Ground application preferred.
|
||||
PEACHES (30). NECTARINES (30): Green Peach Aphid, Peach Twig Borer
|
||||
(Calif. Only), Pea;:h Silver Mite (Calif. Only) and Twospotted Spider Mite -
|
||||
Use 50 to 8C pounds per acre. Do not make more than 2 applications during
|
||||
the fruiting season.
|
||||
PLUMS (7}. PRUNES (7): Peach Twig Borer (Calif. Only) and Twospotted
|
||||
Spider Mite - Use 50 pounds per acre. Do not reapply within 30 days.
|
||||
FILBERTS (14): Filbert Aphid, Filbert Leafroller, Clover Mite, Twospotted
|
||||
Spider Mite and European Red Mite - Use 50 pounds per acre. Do not
|
||||
graze livestock in treated groves.
|
||||
WALNUTS: Walnut Aphid, Clover Mite, European Red Mite and Twospotted
|
||||
Spider Mite - Use 50 pounds per acre. Do not apply after husks spilt. Do
|
||||
not graze livestock in treated groves.
|
||||
TOMATOES (2): Aphid, Flea Beetle, Hornworm, Colorado Potato Beetle.
|
||||
Tomato Psyllic', Whitefly, Stinkbug Tomato Fruitworm, Cabbage Looper.
|
||||
Yellowstriped Armyworm, Tomato Russet Mite, Pacific and Tropical Spider
|
||||
Mites - Use 25 pounds per acre.
|
||||
ORNAMENTALS (Greenhouse or Out-of-doors): Aphids, Whitefly and Mite.
|
||||
Dust for complete coverage lower and upper leaf surfaces. Do not use on
|
||||
Birch trees. In greenhouse applications wear mask or respirator passed by
|
||||
U.S. Bureau of Mines for Endosulfan (Thiodan) protection.
|
||||
DRIED BEANS (n: Black Bean Aphid, Bean Leafslleletonlzer, MeXican Bean
|
||||
Beetle, Twospotted Spider and Pacific Spider Mites - Use 25 pounds per
|
||||
acre. Do not apply more than 3 times to bean pods. Do not feed treated
|
||||
vines to livestock or allow to graze in treated fields. Sulphur may injure cer
|
||||
tain varieties, check tolerance prior to use. Do not use on Lima Beans that
|
||||
are to be removed from the field for processing.
|
||||
055W
|
||||
FUNGICIDE-INSECTICIDE-MITICIDE
|
||||
F..PA REG NO 279-2885 AA
|
||||
ACTIVE INGREDIENTS:
|
||||
Endosulfan (Hexachloroexahydromethano-
|
||||
2,4,3-benzodioxathiepln OXide)
|
||||
1 l-Bls (p-chlorophenyl)-2.2,2-trichloroethanol
|
||||
Sulphur .
|
||||
INERT INGREDIENTS:
|
||||
BYWT.
|
||||
4.00°0
|
||||
400°0
|
||||
2500°0
|
||||
6700°0
|
||||
100.00°0
|
||||
Thiodan is a registered trademark of Canadian Hoechst Ltd.
|
||||
U.S. Plltent No. 2,799.685.
|
||||
·Trademark Rohm & Haas Company.
|
||||
CAUTION
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
Harmful if swallowed, inhaled or absorbed through skin. AVOid
|
||||
brtlathing dust. AVOid contact With skin, eyes. or clothing In case
|
||||
of contact With skin or eyes. flush With plenty of water; for
|
||||
eyes. get medIcal allentlon. Wash With soap and water after
|
||||
handling and before eating or smoking; wear cle.:m clothong.
|
||||
Avoid contamination of or storage near feed and foodstuffs. Do
|
||||
not apply or allow to droft to areas occupied by unprotected
|
||||
humans or beneficial animals.
|
||||
NOTE TO PHYSICIANS: Thlodan IS a central nervous system sti
|
||||
mulant. Treat symptomatically. There IS no speCifiC antidote.
|
||||
USAGE CAUTIONS
|
||||
Workers enterong treated fields Within 24 hours of treatment
|
||||
should wear protective clothillg.
|
||||
Do not plant root crops other than carrots. potatoes. sweet
|
||||
potatoes. or sugar beets as follow-up crops.
|
||||
Do not allow thiS matenal to droft onto sulphur senSitive crops
|
||||
Applications of materoal containing sulphur should not be made
|
||||
proor to or durong peroods of exceSSively high temperatures.
|
||||
For Emergency Assistance Call: 716-735-3765
|
||||
SUCCULENT BEANS (7): Black Bean Aphid, Bean Leafskele!onlzer. Cucum
|
||||
ber Beetles. Green Stink Bug. Mexican Bean Beetle. Twospotted Spider
|
||||
and PaCifiC Spider Mites - Lise 25 pounds per acre Do not apply more
|
||||
than 3 applications per season. Do not use on lima Beans that are to be
|
||||
removed from the field for processing. Do not feed treated threshing to
|
||||
livestock or allow to g;aze in treated fields. Sulphur may Injure certain
|
||||
vafletles. check tolerance prior to use.
|
||||
COTTON: Cotton Stink Bug. Lygus Bugs, Bollworm. Cabbage Looper Cotton
|
||||
Leafperforator. Twospotted Spider Mite. PaCifiC Spider. AtlantiC and Oeser!
|
||||
Mite - Use 35 pounds per acre. Do not apply after bolls open Do not graze
|
||||
treated fields by meat or dairY animals.
|
||||
PEPPERS (2): Twospotled Spider, PacifiC Spider and Tropical Spider Mites.
|
||||
RLOssel Mite. Flea Beetle. Green Peach Aphid. Pepper Maggot and Hornworm
|
||||
- Use 25 pounds per acre.
|
||||
STRAWBERRIES (4): Powdery Mildew, Meadow Spittlebug. Strawberry Aphid.
|
||||
and Twcspotted Spider Mite - Use 30 pounds per ac reo Do not reapply
|
||||
Within 35 days when fn;it is present.
|
||||
ENVIRONMENTAL AND DISPOSAL CAUTIONS
|
||||
This product is poisl)nous to fish and Wildlife. Keep out of lakes, ponds
|
||||
and streams. Do not contaminate water by cleaning of equipment. or diS
|
||||
posal of wastes. Do not apply when weather conditions favor drift from
|
||||
the areas treated. Do not apply where run-off is likely to occur. Ap~ly ~hlS
|
||||
product only as speCified on this label.
|
||||
ThiS product IS tOXIC to bees and should not be applied when bees are
|
||||
actively VISltong the area.
|
||||
DISPOSE OF WASTES by burYlllg In non-crop land away from watN
|
||||
supplies. Empty bags should be buroed With wastes or burned Keep Out
|
||||
Of Smoke.
|
||||
ACCEPTED
|
||||
Under the federal ~dd ...
|
||||
fUDqlcide. und Rodenlicidf' Act.
|
||||
aa =ended. It'll tne ~llc;j.je
|
||||
r.gia.,ed undw
|
||||
fl> A Req. No. .
|
||||
-:0A EST. ?79CA-1 Printed ,'I U "A
|
||||
2
|
||||
|
||||
• 7"
|
||||
ADDITIONAL INFORMATION APPEARING ON BAGS TO WHICH THIS LABEL WILL BE AT rACHE.D
|
||||
1-----
|
||||
I LABEL
|
||||
l __ _
|
||||
-----~
|
||||
--1- )( . ...,.. " -( - \
|
||||
D~a!.r. Should Sell 10 O'I.lnal Pack •••• ODI,_
|
||||
flO l'40T ALLOW THIS ~ATEIlIAL -0 l>1l1P"T ONTO NEIGH.
|
||||
BOWING CROPS OR NON·CROP ARII \S OR USII IN A MAN
|
||||
NER OR AT A TIME OTHKR THAN IN ACCORDANCI:
|
||||
WITH LADE L DIRECTIONS RECAusa ANlllAAL, PLANT
|
||||
OR CROP INJURV, ILLEGAL RJ!:SlDlIas OR OTHaR UN
|
||||
D&SlRABLa RaaVLn WAY OC-c:UR
|
||||
TERYS O~ -<ALI': OR USE: Or punh .... 0' " •• of I~t. P'OJ.!;"
|
||||
buye, and . .leer .... t •• to th~ IC110""",, {on.hUvn.:
|
||||
WARRANTY: FMC warranto Ih~t thll product .•• D( tha tlmr .,1
|
||||
.ala by FMC' (1) conform. \, th. h.,r.dlanl OIatamant on thr
|
||||
l.beL and (2) I ..... on.bly (" (0' Ihr purpo •••• at forlh In the
|
||||
Dlractlon. f", U.. EXCEPT AS SO 'tVARRANTED THI: PROD
|
||||
UCT IS SOLD AS IS FMC M,lKES NO OTHER WARRANTY FX
|
||||
PRESS OR IMPLIED
|
||||
DAMAGES: B..ay.,'. or ue.,r'. ~.l IU.l~'" remedy tor damal". for
|
||||
br.ach IJ! ""'.,-anty or n.&l1l~ncp 1:1.:: b. li".:tled 10 direct d.m
|
||||
alee nol ••• ,.dint the pwch"af' prl:. paid and .hall nol lnclurl ..
|
||||
inctd.nt,,,1 0' (,;on •• qu.ntl.l jamalt" !'loUto:'e 01 an), claim mull
|
||||
be reponed 10 FMC with'" 10 Jaya .( (t"(.:OJP,..· by buyer .")r u ... r
|
||||
f.lhna whkh buy.r or u •• r w.t .... " .~'. cl.lm '\)f .'Ilh ctem'le
|
||||
EXCUSE t-ROM NON-CONTROLLAHLIi CONDITIONS: BHa""
|
||||
cJf cerhdn cr1fh:al condition. I..rlt.te(~ r incurr.d hy buyer or Ulflr
|
||||
or u\"pr .... hich FMC h •• no lvntrol t,,; ,·.r and uaer .•• a condition
|
||||
f)f p"' .... h ••• or \.lae, •• a\.ul' •• f.'pvnllbllity f:>r and rele ••• FWC
|
||||
from, UabUlly arl.lnl o~. of q.,p h.r"U.",,, 0r u •• of , ... ~ l'rodu ... ,
|
||||
.u,lhutabl. 10 luch l au'. I .""i I' .. l'n 1. authutlJ:.d tu va",' .'r
|
||||
w.tve .ny ata •• mf>nt cont.,n_ ' h.,'-I
|
||||
"
|
||||
,
|
||||
-FMC
|
||||
. . .
|
||||
, .' , 1 \11 ' .'
|
||||
" , .
|
||||
\,~ I . : , , ~. . -,11\ "- Chemicals
|
||||
Reference in New Issue
Block a user