Skip to content

Commit 2a85574

Browse files
committed
Use LABEL=<value> syntax
1 parent 68ca76c commit 2a85574

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/services/datadog/agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM datadog/agent
22

3-
LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
3+
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0
22

3-
LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
3+
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM elasticsearch:8.1.3
22

3-
LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
3+
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM memcached:1.5-alpine
22

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

src/services/mongo/3.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM mongo:3.6
22

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

src/services/mysql/8.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mysql:8.0
22

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

55
CMD ["--default-authentication-plugin=mysql_native_password"]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM opensearchproject/opensearch:2.8.0
22

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

src/services/postgres/9.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM postgres:9.6
22

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

src/services/redis/6.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM redis:6.2
22

3-
LABEL org.opencontainers.image.source https://github.com/DataDog/images-rb
3+
LABEL org.opencontainers.image.source=https://github.com/DataDog/images-rb
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# append-tags: e.9
22
FROM starburstdata/presto:332-e.9
33

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

0 commit comments

Comments
 (0)