Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 1m22s
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 1m22s
This commit is contained in:
parent
f26c6b0961
commit
77454e3e3e
@ -14,17 +14,17 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
FROM postgres:16.6-bookworm
|
FROM postgres:16.8-bookworm
|
||||||
|
|
||||||
# Do not split the description, otherwise we will see a blank space in the labels
|
# Do not split the description, otherwise we will see a blank space in the labels
|
||||||
LABEL name="PostgreSQL Container Images" \
|
LABEL name="PostgreSQL Container Images" \
|
||||||
vendor="The CloudNativePG Contributors" \
|
vendor="The CloudNativePG Contributors" \
|
||||||
version="${PG_VERSION}" \
|
version="${PG_VERSION}" \
|
||||||
release="32" \
|
release="3" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm."
|
||||||
|
|
||||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm."
|
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm."
|
||||||
|
|
||||||
COPY requirements.txt /
|
COPY requirements.txt /
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user