woodpecker/docker
Robert Kaussow 669abdf690
Add makefile to make container and .pnpn-store to gitignore (#1996)
Running `make in_docker ...` on a fresh system failed:

```
 => CACHED [stage-1 3/6] COPY --from=golang_image /usr/local/go /usr/local/go                                                                                                                                                                            0.0s
 => ERROR [stage-1 4/6] RUN make install-tools &&   mv /root/go/bin/* /usr/local/go/bin/ &&   chmod 755 /usr/local/go/bin/*                                                                                                                              0.1s
------                                                                                                                                                                                                                                                        
 > [stage-1 4/6] RUN make install-tools &&   mv /root/go/bin/* /usr/local/go/bin/ &&   chmod 755 /usr/local/go/bin/*:
0.132 make: *** No rule to make target 'install-tools'.  Stop.
------
Dockerfile.make:14
--------------------
  13 |     # Cache tools
  14 | >>> RUN make install-tools && \
  15 | >>>   mv /root/go/bin/* /usr/local/go/bin/ && \
  16 | >>>   chmod 755 /usr/local/go/bin/*
  17 |     
--------------------
```

Fixed after adding the Makefile to the make container.
2023-07-14 16:14:00 +02:00
..
Dockerfile.agent.alpine.multiarch Store agent ID in config file (#1888) 2023-07-02 17:22:05 +02:00
Dockerfile.agent.multiarch Store agent ID in config file (#1888) 2023-07-02 17:22:05 +02:00
Dockerfile.cli.alpine.multiarch Update alpine images to 3.18 (#1765) 2023-05-18 10:08:35 +02:00
Dockerfile.cli.multiarch Update Go dependencies and minimal Go version to 1.20 (#1650) 2023-03-21 00:48:15 +01:00
Dockerfile.make Add makefile to make container and .pnpn-store to gitignore (#1996) 2023-07-14 16:14:00 +02:00
Dockerfile.server.alpine.multiarch Update alpine images to 3.18 (#1765) 2023-05-18 10:08:35 +02:00
Dockerfile.server.multiarch Update Go dependencies and minimal Go version to 1.20 (#1650) 2023-03-21 00:48:15 +01:00