A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/educelab/ci-docker below:

educelab/ci-docker: Dockerfile for Debian container with prebuilt volume-cartographer dependencies

EduceLab Docker CI Configuration

This repository contains the Dockerfile to build the ghcr.io/educelab/ci-docker Docker image. This image contains all prerequisite libraries required to build and test the volume-cartographer project. Most of the build is handled by vc-deps so that consistency can be maintained across platforms.

  1. Get the source code for the repository:

     git clone --recursive https://github.com/educelab/ci-docker
     cd ci-docker
  2. Update the version number, packages, and code references. See Updating the version.

  3. If your changes don't affect the base image, pull the latest base image from the registry to avoid rebuilding it:

    docker pull ghcr.io/educelab/ci-docker:base.latest
  4. Set up a multi-arch Docker builder and run the build script:

    docker buildx create --use
    ./build.sh

Change the version components in build.sh. Values should match the rules for semantic versioning:

# build.sh
VER_MAJOR=12
VER_MINOR=1
VER_PATCH=1
Updating the Debian version Adding/removing apt packages Updating the apt packages (i.e. rebuilding without adding/removing packages) Updating the installed Qt version Updating vc-deps to a new minor version Updating vc-deps to a new patch version

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4