Skip to content

Commit

Permalink
HDDS-12167. Cannot use sample compose definition with SHA-based image (
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Feb 2, 2025
1 parent b214870 commit e441af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

x-image:
&image
image: ${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-1.4.1}${OZONE_IMAGE_FLAVOR:--rocky}
image: ${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-1.4.1}${OZONE_IMAGE_FLAVOR:-}

x-common-config:
&common-config
Expand Down

0 comments on commit e441af8

Please sign in to comment.