Skip to content

Commit

Permalink
Use LABEL=<value> syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jan 31, 2025
1 parent 68ca76c commit 2a85574
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/services/datadog/agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM datadog/agent

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/datadog/dd-apm-test-agent/v1.12.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/elasticsearch/8.1.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM elasticsearch:8.1.3

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/memcached/1.5/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM memcached:1.5-alpine

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/mongo/3.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM mongo:3.6

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/mysql/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mysql:8.0

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb

CMD ["--default-authentication-plugin=mysql_native_password"]
2 changes: 1 addition & 1 deletion src/services/opensearchproject/opensearch/2.8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM opensearchproject/opensearch:2.8.0

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/postgres/9.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:9.6

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/redis/6.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM redis:6.2

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
2 changes: 1 addition & 1 deletion src/services/starburstdata/presto/332/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# append-tags: e.9
FROM starburstdata/presto:332-e.9

LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb

0 comments on commit 2a85574

Please sign in to comment.