Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
swmodd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCM
swmodd
Commits
7a5ef15f
Verified
Commit
7a5ef15f
authored
4 weeks ago
by
Vivek Dutta
Browse files
Options
Downloads
Patches
Plain Diff
Updated iowrt example
parent
9b3b87f6
No related branches found
No related tags found
1 merge request
!117
Updated iowrt example
Pipeline
#210381
passed
4 weeks ago
Stage: oci_sulu
Stage: static_code_analysis
Stage: api_test
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/iowrt/Dockerfile
+3
-3
3 additions, 3 deletions
examples/iowrt/Dockerfile
with
3 additions
and
3 deletions
examples/iowrt/Dockerfile
+
3
−
3
View file @
7a5ef15f
# 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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment