fangohr / octopus-in-docker

Dockerfile for Octopus. Useful for tutorials, OSX, Windows, testing.
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Update Octopus version to 14.1 (autotools) #41

Closed iamashwin99 closed 6 months ago

iamashwin99 commented 6 months ago

Update octopus verison: Latest release: Octopus 14.1 (2024-05-03)

iamashwin99 commented 6 months ago

The new 14.1 release explicitly asks for permission to continue the auto tools configure which breaks CI's. Martin Leuders suggested to use --enable-silent-deprecation to ignore this.

iamashwin99 commented 6 months ago

I have now updated the readme to explicitly mention the autotools.

For the docker images to be pushed to docker hub, do you want them to be from autotools or make? or in other words, should we create the cmake images within this MR ( which I expect might have pitfalls ) or should we do it in a separate MR.

fangohr commented 6 months ago

Can be in a separate MR if you prefer.

I want to use the cmake build for the docker image.

As I did the image build and push to dockerhub manually in the past, we can leave it like that for now.

iamashwin99 commented 6 months ago

As discussed today, we could do the cmake update in a separate MR and keep this MR just for autotools.