mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
tests: inline dockerfile
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
parent
90bcf610b3
commit
ee70085fba
1 changed files with 4 additions and 6 deletions
|
|
@ -7,15 +7,13 @@ Background:
|
|||
a:
|
||||
build:
|
||||
context: .
|
||||
dockerfile_inline: |
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM alpine:latest
|
||||
COPY --from=dep /etc/hostname /
|
||||
additional_contexts:
|
||||
- dep=docker-image://ubuntu:latest
|
||||
"""
|
||||
And a dockerfile
|
||||
"""
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM alpine:latest
|
||||
COPY --from=dep /etc/hostname /
|
||||
"""
|
||||
|
||||
Scenario: Build w/ build context
|
||||
When I run "compose build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue