Skip to content
Snippets Groups Projects
Verified Commit 7a5ef15f authored by Vivek Dutta's avatar Vivek Dutta
Browse files

Updated iowrt example

parent 9b3b87f6
No related branches found
No related tags found
1 merge request!117Updated iowrt example
Pipeline #210381 passed
# Alpine Base # Alpine Base
FROM alpine:latest AS builder FROM alpine:3.22 AS builder
# Staging area # Staging area
RUN apk add --no-cache git cmake make clang build-base llvm-static llvm-dev clang-static clang-dev json-c-dev lua5.1-dev RUN apk add --no-cache git cmake make clang build-base llvm-static llvm-dev clang-static clang-dev json-c-dev lua5.1-dev
...@@ -38,11 +38,11 @@ COPY src src ...@@ -38,11 +38,11 @@ COPY src src
RUN make -C /src RUN make -C /src
# Final image # Final image
FROM alpine:latest FROM alpine:3.22
MAINTAINER Vivek Dutta "vivek.dutta@iopsys.eu"
ENV VERSION=devel ENV VERSION=devel
LABEL vendor=IOPSYS \ LABEL vendor=IOPSYS \
org.opencontainers.image.author="vivek.dutta@iopsys.eu"\
org.opencontainers.image.version=$VERSION\ org.opencontainers.image.version=$VERSION\
org.opencontainers.image.vendor="IOPSYS" \ org.opencontainers.image.vendor="IOPSYS" \
org.opencontainers.image.description="IOWRT Application container" org.opencontainers.image.description="IOWRT Application container"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment