Skip to content

Commit

Permalink
ADD IMAGE_NAME arg to Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Sep 11, 2023
1 parent e75fb4e commit 18f42ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
# FIXME the change from mongoc driver 1.23.1 to 1.24.1 (PR https://github.com/telefonicaid/fiware-orion/pull/4415)
# has not been actually tested. Remove this FIXME mark after succesfull test

ARG IMAGE_NAME=alpine
ARG IMAGE_TAG=3.16.0
FROM alpine:${IMAGE_TAG}
FROM ${IMAGE_NAME}:${IMAGE_TAG}

ARG GITHUB_ACCOUNT=telefonicaid
ARG GITHUB_REPOSITORY=fiware-orion
Expand Down

0 comments on commit 18f42ac

Please sign in to comment.