fix(postgres): Clean up and add tzdata and ca-certificates#130
Open
nderjung wants to merge 1 commit into
Open
Conversation
This commit fixes an issue where time zone data was not present in the official Postgres image or latest CA certificates. This commit tidies up the `Dockerfile` to make its syntax more alike with others in this repository and adds the aforementioned packages. This latter solves connection issues which may occur from connecting to the Postgres instance from an IDE or database manager tool. Signed-off-by: Alexander Jung <alex@unikraft.cloud>
nurof3n
pushed a commit
that referenced
this pull request
Mar 24, 2026
…vulnerabilities Run npm update to regenerate lockfile with patched dependencies. - Alert #124: vite <6.2.6 (medium severity) - Alert #125: vite <6.2.7 (medium severity) - Alert #130: on-headers <1.1.0 (low severity) - Alert #141: vite <6.3.6 (low severity) - Alert #144: vite <6.3.6 (low severity) - Alert #160: vite <6.4.1 (medium severity) - Alert #171: body-parser <2.2.1 (medium severity) - Alert #187: qs <6.14.1 (medium severity) - Alert #230: qs <6.14.2 (low severity) - Alert #258: rollup <4.59.0 (high severity) Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
dragosgheorghioiu
pushed a commit
that referenced
this pull request
Apr 7, 2026
…vulnerabilities Run npm update to regenerate lockfile with patched dependencies. - Alert #124: vite <6.2.6 (medium severity) - Alert #125: vite <6.2.7 (medium severity) - Alert #130: on-headers <1.1.0 (low severity) - Alert #141: vite <6.3.6 (low severity) - Alert #144: vite <6.3.6 (low severity) - Alert #160: vite <6.4.1 (medium severity) - Alert #171: body-parser <2.2.1 (medium severity) - Alert #187: qs <6.14.1 (medium severity) - Alert #230: qs <6.14.2 (low severity) - Alert #258: rollup <4.59.0 (high severity) Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
dragosgheorghioiu
pushed a commit
that referenced
this pull request
Apr 7, 2026
…vulnerabilities Run npm update to regenerate lockfile with patched dependencies. - Alert #124: vite <6.2.6 (medium severity) - Alert #125: vite <6.2.7 (medium severity) - Alert #130: on-headers <1.1.0 (low severity) - Alert #141: vite <6.3.6 (low severity) - Alert #144: vite <6.3.6 (low severity) - Alert #160: vite <6.4.1 (medium severity) - Alert #171: body-parser <2.2.1 (medium severity) - Alert #187: qs <6.14.1 (medium severity) - Alert #230: qs <6.14.2 (low severity) - Alert #258: rollup <4.59.0 (high severity) Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
dragosgheorghioiu
pushed a commit
that referenced
this pull request
Apr 7, 2026
…vulnerabilities Run npm update to regenerate lockfile with patched dependencies. - Alert #124: vite <6.2.6 (medium severity) - Alert #125: vite <6.2.7 (medium severity) - Alert #130: on-headers <1.1.0 (low severity) - Alert #141: vite <6.3.6 (low severity) - Alert #144: vite <6.3.6 (low severity) - Alert #160: vite <6.4.1 (medium severity) - Alert #171: body-parser <2.2.1 (medium severity) - Alert #187: qs <6.14.1 (medium severity) - Alert #230: qs <6.14.2 (low severity) - Alert #258: rollup <4.59.0 (high severity) Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This commit fixes an issue where time zone data was not present in the official Postgres image or latest CA certificates. This commit tidies up the
Dockerfileto make its syntax more alike with others in this repository and adds the aforementioned packages. This latter solves connection issues which may occur from connecting to the Postgres instance from an IDE or database manager tool.