0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-02-28 18:44:03 +00:00
renovatebot_renovate/lib/modules/manager/dockerfile/__fixtures__/4.Dockerfile

28 lines
369 B
Docker

# syntax=docker/dockerfile:1
# EsCaPe=`
ARG `
# multi-line arg
ALPINE_VERSION=alpine:3.15.4
FROM `
${ALPINE_VERSION} as stage1
ARG `
`
# multi-line arg
# and multi-line comment
nginx_version="nginx:18.04@sha256:abcdef"
FROM $nginx_version as stage2
FROM `
`
image5 `
#comment5
as name3
COPY `
`
--from=image12 a `
#comment5
b