Skip to content

Releases: Stratoscale/skipper

Create mounted volumes before running docker

16 Jun 13:19
Compare
Choose a tag to compare

If we mount to a directory the doesn't exist, docker will create the local directory.

If we let docker create the directories, it will create it owned by root-user, and then the container won't be able to write to the directory.
By creating them in-advance, we make them owned by the user, and the container can write to them.
BTW - This solves the problem with 'go build' not being able to write to the 'gocache' directory.

1.8.17: Mount .gitconfig to build container (#109)

16 Jun 10:22
87077a1
Compare
Choose a tag to compare
This is so that tools inside the container can push code up
to github.

skipper.yaml: Allow type list for environment variables

08 May 03:43
Compare
Choose a tag to compare
skipper.yaml spec: enable list type for environment variables

When environment variables are give as list:
  * If a=b, add key a with value b to the docker environment variables.
  * If only a key is given, add it to the docker environment variables if exists in
    the host environment variables.

Allow creating container from non git repositories

12 Apr 07:20
7db83b7
Compare
Choose a tag to compare
Merge pull request #104 from Stratoscale/allow-no-git

Don't fail when not working in a git repository

1.8.11

08 Jan 06:05
Compare
Choose a tag to compare
Tag build container image

1.8.10

04 Jan 16:28
Compare
Choose a tag to compare
Retry on destroy network

1.8.9

04 Jan 13:55
Compare
Choose a tag to compare
Diffuse KEEP_IMAGES environment

1.8.8: Fixed cache image issue, now the cache will point to the latest build…

31 Dec 08:29
Compare
Choose a tag to compare

1.8.7

19 Dec 11:01
Compare
Choose a tag to compare
os environ for keep containers for jenkins usage

1.8.6

13 Dec 14:16
Compare
Choose a tag to compare
Updated README