Skip to content

Commit

Permalink
define LABEL with author info
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Oct 13, 2023
1 parent 086413b commit 4e7b05d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest

LABEL org.opencontainers.image.authors="Sergey Safarov <s.safarov@gmail.com>"
RUN apk --no-cache upgrade
ADD kamailio_min-without_os_files.tar.gz /

Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest

LABEL org.opencontainers.image.authors="Sergey Safarov <s.safarov@gmail.com>"
RUN echo "Prepare base image filelist" \
&& apk --no-cache upgrade \
&& export OS_FILELIST=/tmp/os_filelist \
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest

LABEL org.opencontainers.image.authors="Sergey Safarov <s.safarov@gmail.com>"
RUN apk --no-cache upgrade \
&& apk --no-cache add gawk ca-certificates gdb strace mariadb-client postgresql-client musl-dbg \
&& apk --no-cache --allow-untrusted --repository http://local-repo search search -qe 'kamailio*' | \
Expand Down

0 comments on commit 4e7b05d

Please sign in to comment.