mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Fix docker-image name
- base/archlinux is deprecated - rename from arch180101 to archlinux
This commit is contained in:
parent
94b16585e5
commit
455b9b9614
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ matrix:
|
|||
services: docker
|
||||
- name: "Archlinux 2018.01.01"
|
||||
os: linux
|
||||
env: CONTAINER=arch180101
|
||||
env: CONTAINER=archlinux
|
||||
services: docker
|
||||
- name: "Mac OS X 10.13"
|
||||
os: osx
|
||||
|
|
|
@ -67,7 +67,7 @@ services:
|
|||
test-arch180101:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: test/docker/arch180101
|
||||
dockerfile: test/docker/archlinux
|
||||
network_mode: "host"
|
||||
security_opt:
|
||||
- label=type:container_runtime_t
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM base/archlinux:2018.01.01
|
||||
FROM archlinux/base
|
||||
|
||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -Syyu --noconfirm
|
Loading…
Add table
Add a link
Reference in a new issue