1
1
# See https://hub.docker.com/_/julia for valid versions.
2
- ARG JULIA_VERSION="1.10.4 "
2
+ ARG JULIA_VERSION="1.10.5 "
3
3
4
4
# ------------------------------------------------------------------------------
5
5
# internal-base build target: julia with OS updates and an empty @reefguide
@@ -54,17 +54,17 @@ ENTRYPOINT ["julia", "--project=@reefguide"]
54
54
55
55
# TODO enable and update this once the package is available from registry
56
56
# FROM internal-base AS reefguide-base
57
- #
57
+ #
58
58
# # What version of ReefGuideAPI.jl from package registry to install in reefguide-base
59
59
# # TODO this doesn't make sense yet
60
60
# ARG REEFGUIDE_VERSION="0.1.0"
61
- #
61
+ #
62
62
# # Which julia package registry version to install
63
63
# ENV REEFGUIDE_VERSION=$REEFGUIDE_VERSION
64
- #
64
+ #
65
65
# # Try to coerce Julia to build across multiple targets
66
66
# ENV JULIA_CPU_TARGET=x86_64;haswell;skylake;skylake-avx512;tigerlake
67
- #
67
+ #
68
68
# # Install ReefGuideAPI.jl into the @reefguide shared environment as an unregistered package.
69
69
# # - Allow the package source and version to be overridden at build-time.
70
70
# # - Include citation information for ReefGuideAPI.jl in the image labels.
@@ -75,13 +75,13 @@ ENTRYPOINT ["julia", "--project=@reefguide"]
75
75
# au.gov.aims.reefguideapi.version="${REEFGUIDE_VERSION}" \
76
76
# au.gov.aims.reefguideapi.vendor="Australian Institute of Marine Science" \
77
77
# au.gov.aims.reefguideapi.licenses=MIT
78
- #
78
+ #
79
79
# # Expect to include the prepped data at /data/reefguide and the config at
80
80
# # /data/.config.toml
81
81
# VOLUME ["/data/reefguide"]
82
- #
82
+ #
83
83
# EXPOSE 8000
84
- #
84
+ #
85
85
# # Run Julia commands by default as the container launches.
86
86
# # Derived applications should override the command.
87
87
# ENTRYPOINT ["julia", "--project=@reefguide", "-t", "1,auto", "-e", "using ReefGuideAPI; ReefGuideAPI.start_server(\"/data/reefguide/config.toml\")"]
@@ -121,4 +121,4 @@ EXPOSE 8000
121
121
122
122
# Run Julia commands by default as the container launches.
123
123
# Derived applications should override the command.
124
- ENTRYPOINT ["julia" , "--project=@reefguide" , "-t" , "1, auto" , "-e" , "using ReefGuideAPI; ReefGuideAPI.start_server(\" /data/reefguide/config.toml\" )" ]
124
+ ENTRYPOINT ["julia" , "--project=@reefguide" , "-t" , "auto,1 " , "-e" , "using ReefGuideAPI; ReefGuideAPI.start_server(\" /data/reefguide/config.toml\" )" ]
0 commit comments