-
Notifications
You must be signed in to change notification settings - Fork 6
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
CumulsMX docker on Opewrt as docker host #10
Comments
Hi. Yes I've noticed this myself; i think it's due to the Ubuntu build ive put in the Dockerfile. I'm testing some changes now and should be able to publish a fix shortly. |
I've updated the Dockerfile. Do you want to give it another go? |
OK, I made a further step, but cannot finalize the docker image creation. Here follows the new error message: `Step 19/23 : RUN curl -L $(curl -s https://api.github.com/repos/cumulusmx/CumulusMX/releases/latest | grep browser_ | cut -d" -f4) --output /tmp/CumulusMX.zip && mkdir /opt/CumulusMX && mkdir /opt/CumulusMX/publicweb && unzip /tmp/CumulusMX.zip -d /opt && chmod +x /opt/CumulusMX/CumulusMX.exe ---> Running in 868314ee02e5 mkdir: cannot create directory '/opt/CumulusMX': File exists |
Give that another go. I've updated the Dockerfile with some fixes to accomodate the new Cumulus ZIP Files. |
Hi, solved. It works perfectly! Thank you very much for your time. I changed some settings in docker run command: I'm using a macvlan network to reach my containers from outside via OpenVpn. I also changed the TZ, to match Italian time. Now I'm trying to configure Cumulus: I'm new to it. I'll let you know my progress, if you want. Greetings from Italy, and hope for better peaceful time. |
Awesome news mate :) Yeah, I've been a bit slack lately keeping this repo up to date. Thanks for helping troubleshoot :) |
Hi I managed to configure CumuluMX: some observations and questions. About my settings: before creating the image, I simply changed TZ=Europe/Rome in ".Env" and "Dockerfile". I had to build the image step by step, using shell commands, because for some reasons the "build.sh" wasn't executable in OpenWRT shell, even if I set the execute permission. Name: MXWeather Env: TZ=Europe/Rome Network: macvlan|192.168.30.6 (the macvlan network has been created before: I had it already for other containers in my system) Another question, I noticed that during docker image creation 2 different final images are generated: "ubuntu:20.04" and "ubuntu:MXWeather". Is the "ubuntu:20.04" used when MXWeather docker runs? Can I remove it? Thank you very much for your time, It is great to experiment interesting stuff and cooperate from the opposite side of the world. Sorry for my poor English, as you can guess, it is not my primary language. |
Hi, I'm trying to create the docker image using openWRT as docker host. During docker image creation I get some errors and I cannot proceed:
`Processing triggers for dbus (1.12.20-2ubuntu4) ...
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Ign:5 https://ppa.launchpadcontent.net/nginx/stable/ubuntu jammy InRelease
Err:6 https://ppa.launchpadcontent.net/nginx/stable/ubuntu jammy Release
404 Not Found [IP: 91.189.95.85 443]
Reading package lists...
E: The repository 'https://ppa.launchpadcontent.net/nginx/stable/ubuntu jammy Release' does not have a Release file.
Repository: 'deb https://ppa.launchpadcontent.net/nginx/stable/ubuntu/ jammy main'
Description:
This PPA contains the latest Stable Release version of the nginx web server software.
Only Non-End-of-Life Ubuntu Releases are supported in this PPA
Development releases of Ubuntu are not officially supported by this PPA, and uploads for those will not be available until actual final releases for those versions
More info: https://launchpad.net/~nginx/+archive/ubuntu/stable
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/nginx-ubuntu-stable-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/nginx-ubuntu-stable-jammy.list
Adding key to /etc/apt/trusted.gpg.d/nginx-ubuntu-stable.gpg with fingerprint 8B 3981E7A6852F782CC4951600A6F0A3C300EE8C
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Ign:4 https://ppa.launchpadcontent.net/nginx/stable/ubuntu jammy InRelease
Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
Err:6 https://ppa.launchpadcontent.net/nginx/stable/ubuntu jammy Release
404 Not Found [IP: 91.189.95.85 443]
Reading package lists...
E: The repository 'https://ppa.launchpadcontent.net/nginx/stable/ubuntu jammy Release' does not have a Release file.
The command '/bin/bash -c apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:nginx/stable && apt-get update && apt-get install -y nginx && rm -rf /var/lib/apt/lists/* && echo "\ndaemon o ff;" >> /etc/nginx/nginx.conf && chown -R www-data:www-data /var/lib/nginx' re turned a non-zero code: 100`
could you help me? thank you
The text was updated successfully, but these errors were encountered: