diff --git a/bitnami/rails/8/debian-12/Dockerfile b/bitnami/rails/8/debian-12/Dockerfile index 89220ac0e97b..6d3a96571b10 100644 --- a/bitnami/rails/8/debian-12/Dockerfile +++ b/bitnami/rails/8/debian-12/Dockerfile @@ -8,7 +8,7 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-06-27T06:51:32Z" \ + org.opencontainers.image.created="2025-07-01T19:37:59Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/rails/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rails" \ diff --git a/bitnami/rails/8/debian-12/docker-compose-testing.yml b/bitnami/rails/8/debian-12/docker-compose-testing.yml deleted file mode 100644 index 4ede534867c8..000000000000 --- a/bitnami/rails/8/debian-12/docker-compose-testing.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright Broadcom, Inc. All Rights Reserved. -# SPDX-License-Identifier: APACHE-2.0 - -services: - mariadb: - image: docker.io/bitnami/mariadb:latest - environment: - # ALLOW_EMPTY_PASSWORD is recommended only for development. - - ALLOW_EMPTY_PASSWORD=yes - myapp: - image: docker.io/bitnami/rails:8 - ports: - - '3000:3000' - environment: - - DATABASE_HOST=mariadb - - DATABASE_NAME=my_app_development - depends_on: - - mariadb -