Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.15? #87

Open
yurividal opened this issue Nov 18, 2020 · 8 comments
Open

Update to 1.15? #87

yurividal opened this issue Nov 18, 2020 · 8 comments

Comments

@yurividal
Copy link

Any chance this image can be updated to 1.15 and/or have a build for 1.15 created?

@dm9bbadd4
Copy link

I second this request.

@bobweston
Copy link

Have you guys tried cloning this repo, bumping the version specified here

https://github.com/CampbellSoftwareSolutions/docker-osticket/blob/master/Dockerfile#L3

Then rebuilding the image?

docker build --network host --no-cache -t new-os-ticket .

Then just use that new-os-ticket image to start your container?

I don't work on this project. (and haven't gotten around to testing whether this works). But it is a pretty simple way to check.

FWIW, I have not seen a lot of responses to tickets in this repo.

@carcuevas
Copy link

Hi,

I can confirm that just changing this in the Dockerfile it will work:

ENV OSTICKET_VERSION=1.15.1

I built the image and test it and it is working ;-)

@akrea
Copy link

akrea commented Jan 11, 2022

Good advice I tried that. Unfortunately, I cannot get it up and working. I always get
/usr/local/bin/docker-php-entrypoint: exec: line 9: /data/bin/start.sh: not found
the file shoud be at the right place - but I cannot verify it as I cannot get the container to work... If anybody could point me in the right direction would be helpful.

@akrea
Copy link

akrea commented Jan 19, 2022

I found a solution. I posted it on Docker Forums.

@xender69
Copy link

hi,
so if I change the ENV OSTICKET_VERSION=1.17.2 will that work as well?

@bobweston
Copy link

hi,
so if I change the ENV OSTICKET_VERSION=1.17.2 will that work as well?

I don't believe so. If you go to the OSTicket support pages, they're saying that version 1.17.x will be a complete rewrite of the code base. So I'd not assume that this will work out of the box.

Have you tried spinning up a docker image and trying it?

@MrDrache333
Copy link

See #93 for Support of Version 1.17.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants