This repository was archived by the owner on Dec 5, 2025. It is now read-only.
feat: added custom images build (#2)#41
Open
borislavr wants to merge 1 commit intoNetcracker:mainfrom
Open
Conversation
Collaborator
borislavr
commented
Oct 23, 2025
- added new workflow to build images with custom patched postgresql
- added new Dockerfile to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* Update build-custom.yaml
* Update build-custom.yaml
* Update build-custom.yaml
* Update build-custom.yaml
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added new workflow to build images with custom patched postgresql
* added postgresql deb GPG key
* added postgresql deb GPG key
* added postgresql deb GPG key
* added sudo apt clean
* added sudo apt clean
* added swapfile
* added swapfile
* removed swap commands
* added shm-size
* added multistage docker file
* added multistage docker file
* added multistage docker file
* added multistage docker file
* commented unused code in the workflow
* fixed tar command
* mkdir
* amd64 only
* commented unused code from Dockerfile-multi
* split apt-get installation
* split apt-get installation
* ARG DEBIAN_FRONTEND=noninteractive
* user configuration before postgres installation
* mkdir -p /var/lib/pgbackrest && \
mkdir -p /var/log/pgbackrest && \
mkdir -p /var/spool/pgbackrest
* netcracker -> github.repository_owner
* custom build now multi-staged
* netcracker -> github.repository_owner
* permissions:
contents: read
packages: write
* custom images build for amd64 only
* platforms: linux/amd64,linux/arm64
* custom patched pg image tag
* added all custom pg packages
* feat: added arm64 build for docker with PG custom patches
* fix: typo fix
* fix: fixed matrix strategy
* fix: moved `ARG TARGETARCH` to the second stage
* feat: adopted to run on repository_dispatch event
* chore: changed repository_dispatch event type
* fix: fixed env variables
* chore: udjusted run-name
* fix: url to custom deb packages
* chore: cleanup unused files
* chore: cleanup unused files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.