Skip to content
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

fix(Dockerfile): set explicit home directory for Dockerfiles #353

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

jnewton03
Copy link
Contributor

This pull request includes updates to the Dockerfiles to streamline the creation of the liquibase user and its home directory. The changes ensure that the home directory is created automatically during user creation.

Updates to Dockerfiles:

  • Dockerfile: Modified the useradd command to use the --create-home and --home-dir options, ensuring the home directory is created during user creation.
  • Dockerfile.alpine: Updated the adduser command to include the --home option, creating the home directory automatically during user creation.

Copy link

github-actions bot commented Jan 22, 2025

🔍 Vulnerabilities of liquibase/liquibase:ba097e5814c7f6e0f1ac3a48f7b9b3e9e3de48e0

📦 Image Reference liquibase/liquibase:ba097e5814c7f6e0f1ac3a48f7b9b3e9e3de48e0
digestsha256:5c7a771af65129c6bc95d1b14b172fa03a013007d88ba1cceccf50ca1d07af5f
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
size471 MB
packages240
📦 Base Image eclipse-temurin:17-jre-jammy
also known as
  • 17.0.13_11-jre-jammy
digestsha256:c0a4e9ce589b256e6bfd30977c5a5ae90d83628887dcff9bd0ce37e7d7a9b4a8
vulnerabilitiescritical: 0 high: 0 medium: 6 low: 16

@jnewton03 jnewton03 merged commit 5f232bc into main Jan 24, 2025
12 checks passed
@jnewton03 jnewton03 deleted the feature/add-liquibase-home-dir branch January 24, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants