[info=44f62fed627e0216e66d3014cc14a133]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/mariadb-image?expand=0&rev=166
This commit is contained in:
Dan Čermák 2024-10-31 16:12:23 +00:00 committed by Git OBS Bridge
parent 434c2196fe
commit bd39b710d3
2 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,7 @@ LABEL org.opensuse.release-stage="released"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/mariadb-image/README.md" LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/mariadb-image/README.md"
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["mariadbd"] CMD ["mariadbd"]
EXPOSE 3306 EXPOSE 3306/tcp
# sanity check that the version from the tag is equal to the version of mariadb-client that we expect # sanity check that the version from the tag is equal to the version of mariadb-client that we expect
RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' mariadb-client | cut -d '.' -f -2)" = "11.5" ] RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' mariadb-client | cut -d '.' -f -2)" = "11.5" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
- be explicit in protocol for expose statement
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot <bci-internal@suse.de> Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>