Hi Jody,
thanks for doing that, gave it a quick spin!

The command for running it lacks a backslash on the first line:

docker run -it -p8080:8080 docker.osgeo.org/geoserver:2.24.x \
     --env INSTALL_EXTENSIONS=true \
     --env STABLE_EXTENSIONS="css,wps" \
     --env COMMUNITY_EXTENSIONS="ogcapi-features" \
     docker.osgeo.org/geoserver:2.24.x

But... even this way, the extensions are not getting installed... then
noticed the docker image reference
appears twice. This works (docker image reference only at the end):

docker run -it -p8080:8080 docker.osgeo.org/geoserver:2.24.x --env
INSTALL_EXTENSIONS=true --env STABLE_EXTENSIONS="css,wps" --env
COMMUNITY_EXTENSIONS="ogcapi-features" docker.osgeo.org/geoserver:2.24.x

Noice!

Cheers
Andrea

On Sat, Apr 29, 2023 at 11:49 AM Jody Garnett <jody.garn...@gmail.com>
wrote:

> Nightly docker images are available, and can be used to test community
> modules.
>
> docker pull docker.osgeo.org/geoserver:2.24.x
>
> docker run -it -p8080:8080 docker.osgeo.org/geoserver:2.24.x
>      --env INSTALL_EXTENSIONS=true \
>      --env STABLE_EXTENSIONS="css,wps" \
>      --env COMMUNITY_EXTENSIONS="ogcapi-features" \
>      docker.osgeo.org/geoserver:2.24.x
>
> For updated instructions see
> https://github.com/geoserver/geoserver/pull/6812
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>


-- 

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax:     +39 0584 1660272

mob:   +39  339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to