Skip to content

Commit

Permalink
REVERT: docker file changes to test verification
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Feb 28, 2025
1 parent dbfaf6c commit 9ced752
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/conversion-webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Dummy change for testing
FROM eclipse-temurin:17-jdk AS builder
RUN apt-get update && apt-get install -y maven
WORKDIR /conversion
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/landing-page/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Dummy change for testing
# This docker file build uses the local common package

# build stage
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Dummy change for testing
FROM eclipse-temurin:17-jdk AS builder
RUN apt-get update && apt-get install -y maven
WORKDIR /operator
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Dummy change for testing
FROM eclipse-temurin:17-jdk AS builder
RUN apt-get update && apt-get install -y maven
WORKDIR /service
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/wondershaper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Dummy change for testing
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y iproute2 wondershaper && \
apt-get clean
Expand Down

0 comments on commit 9ced752

Please sign in to comment.