Skip to content

Commit

Permalink
feat: Upgrade NodeJS to v20, latest krawler and MongoDB to v7 (#67/#66)…
Browse files Browse the repository at this point in the history
… [additional tests]
  • Loading branch information
claustres committed Sep 3, 2024
1 parent d289b84 commit 3864ccf
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dockerfile.arome
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM weacast/weacast-arpege:${ARPEGE_TAG}
LABEL maintainer="Kalisio <[email protected]>"

# Install the job
COPY job-arome.js .
COPY --chown=node:node job-arome.js .
2 changes: 1 addition & 1 deletion dockerfile.arome-france
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 0 * * * *"

COPY jobfile-arome-france.js .
COPY --chown=node:node jobfile-arome-france.js .

CMD krawler --cron "$CRON" jobfile-arome-france.js
2 changes: 1 addition & 1 deletion dockerfile.arome-france-high
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 5 * * * *"

COPY jobfile-arome-france-high.js .
COPY --chown=node:node jobfile-arome-france-high.js .

CMD krawler --cron "$CRON" jobfile-arome-france-high.js
2 changes: 1 addition & 1 deletion dockerfile.arpege-europe
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 15 * * * *"

COPY jobfile-arpege-europe.js .
COPY --chown=node:node jobfile-arpege-europe.js .

CMD krawler --cron "$CRON" jobfile-arpege-europe.js
2 changes: 1 addition & 1 deletion dockerfile.arpege-isobaric-europe
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 45 * * * *"

COPY jobfile-arpege-isobaric-europe.js .
COPY --chown=node:node jobfile-arpege-isobaric-europe.js .

CMD krawler --cron "$CRON" jobfile-arpege-isobaric-europe.js
2 changes: 1 addition & 1 deletion dockerfile.arpege-isobaric-world
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 40 * * * *"

COPY jobfile-arpege-isobaric-world.js .
COPY --chown=node:node jobfile-arpege-isobaric-world.js .

CMD krawler --cron "$CRON" jobfile-arpege-isobaric-world.js
2 changes: 1 addition & 1 deletion dockerfile.arpege-world
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 10 * * * *"

COPY jobfile-arpege-world.js .
COPY --chown=node:node jobfile-arpege-world.js .

CMD krawler --cron "$CRON" jobfile-arpege-world.js
2 changes: 1 addition & 1 deletion dockerfile.gfs-isobaric-world
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 50 * * * *"

COPY jobfile-gfs-isobaric-world.js .
COPY --chown=node:node jobfile-gfs-isobaric-world.js .

CMD krawler --cron "$CRON" jobfile-gfs-isobaric-world.js
2 changes: 1 addition & 1 deletion dockerfile.gfs-world
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LABEL maintainer="Kalisio <[email protected]>"

ENV CRON="0 20 * * * *"

COPY jobfile-gfs-world.js .
COPY --chown=node:node jobfile-gfs-world.js .

CMD krawler --cron "$CRON" jobfile-gfs-world.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"mongodb": "^3.6.2"
},
"peerDependencies": {
"@kalisio/krawler": "2.5.0",
"@weacast/grib2json": "^2.1.7",
"@weacast/gtiff2json": "^2.1.7"
"@kalisio/krawler": "2.7.0",
"@weacast/grib2json": "^2.2.0",
"@weacast/gtiff2json": "^2.2.0"
}
}

0 comments on commit 3864ccf

Please sign in to comment.