Skip to content

Commit

Permalink
Updating references to base images to fetch new PM2 bits (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpcastro authored May 15, 2019
1 parent fd6baef commit 21800d1
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion images/runtime/node/4.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-4.4-base:20190506.5
FROM mcr.microsoft.com/oryx/node-4.4-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-4.5-base:20190506.5
FROM mcr.microsoft.com/oryx/node-4.5-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/4.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-4.8-base:20190506.5
FROM mcr.microsoft.com/oryx/node-4.8-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/6.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-6.10-base:20190506.5
FROM mcr.microsoft.com/oryx/node-6.10-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/6.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-6.11-base:20190506.5
FROM mcr.microsoft.com/oryx/node-6.11-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/6.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-6.2-base:20190506.5
FROM mcr.microsoft.com/oryx/node-6.2-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/6.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-6.6-base:20190506.5
FROM mcr.microsoft.com/oryx/node-6.6-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/6.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-6.9-base:20190506.5
FROM mcr.microsoft.com/oryx/node-6.9-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-8.0-base:20190506.5
FROM mcr.microsoft.com/oryx/node-8.0-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-8.1-base:20190506.5
FROM mcr.microsoft.com/oryx/node-8.1-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-8.2-base:20190506.5
FROM mcr.microsoft.com/oryx/node-8.2-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/8.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-8.8-base:20190506.5
FROM mcr.microsoft.com/oryx/node-8.8-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/8.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_NUMBER=${BUILD_NUMBER}
RUN ./build.sh node /opt/startupcmdgen/startupcmdgen

FROM mcr.microsoft.com/oryx/node-8.9-base:20190506.5
FROM mcr.microsoft.com/oryx/node-8.9-base:20190514.1

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/node/generateDockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ do
# Replace placeholders
sed -i "s|$IMAGE_NAME_PLACEHOLDER|$NODE_IMAGE_NAME|g" "$TARGET_DOCKERFILE_BASE"

RUNTIME_BASE_IMAGE_NAME="mcr.microsoft.com/oryx/node-$VERSION_DIRECTORY-base:20190506.5"
RUNTIME_BASE_IMAGE_NAME="mcr.microsoft.com/oryx/node-$VERSION_DIRECTORY-base:20190514.1"
sed -i "s|$RUNTIME_BASE_IMAGE_NAME_PLACEHOLDER|$RUNTIME_BASE_IMAGE_NAME|g" "$TARGET_DOCKERFILE"
done < "$VERSIONS_FILE"

0 comments on commit 21800d1

Please sign in to comment.