Skip to content

Update Dockerfiles to streamline Firebird installation process. #27

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

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

fdcastel
Copy link
Member

@fdcastel fdcastel commented May 28, 2025

Fix #20.

@fdcastel
Copy link
Member Author

fdcastel commented Jun 12, 2025

Found it! My fix mistakenly removed the tzdata package. 🤦🏻

@fdcastel
Copy link
Member Author

🚀 All done!

Before this PR:

# docker images --filter=reference='firebirdsql/firebird-amd64:5.0.2'
REPOSITORY                   TAG       IMAGE ID       CREATED         SIZE
firebirdsql/firebird-amd64   5.0.2     b66fc69f3369   21 minutes ago   180MB

After this PR:

# docker images --filter=reference='firebirdsql/firebird-amd64:5.0.2'
REPOSITORY                   TAG       IMAGE ID       CREATED          SIZE
firebirdsql/firebird-amd64   5.0.2     75a0db77c450   3 minutes ago   167MB

@fdcastel fdcastel merged commit 9208e1c into FirebirdSQL:master Jun 13, 2025
1 check passed
@fdcastel fdcastel deleted the fix-issue-20 branch June 13, 2025 13:50
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.

ADD $FIREBIRD_RELEASE_URL /tmp/firebird-bundle.tar.gz increases the volume of containers.
2 participants