rzcom-crontab (latest)
Published 2026-07-23 12:06:21 -07:00 by rzazueta
Installation
docker pull code.robzazueta.com/rzazueta/rzcom-crontab:latestsha256:5d1d1e17da0169b9ccc261958763647c8986d0ac371274e4cd189895ebecbf6aAbout this package
The Ubuntu container image maintained by Canonical
Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
Image layers
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.8989.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.8989.tar |
| RUN /bin/sh -c echo "Building crontab..." # buildkit |
| WORKDIR /workers |
| RUN /bin/sh -c apt-get update && apt-get install -y curl software-properties-common npm # buildkit |
| RUN /bin/sh -c npm install n -g && n 22.12.0 # buildkit |
| COPY ./core/crontab ./ # buildkit |
| COPY ./sites/robzazueta/custom/crontab ./ # buildkit |
| COPY ./core/app/lib ./lib # buildkit |
| COPY ./sites/robzazueta/custom/lib ./lib # buildkit |
| ENV APP_USERNAME=robz+rzfrontend@techknowme.com |
| ENV APP_PASSWORD=eF%gj^lrCbt1v06R@qA025yVt1Zln |
| ENV WORKER_DATA_PATH=/data |
| ENV APPDATA_PATH=/workers/appdata |
| ENV DB_HOST=db |
| ENV DB_PORT=5432 |
| ENV DB_USER=rzazueta |
| ENV DB_PASSWORD=na74c42iVS7mpHLU5LSwkpV3Yi |
| ENV DB_DATABASE=rzazueta |
| ENV MEILISEARCH_ENDPOINT=http://meilisearch:7700 |
| ENV MEILISEARCH_MASTER_KEY=rUpoX7HAXbCAqmA^h%#YLvsCV |
| RUN /bin/sh -c printenv > /etc/environment # buildkit |
| RUN /bin/sh -c printenv # buildkit |
| RUN /bin/sh -c npm install # buildkit |
| RUN /bin/sh -c apt-get update && apt-get -y install cron # buildkit |
| COPY ./sites/robzazueta/custom/crontab/crontab /etc/cron.d/crontab # buildkit |
| RUN /bin/sh -c chmod 0644 /etc/cron.d/crontab # buildkit |
| RUN /bin/sh -c crontab /etc/cron.d/crontab # buildkit |
| RUN /bin/sh -c touch /var/log/cron.log # buildkit |
| CMD ["/bin/sh" "-c" "cron >> /var/log/cron.log 2>&1 && tail -f /var/log/cron.log"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | robzazueta |
| com.docker.compose.service | crontab |
| com.docker.compose.version | 2.40.0 |
| org.opencontainers.image.created | 2026-07-13T16:06:30.499069+00:00 |
| org.opencontainers.image.description | The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| org.opencontainers.image.title | ubuntu |
| org.opencontainers.image.version | 26.04 |